Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cocoapod artifacts for DemoApp #79

Merged
merged 1 commit into from
Aug 11, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion DemoApp/ios/DemoApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -941,13 +941,16 @@
files = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-DemoApp-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
4EBAFDA2A74CA812DABBCDC7 /* [CP] Copy Pods Resources */ = {
Expand Down
8 changes: 4 additions & 4 deletions DemoApp/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ target 'DemoApp' do
# use_frameworks!

# Pods for DemoApp
pod 'MobileCenter/Push', '~> 0.11.0'
pod 'MobileCenter/Crashes', '~> 0.11.0'
pod 'MobileCenter/Analytics', '~> 0.11.0'
pod 'RNMobileCenterShared', '~> 0.8.0'
pod 'MobileCenter/Push', '~> 0.11.2'
pod 'MobileCenter/Crashes', '~> 0.11.2'
pod 'MobileCenter/Analytics', '~> 0.11.2'
pod 'RNMobileCenterShared', '~> 0.8.1'

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:
- MobileCenter/Analytics (0.11.0):
- MobileCenter/Analytics (0.11.2):
- MobileCenter/Core
- MobileCenter/Core (0.11.0)
- MobileCenter/Crashes (0.11.0):
- MobileCenter/Core (0.11.2)
- MobileCenter/Crashes (0.11.2):
- MobileCenter/Core
- MobileCenter/Push (0.11.0):
- MobileCenter/Push (0.11.2):
- MobileCenter/Core
- RNMobileCenterShared (0.8.0):
- MobileCenter/Core (~> 0.11.0)
- RNMobileCenterShared (0.8.1):
- MobileCenter/Core (~> 0.11.2)

DEPENDENCIES:
- MobileCenter/Analytics (~> 0.11.0)
- MobileCenter/Crashes (~> 0.11.0)
- MobileCenter/Push (~> 0.11.0)
- RNMobileCenterShared (~> 0.8.0)
- MobileCenter/Analytics (~> 0.11.2)
- MobileCenter/Crashes (~> 0.11.2)
- MobileCenter/Push (~> 0.11.2)
- RNMobileCenterShared (~> 0.8.1)

SPEC CHECKSUMS:
MobileCenter: 918ffeab6f98aa0d9b617906d406f59e6bdbcbe2
RNMobileCenterShared: 924e41312401f2eb1007c7a8483f72f61e355a73
MobileCenter: c08c239253ce523eb18f38958f68ea429ceafc08
RNMobileCenterShared: 111278ba8775b9497d802a7e6787eee83a9d72df

PODFILE CHECKSUM: a97f5927ef3e2ea1dd3d1d8395f4955aadf26ee2
PODFILE CHECKSUM: b825475c99377b26aeb91703991b779fc2684f7d

COCOAPODS: 1.2.1
COCOAPODS: 1.3.0
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.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
99 changes: 50 additions & 49 deletions DemoApp/ios/Pods/Pods.xcodeproj/project.pbxproj

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

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.

8 changes: 4 additions & 4 deletions DemoApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"test": "jest"
},
"dependencies": {
"mobile-center": "^0.8.0",
"mobile-center-analytics": "^0.8.0",
"mobile-center-crashes": "^0.8.0",
"mobile-center-push": "^0.8.0",
"mobile-center": "^0.8.1",
"mobile-center-analytics": "^0.8.1",
"mobile-center-crashes": "^0.8.1",
"mobile-center-push": "^0.8.1",
"react": "15.4.2",
"react-native": "0.40.0",
"react-navigation": "^1.0.0-beta.11"
Expand Down