Skip to content

Commit e422c55

Browse files
committed
top-level dependency updates
1 parent b9331c9 commit e422c55

File tree

11 files changed

+5028
-2437
lines changed

11 files changed

+5028
-2437
lines changed

native-tests/ios/NativeTests.xcodeproj/project.pbxproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,16 @@
271271
files = (
272272
);
273273
inputPaths = (
274+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
275+
"${PODS_ROOT}/Manifest.lock",
274276
);
275277
name = "[CP] Check Pods Manifest.lock";
276278
outputPaths = (
279+
"$(DERIVED_FILE_DIR)/Pods-NativeTests-checkManifestLockResult.txt",
277280
);
278281
runOnlyForDeploymentPostprocessing = 0;
279282
shellPath = /bin/sh;
280-
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";
283+
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";
281284
showEnvVarsInLog = 0;
282285
};
283286
824F75439DC5E32D9BF9C502 /* [CP] Check Pods Manifest.lock */ = {
@@ -286,13 +289,16 @@
286289
files = (
287290
);
288291
inputPaths = (
292+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
293+
"${PODS_ROOT}/Manifest.lock",
289294
);
290295
name = "[CP] Check Pods Manifest.lock";
291296
outputPaths = (
297+
"$(DERIVED_FILE_DIR)/Pods-NativeTestsTests-checkManifestLockResult.txt",
292298
);
293299
runOnlyForDeploymentPostprocessing = 0;
294300
shellPath = /bin/sh;
295-
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";
301+
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";
296302
showEnvVarsInLog = 0;
297303
};
298304
936E68DD5770C0671F00422F /* [CP] Copy Pods Resources */ = {

native-tests/ios/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PODS:
77
- OCMock (3.4)
88
- React (0.43.1):
99
- React/Core (= 0.43.1)
10-
- react-native-branch (2.0.0-beta.7):
10+
- react-native-branch (2.0.0-beta.8):
1111
- Branch-SDK
1212
- React
1313
- React/Core (0.43.1):
@@ -27,21 +27,21 @@ DEPENDENCIES:
2727

2828
EXTERNAL SOURCES:
2929
Branch-SDK:
30-
:path: "../../ios"
30+
:path: ../../ios
3131
React:
32-
:path: "../../node_modules/react-native"
32+
:path: ../../node_modules/react-native
3333
react-native-branch:
34-
:path: "../.."
34+
:path: ../..
3535
Yoga:
36-
:path: "../../node_modules/react-native/ReactCommon/yoga"
36+
:path: ../../node_modules/react-native/ReactCommon/yoga
3737

3838
SPEC CHECKSUMS:
3939
Branch-SDK: 07641c651b8cf3aaee9e250785377e37a2099950
4040
OCMock: 35ae71d6a8fcc1b59434d561d1520b9dd4f15765
4141
React: c28b1a7b7510eda68c58ed1bd22e85a76ef4f819
42-
react-native-branch: 86b0d2436b4354e70b1d9627774167b6d2513888
42+
react-native-branch: f7cd1bbc891f1a6cd7e4a193428f64729b7db944
4343
Yoga: f3e6a7a683f55875a5bf521e4dc2a8511ebc7f0d
4444

4545
PODFILE CHECKSUM: 965caaeb92ef244aba06c04762387dce51799eca
4646

47-
COCOAPODS: 1.2.1
47+
COCOAPODS: 1.3.0

native-tests/ios/Pods/Local Podspecs/react-native-branch.podspec.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native-tests/ios/Pods/Manifest.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)