Skip to content

Commit f840dd2

Browse files
committed
Update example deps
The lock fields were way out of date (in particular, they were pointing to non-2.x versions of TwilioVideo). This should hopefully make it easier to run the example out of the box.
1 parent 1e27e37 commit f840dd2

File tree

3 files changed

+1526
-35
lines changed

3 files changed

+1526
-35
lines changed

Example/ios/Example.xcodeproj/project.pbxproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,13 +806,16 @@
806806
files = (
807807
);
808808
inputPaths = (
809+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
810+
"${PODS_ROOT}/Manifest.lock",
809811
);
810812
name = "[CP] Check Pods Manifest.lock";
811813
outputPaths = (
814+
"$(DERIVED_FILE_DIR)/Pods-Example-checkManifestLockResult.txt",
812815
);
813816
runOnlyForDeploymentPostprocessing = 0;
814817
shellPath = /bin/sh;
815-
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";
818+
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";
816819
showEnvVarsInLog = 0;
817820
};
818821
1B6269BF696C026C298215E0 /* [CP] Copy Pods Resources */ = {
@@ -836,9 +839,12 @@
836839
files = (
837840
);
838841
inputPaths = (
842+
"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh",
843+
"${PODS_ROOT}/TwilioVideo/Build/iOS/TwilioVideo.framework",
839844
);
840845
name = "[CP] Embed Pods Frameworks";
841846
outputPaths = (
847+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TwilioVideo.framework",
842848
);
843849
runOnlyForDeploymentPostprocessing = 0;
844850
shellPath = /bin/sh;

Example/ios/Podfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
22
- React (0.44.0):
33
- React/Core (= 0.44.0)
4-
- react-native-twilio-video-webrtc (1.0.1.0):
4+
- react-native-twilio-video-webrtc (1.0.2):
55
- React
6-
- TwilioVideo (>= 1.0.1)
6+
- TwilioVideo (~> 2.2.0)
77
- React/Core (0.44.0):
88
- React/cxxreact
99
- Yoga (= 0.44.0.React)
1010
- React/cxxreact (0.44.0):
1111
- React/jschelpers
1212
- React/jschelpers (0.44.0)
13-
- TwilioVideo (1.0.1)
13+
- TwilioVideo (2.2.2)
1414
- Yoga (0.44.0.React)
1515

1616
DEPENDENCIES:
@@ -20,18 +20,18 @@ DEPENDENCIES:
2020

2121
EXTERNAL SOURCES:
2222
React:
23-
:path: "../node_modules/react-native"
23+
:path: ../node_modules/react-native
2424
react-native-twilio-video-webrtc:
25-
:path: "../../"
25+
:path: ../../
2626
Yoga:
27-
:path: "../node_modules/react-native/ReactCommon/yoga/Yoga.podspec"
27+
:path: ../node_modules/react-native/ReactCommon/yoga/Yoga.podspec
2828

2929
SPEC CHECKSUMS:
30-
React: d2077cc20245ccdc8bfe1fdc002f2003318ae8d8
31-
react-native-twilio-video-webrtc: 6d4633518af04efe4e09a0ebd92badac451fdaac
32-
TwilioVideo: 2a41b5557ab6dc343beb57e395fdc4da5a6e3450
33-
Yoga: a92a5d8e128905bf9f29c82f870192a6e873dd98
30+
React: e53535491f7b382b8cd681428dd853159bf25545
31+
react-native-twilio-video-webrtc: 0f7ae3d9eb47e86c9b176f1faec23d98104a058d
32+
TwilioVideo: d99d92643bed85702ee007bb6a3f107f6b0eba15
33+
Yoga: f2b1f5b59fadb774a3dd9932a7cf813c6e284d71
3434

3535
PODFILE CHECKSUM: 7de9b5c58c19538b30544a079a9f6bfc33fe7dcf
3636

37-
COCOAPODS: 1.2.1
37+
COCOAPODS: 1.4.0

0 commit comments

Comments
 (0)