|
@@ -228,13 +228,16 @@
|
228
|
228
|
files = (
|
229
|
229
|
);
|
230
|
230
|
inputPaths = (
|
|
231
|
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
232
|
+ "${PODS_ROOT}/Manifest.lock",
|
231
|
233
|
);
|
232
|
234
|
name = "[CP] Check Pods Manifest.lock";
|
233
|
235
|
outputPaths = (
|
|
236
|
+ "$(DERIVED_FILE_DIR)/Pods-JitsiMeet-checkManifestLockResult.txt",
|
234
|
237
|
);
|
235
|
238
|
runOnlyForDeploymentPostprocessing = 0;
|
236
|
239
|
shellPath = /bin/sh;
|
237
|
|
- 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";
|
|
240
|
+ 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";
|
238
|
241
|
showEnvVarsInLog = 0;
|
239
|
242
|
};
|
240
|
243
|
C7BC10B338C94EEB98048E64 /* [CP] Copy Pods Resources */ = {
|
|
@@ -243,9 +246,22 @@
|
243
|
246
|
files = (
|
244
|
247
|
);
|
245
|
248
|
inputPaths = (
|
|
249
|
+ "${SRCROOT}/../Pods/Target Support Files/Pods-JitsiMeet/Pods-JitsiMeet-resources.sh",
|
|
250
|
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf",
|
|
251
|
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf",
|
|
252
|
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Feather.ttf",
|
|
253
|
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf",
|
|
254
|
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Foundation.ttf",
|
|
255
|
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf",
|
|
256
|
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf",
|
|
257
|
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf",
|
|
258
|
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Octicons.ttf",
|
|
259
|
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf",
|
|
260
|
+ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Zocial.ttf",
|
246
|
261
|
);
|
247
|
262
|
name = "[CP] Copy Pods Resources";
|
248
|
263
|
outputPaths = (
|
|
264
|
+ "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}",
|
249
|
265
|
);
|
250
|
266
|
runOnlyForDeploymentPostprocessing = 0;
|
251
|
267
|
shellPath = /bin/sh;
|