Skip to content

Commit

Permalink
Setup DemoApp for testing (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
UdayaNalla authored and troyyyy committed Mar 18, 2019
1 parent 3f76362 commit fda608e
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 37 deletions.
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.13.2'
pod 'AppCenter/Crashes', '~> 1.13.2'
pod 'AppCenter/Analytics', '~> 1.13.2'
pod 'AppCenterReactNativeShared', '~> 1.12.2'
pod 'AppCenter/Push', '~> 1.14.0'
pod 'AppCenter/Crashes', '~> 1.14.0'
pod 'AppCenter/Analytics', '~> 1.14.0'
pod 'AppCenterReactNativeShared', '~> 1.13.0'

platform :ios, '9.0'
end
26 changes: 13 additions & 13 deletions DemoApp/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
PODS:
- AppCenter/Analytics (1.13.2):
- AppCenter/Analytics (1.14.0):
- AppCenter/Core
- AppCenter/Core (1.13.2)
- AppCenter/Crashes (1.13.2):
- AppCenter/Core (1.14.0)
- AppCenter/Crashes (1.14.0):
- AppCenter/Core
- AppCenter/Push (1.13.2):
- AppCenter/Push (1.14.0):
- AppCenter/Core
- AppCenterReactNativeShared (1.12.2):
- AppCenter/Core (= 1.13.2)
- AppCenterReactNativeShared (1.13.0):
- AppCenter/Core (= 1.14.0)

DEPENDENCIES:
- AppCenter/Analytics (~> 1.13.2)
- AppCenter/Crashes (~> 1.13.2)
- AppCenter/Push (~> 1.13.2)
- AppCenterReactNativeShared (~> 1.12.2)
- AppCenter/Analytics (~> 1.14.0)
- AppCenter/Crashes (~> 1.14.0)
- AppCenter/Push (~> 1.14.0)
- AppCenterReactNativeShared (~> 1.13.0)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
Expand All @@ -22,9 +22,9 @@ SPEC REPOS:
- AppCenterReactNativeShared

SPEC CHECKSUMS:
AppCenter: bce7fe1098e8e8aeb70aaae1898600534069f549
AppCenterReactNativeShared: 3156e587bb7c37e2e12a02616ac677142d327f69
AppCenter: 02c5efe08d3bbab5421ae41d5f7aa7238906b817
AppCenterReactNativeShared: 9be2f2612afc96cbe62e2f03d35815f4c7128b37

PODFILE CHECKSUM: ad8624cc8d6d66c08193f6dd14ae68f94a8ec89b
PODFILE CHECKSUM: 239bbc586b21e46d59909c22e677a84af328e9b3

COCOAPODS: 1.5.3
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.
Binary file not shown.
Binary file not shown.
26 changes: 13 additions & 13 deletions DemoApp/ios/Pods/Manifest.lock

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.12.2",
"appcenter-analytics": "^1.12.2",
"appcenter-crashes": "^1.12.2",
"appcenter-push": "^1.12.2",
"appcenter": "^1.13.0",
"appcenter-analytics": "^1.13.0",
"appcenter-crashes": "^1.13.0",
"appcenter-push": "^1.13.0",
"metro": "0.48.1",
"react": "16.6.3",
"react-native": "0.58.3",
Expand Down

0 comments on commit fda608e

Please sign in to comment.