Skip to content

Commit

Permalink
Merge pull request #243 from Microsoft/feature/setup-demo-for-testing
Browse files Browse the repository at this point in the history
Update demo app
  • Loading branch information
guperrot authored Feb 16, 2018
2 parents 9d41e16 + 8a8fdf5 commit d034531
Show file tree
Hide file tree
Showing 16 changed files with 61 additions and 83 deletions.
2 changes: 1 addition & 1 deletion DemoApp/ios/DemoApp/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(

[AppCenterReactNativePush register]; // Initialize AppCenter push

[AppCenterReactNativeCrashes registerWithAutomaticProcessing]; // Initialize AppCenter crashes
[AppCenterReactNativeCrashes register]; // Initialize AppCenter crashes

[AppCenterReactNativeAnalytics registerWithInitiallyEnabled:true]; // Initialize AppCenter analytics

Expand Down
8 changes: 4 additions & 4 deletions DemoApp/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ target 'DemoApp' do
# use_frameworks!

# Pods for DemoApp
pod 'AppCenter/Push', '~> 1.3.0'
pod 'AppCenter/Crashes', '~> 1.3.0'
pod 'AppCenter/Analytics', '~> 1.3.0'
pod 'AppCenterReactNativeShared', '~> 1.2.0'
pod 'AppCenter/Push', '~> 1.4.0'
pod 'AppCenter/Crashes', '~> 1.4.0'
pod 'AppCenter/Analytics', '~> 1.4.0'
pod 'AppCenterReactNativeShared', '~> 1.3.0'

platform :ios, '9.0'
end
28 changes: 14 additions & 14 deletions DemoApp/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
PODS:
- AppCenter/Analytics (1.3.0):
- AppCenter/Analytics (1.4.0):
- AppCenter/Core
- AppCenter/Core (1.3.0)
- AppCenter/Crashes (1.3.0):
- AppCenter/Core (1.4.0)
- AppCenter/Crashes (1.4.0):
- AppCenter/Core
- AppCenter/Push (1.3.0):
- AppCenter/Push (1.4.0):
- AppCenter/Core
- AppCenterReactNativeShared (1.2.0):
- AppCenter/Core (= 1.3.0)
- AppCenterReactNativeShared (1.3.0):
- AppCenter/Core (= 1.4.0)

DEPENDENCIES:
- AppCenter/Analytics (~> 1.3.0)
- AppCenter/Crashes (~> 1.3.0)
- AppCenter/Push (~> 1.3.0)
- AppCenterReactNativeShared (~> 1.2.0)
- AppCenter/Analytics (~> 1.4.0)
- AppCenter/Crashes (~> 1.4.0)
- AppCenter/Push (~> 1.4.0)
- AppCenterReactNativeShared (~> 1.3.0)

SPEC CHECKSUMS:
AppCenter: 77679d75cbb6e5327cb849d2988b57d9cb864dcb
AppCenterReactNativeShared: 393e08220108e51ee36d654622911a6faadc8632
AppCenter: 2f5890b60944971b8c3767269a9d693205a91fef
AppCenterReactNativeShared: bbdb651319f9b03e40262c6c96854ecb37dd0719

PODFILE CHECKSUM: f1ff4b5f9efd9d401cc0359f6c3d676af1df08e8
PODFILE CHECKSUM: e69ed48dc028214ab79ef136cd2be13d7edb1fca

COCOAPODS: 1.4.0
COCOAPODS: 1.3.1
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
28 changes: 14 additions & 14 deletions DemoApp/ios/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions DemoApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"lint": "./node_modules/.bin/eslint ."
},
"dependencies": {
"appcenter": "^1.2.0",
"appcenter-analytics": "^1.2.0",
"appcenter-crashes": "^1.2.0",
"appcenter-push": "^1.2.0",
"appcenter": "^1.3.0",
"appcenter-analytics": "^1.3.0",
"appcenter-crashes": "^1.3.0",
"appcenter-push": "^1.3.0",
"react": "16.0.0-alpha.12",
"react-native": "0.48.3",
"react-native-dialog-component": "^0.2.17",
Expand Down

0 comments on commit d034531

Please sign in to comment.