소스 검색

[iOS] Update Xcode project file

CocoaPods has made some updates to the bundled resource files.
j8
Saúl Ibarra Corretgé 8 년 전
부모
커밋
8e59660f33
1개의 변경된 파일17개의 추가작업 그리고 1개의 파일을 삭제
  1. 17
    1
      ios/sdk/sdk.xcodeproj/project.pbxproj

+ 17
- 1
ios/sdk/sdk.xcodeproj/project.pbxproj 파일 보기

228
 			files = (
228
 			files = (
229
 			);
229
 			);
230
 			inputPaths = (
230
 			inputPaths = (
231
+				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
232
+				"${PODS_ROOT}/Manifest.lock",
231
 			);
233
 			);
232
 			name = "[CP] Check Pods Manifest.lock";
234
 			name = "[CP] Check Pods Manifest.lock";
233
 			outputPaths = (
235
 			outputPaths = (
236
+				"$(DERIVED_FILE_DIR)/Pods-JitsiMeet-checkManifestLockResult.txt",
234
 			);
237
 			);
235
 			runOnlyForDeploymentPostprocessing = 0;
238
 			runOnlyForDeploymentPostprocessing = 0;
236
 			shellPath = /bin/sh;
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
 			showEnvVarsInLog = 0;
241
 			showEnvVarsInLog = 0;
239
 		};
242
 		};
240
 		C7BC10B338C94EEB98048E64 /* [CP] Copy Pods Resources */ = {
243
 		C7BC10B338C94EEB98048E64 /* [CP] Copy Pods Resources */ = {
243
 			files = (
246
 			files = (
244
 			);
247
 			);
245
 			inputPaths = (
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
 			name = "[CP] Copy Pods Resources";
262
 			name = "[CP] Copy Pods Resources";
248
 			outputPaths = (
263
 			outputPaths = (
264
+				"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}",
249
 			);
265
 			);
250
 			runOnlyForDeploymentPostprocessing = 0;
266
 			runOnlyForDeploymentPostprocessing = 0;
251
 			shellPath = /bin/sh;
267
 			shellPath = /bin/sh;

Loading…
취소
저장