|
@@ -291,9 +291,9 @@
|
291
|
291
|
13B07F8E1A680F5B00A75B9A /* Resources */,
|
292
|
292
|
0B26BE701EC5BC3C00EEFB41 /* Embed Frameworks */,
|
293
|
293
|
B35383AD1DDA0083008F406A /* Adjust embedded framework architectures */,
|
|
294
|
+ DE3A859324C701EA009B7D76 /* Copy WebRTC dSYM */,
|
294
|
295
|
0BB7DA181EC9E695007AAE98 /* Adjust ATS */,
|
295
|
296
|
DEF4813D224925A2002AD03A /* Copy Google Plist file */,
|
296
|
|
- DEC2069321CBBD6900072F03 /* Setup Crashlytics */,
|
297
|
297
|
DE11877A21EE09640078D059 /* Setup Google reverse URL handler */,
|
298
|
298
|
DE4F6D6E22005C0400DE699E /* Setup Dropbox */,
|
299
|
299
|
0BEA5C491F7B8F73000D0AB4 /* Embed Watch Content */,
|
|
@@ -474,7 +474,7 @@
|
474
|
474
|
shellPath = /bin/sh;
|
475
|
475
|
shellScript = "INFO_PLIST=\"$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH\"\nGOOGLE_PLIST=\"$PROJECT_DIR/GoogleService-Info.plist\"\n\nif [[ -f $GOOGLE_PLIST ]]; then\n REVERSED_CLIENT_ID=$(/usr/libexec/PlistBuddy -c \"Print :REVERSED_CLIENT_ID:\" $GOOGLE_PLIST)\n /usr/libexec/PlistBuddy -c \"Set :CFBundleURLTypes:1:CFBundleURLSchemes:0 $REVERSED_CLIENT_ID\" $INFO_PLIST\nfi\n";
|
476
|
476
|
};
|
477
|
|
- DE4F6D6E22005C0400DE699E /* Setup Dropbox */ = {
|
|
477
|
+ DE3A859324C701EA009B7D76 /* Copy WebRTC dSYM */ = {
|
478
|
478
|
isa = PBXShellScriptBuildPhase;
|
479
|
479
|
buildActionMask = 2147483647;
|
480
|
480
|
files = (
|
|
@@ -483,16 +483,16 @@
|
483
|
483
|
);
|
484
|
484
|
inputPaths = (
|
485
|
485
|
);
|
486
|
|
- name = "Setup Dropbox";
|
|
486
|
+ name = "Copy WebRTC dSYM";
|
487
|
487
|
outputFileListPaths = (
|
488
|
488
|
);
|
489
|
489
|
outputPaths = (
|
490
|
490
|
);
|
491
|
491
|
runOnlyForDeploymentPostprocessing = 0;
|
492
|
492
|
shellPath = /bin/sh;
|
493
|
|
- shellScript = "INFO_PLIST=\"$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH\"\nDROPBOX_KEY_FILE=\"$PROJECT_DIR/dropbox.key\"\n\nif [[ -f $DROPBOX_KEY_FILE ]]; then\n /usr/libexec/PlistBuddy -c \"Delete :LSApplicationQueriesSchemes\" $INFO_PLIST\n /usr/libexec/PlistBuddy -c \"Add :LSApplicationQueriesSchemes array\" $INFO_PLIST\n /usr/libexec/PlistBuddy -c \"Add :LSApplicationQueriesSchemes:0 string 'dbapi-2'\" $INFO_PLIST\n /usr/libexec/PlistBuddy -c \"Add :LSApplicationQueriesSchemes:1 string 'dbapi-8-emm'\" $INFO_PLIST\n\n DROPBOX_KEY=$(head -n 1 $DROPBOX_KEY_FILE)\n /usr/libexec/PlistBuddy -c \"Add :CFBundleURLTypes:2:CFBundleURLName string dropbox\" $INFO_PLIST\n /usr/libexec/PlistBuddy -c \"Add :CFBundleURLTypes:2:CFBundleURLSchemes array\" $INFO_PLIST\n /usr/libexec/PlistBuddy -c \"Add :CFBundleURLTypes:2:CFBundleURLSchemes:0 string $DROPBOX_KEY\" $INFO_PLIST\nfi\n";
|
|
493
|
+ shellScript = "set -x\n\nif [[ \"${CONFIGURATION}\" != \"Debug\" ]]; then\n cp -r ../../node_modules/react-native-webrtc/ios/WebRTC.dSYM ${DWARF_DSYM_FOLDER_PATH}/\nfi\n";
|
494
|
494
|
};
|
495
|
|
- DEC2069321CBBD6900072F03 /* Setup Crashlytics */ = {
|
|
495
|
+ DE4F6D6E22005C0400DE699E /* Setup Dropbox */ = {
|
496
|
496
|
isa = PBXShellScriptBuildPhase;
|
497
|
497
|
buildActionMask = 2147483647;
|
498
|
498
|
files = (
|
|
@@ -501,14 +501,14 @@
|
501
|
501
|
);
|
502
|
502
|
inputPaths = (
|
503
|
503
|
);
|
504
|
|
- name = "Setup Crashlytics";
|
|
504
|
+ name = "Setup Dropbox";
|
505
|
505
|
outputFileListPaths = (
|
506
|
506
|
);
|
507
|
507
|
outputPaths = (
|
508
|
508
|
);
|
509
|
509
|
runOnlyForDeploymentPostprocessing = 0;
|
510
|
510
|
shellPath = /bin/sh;
|
511
|
|
- shellScript = "GOOGLE_PLIST=\"$PROJECT_DIR/GoogleService-Info.plist\"\n\nif [[ -f $GOOGLE_PLIST ]]; then\n if [ \"${CONFIGURATION}\" != \"Debug\" ]; then\n find \"${DWARF_DSYM_FOLDER_PATH}\" -name \"*.dSYM\" | xargs -I \\{\\} ${PODS_ROOT}/Fabric/upload-symbols -gsp $GOOGLE_PLIST -p ios \\{\\}\n fi\nfi\n";
|
|
511
|
+ shellScript = "INFO_PLIST=\"$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH\"\nDROPBOX_KEY_FILE=\"$PROJECT_DIR/dropbox.key\"\n\nif [[ -f $DROPBOX_KEY_FILE ]]; then\n /usr/libexec/PlistBuddy -c \"Delete :LSApplicationQueriesSchemes\" $INFO_PLIST\n /usr/libexec/PlistBuddy -c \"Add :LSApplicationQueriesSchemes array\" $INFO_PLIST\n /usr/libexec/PlistBuddy -c \"Add :LSApplicationQueriesSchemes:0 string 'dbapi-2'\" $INFO_PLIST\n /usr/libexec/PlistBuddy -c \"Add :LSApplicationQueriesSchemes:1 string 'dbapi-8-emm'\" $INFO_PLIST\n\n DROPBOX_KEY=$(head -n 1 $DROPBOX_KEY_FILE)\n /usr/libexec/PlistBuddy -c \"Add :CFBundleURLTypes:2:CFBundleURLName string dropbox\" $INFO_PLIST\n /usr/libexec/PlistBuddy -c \"Add :CFBundleURLTypes:2:CFBundleURLSchemes array\" $INFO_PLIST\n /usr/libexec/PlistBuddy -c \"Add :CFBundleURLTypes:2:CFBundleURLSchemes:0 string $DROPBOX_KEY\" $INFO_PLIST\nfi\n";
|
512
|
512
|
};
|
513
|
513
|
DEF4813D224925A2002AD03A /* Copy Google Plist file */ = {
|
514
|
514
|
isa = PBXShellScriptBuildPhase;
|