From 5ffd26cf0a002207677289e965ad6f7a33e3b08e Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Thu, 8 Feb 2018 17:31:44 -0500 Subject: [PATCH] update example --- Examples/simple-fcm-client/ios/Podfile.lock | 31 ++++++++++--------- .../SimpleFcmClient.xcodeproj/project.pbxproj | 10 ++++-- Examples/simple-fcm-client/package.json | 2 +- Examples/simple-fcm-client/yarn.lock | 6 ++-- 4 files changed, 28 insertions(+), 21 deletions(-) diff --git a/Examples/simple-fcm-client/ios/Podfile.lock b/Examples/simple-fcm-client/ios/Podfile.lock index 5e427a7..cb7e158 100644 --- a/Examples/simple-fcm-client/ios/Podfile.lock +++ b/Examples/simple-fcm-client/ios/Podfile.lock @@ -1,19 +1,20 @@ PODS: - - Firebase/Core (4.7.0): - - FirebaseAnalytics (= 4.0.5) - - FirebaseCore (= 4.0.12) - - Firebase/Messaging (4.7.0): + - Firebase/Core (4.8.2): + - FirebaseAnalytics (= 4.0.9) + - FirebaseCore (= 4.0.14) + - Firebase/Messaging (4.8.2): - Firebase/Core - - FirebaseMessaging (= 2.0.7) - - FirebaseAnalytics (4.0.5): + - FirebaseMessaging (= 2.0.8) + - FirebaseAnalytics (4.0.9): - FirebaseCore (~> 4.0) - FirebaseInstanceID (~> 2.0) - GoogleToolboxForMac/NSData+zlib (~> 2.1) - nanopb (~> 0.3) - - FirebaseCore (4.0.12): + - FirebaseCore (4.0.14): - GoogleToolboxForMac/NSData+zlib (~> 2.1) - - FirebaseInstanceID (2.0.7) - - FirebaseMessaging (2.0.7): + - FirebaseInstanceID (2.0.8): + - FirebaseCore (~> 4.0) + - FirebaseMessaging (2.0.8): - FirebaseAnalytics (~> 4.0) - FirebaseCore (~> 4.0) - FirebaseInstanceID (~> 2.0) @@ -35,15 +36,15 @@ DEPENDENCIES: - Firebase/Messaging SPEC CHECKSUMS: - Firebase: dbfb98ccec2dcfcd21ab9cc1b4981a3f3c8c5e26 - FirebaseAnalytics: 5b02a63ead2c3f0259cfc7f15e053e440587ecf8 - FirebaseCore: 6cf108b63997bc08c04a1ffa55a3ac0d71a59ffc - FirebaseInstanceID: 148c25c986c8699e67304b114e365713dce467f2 - FirebaseMessaging: 1a11d1c0a9ed9b3f75a0685bb0ae5932e1062f5f + Firebase: 7d3b8cd837ad9fcd391657734c0d56dab8e9a5a3 + FirebaseAnalytics: 388b630c15713f5dbf364071f5f3d6077fb52f4e + FirebaseCore: 2e0b98fb2d64ca8140136beff15772bdd14d2dd7 + FirebaseInstanceID: 81df5805a08001e69138664bdd02c6719a9ac80f + FirebaseMessaging: dfdcd307c2382290a1e297a81d0f18370f5b1bcd GoogleToolboxForMac: 2501e2ad72a52eb3dfe7bd9aee7dad11b858bd20 nanopb: 5601e6bca2dbf1ed831b519092ec110f66982ca3 Protobuf: 8a9838fba8dae3389230e1b7f8c104aa32389c03 PODFILE CHECKSUM: 31f07bb14b00eef65c77cff51721f530ad6eb826 -COCOAPODS: 1.2.1 +COCOAPODS: 1.3.1 diff --git a/Examples/simple-fcm-client/ios/SimpleFcmClient.xcodeproj/project.pbxproj b/Examples/simple-fcm-client/ios/SimpleFcmClient.xcodeproj/project.pbxproj index 98b9dab..fa93f26 100644 --- a/Examples/simple-fcm-client/ios/SimpleFcmClient.xcodeproj/project.pbxproj +++ b/Examples/simple-fcm-client/ios/SimpleFcmClient.xcodeproj/project.pbxproj @@ -899,13 +899,16 @@ files = ( ); inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", ); name = "[CP] Check Pods Manifest.lock"; outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-SimpleFcmClientTests-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; }; 5FF00A260C7092D33989ED96 /* [CP] Embed Pods Frameworks */ = { @@ -974,13 +977,16 @@ files = ( ); inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", ); name = "[CP] Check Pods Manifest.lock"; outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-SimpleFcmClient-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; }; /* End PBXShellScriptBuildPhase section */ diff --git a/Examples/simple-fcm-client/package.json b/Examples/simple-fcm-client/package.json index 9eba510..705c8fa 100644 --- a/Examples/simple-fcm-client/package.json +++ b/Examples/simple-fcm-client/package.json @@ -9,7 +9,7 @@ "dependencies": { "react": "16.0.0-alpha.12", "react-native": "^0.47.2", - "react-native-fcm": "^12.0.0" + "react-native-fcm": "^13.1.0" }, "jest": { "preset": "jest-react-native" diff --git a/Examples/simple-fcm-client/yarn.lock b/Examples/simple-fcm-client/yarn.lock index e9ad2d9..8a3d1c4 100644 --- a/Examples/simple-fcm-client/yarn.lock +++ b/Examples/simple-fcm-client/yarn.lock @@ -3635,9 +3635,9 @@ react-devtools-core@2.3.1: shell-quote "^1.6.1" ws "^2.0.3" -react-native-fcm@^12.0.0: - version "12.0.0" - resolved "https://registry.yarnpkg.com/react-native-fcm/-/react-native-fcm-12.0.0.tgz#6a4ae78d759c2d28b7f58b63f345d3a598802116" +react-native-fcm@^13.1.0: + version "13.1.0" + resolved "https://registry.yarnpkg.com/react-native-fcm/-/react-native-fcm-13.1.0.tgz#e214842b94e18bdc15cb75249ed9ca5ef3aef06d" react-native@^0.47.2: version "0.47.2" -- 2.26.2