|
|
@@ -285,6 +285,7 @@
|
|
285
|
285
|
0BD906E31EC0C00300C8C18E /* Resources */,
|
|
286
|
286
|
0BCA49651EC4B77500B793EE /* Package React bundle */,
|
|
287
|
287
|
C7BC10B338C94EEB98048E64 /* [CP] Copy Pods Resources */,
|
|
|
288
|
+ 0B64F7BE2175DFEA005009CD /* Remove unneeded fonts */,
|
|
288
|
289
|
);
|
|
289
|
290
|
buildRules = (
|
|
290
|
291
|
);
|
|
|
@@ -350,6 +351,24 @@
|
|
350
|
351
|
/* End PBXResourcesBuildPhase section */
|
|
351
|
352
|
|
|
352
|
353
|
/* Begin PBXShellScriptBuildPhase section */
|
|
|
354
|
+ 0B64F7BE2175DFEA005009CD /* Remove unneeded fonts */ = {
|
|
|
355
|
+ isa = PBXShellScriptBuildPhase;
|
|
|
356
|
+ buildActionMask = 2147483647;
|
|
|
357
|
+ files = (
|
|
|
358
|
+ );
|
|
|
359
|
+ inputFileListPaths = (
|
|
|
360
|
+ );
|
|
|
361
|
+ inputPaths = (
|
|
|
362
|
+ );
|
|
|
363
|
+ name = "Remove unneeded fonts";
|
|
|
364
|
+ outputFileListPaths = (
|
|
|
365
|
+ );
|
|
|
366
|
+ outputPaths = (
|
|
|
367
|
+ );
|
|
|
368
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
369
|
+ shellPath = /bin/sh;
|
|
|
370
|
+ shellScript = "# We need to manually do this because react-native-vecotr-icons lists fonts as resources in the Pod spec file\n# so they are automatically added.\n\nshopt -s extglob\n\nrm -f ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/!(jitsi).ttf\n";
|
|
|
371
|
+ };
|
|
353
|
372
|
0BCA49651EC4B77500B793EE /* Package React bundle */ = {
|
|
354
|
373
|
isa = PBXShellScriptBuildPhase;
|
|
355
|
374
|
buildActionMask = 2147483647;
|