|
@@ -510,7 +510,7 @@
|
510
|
510
|
files = (
|
511
|
511
|
);
|
512
|
512
|
inputPaths = (
|
513
|
|
- "$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH",
|
|
513
|
+ $BUILT_PRODUCTS_DIR/$INFOPLIST_PATH,
|
514
|
514
|
);
|
515
|
515
|
name = "Adjust ATS";
|
516
|
516
|
outputPaths = (
|
|
@@ -543,7 +543,7 @@
|
543
|
543
|
inputFileListPaths = (
|
544
|
544
|
);
|
545
|
545
|
inputPaths = (
|
546
|
|
- "$PROJECT_DIR/app.entitlements",
|
|
546
|
+ $PROJECT_DIR/app.entitlements,
|
547
|
547
|
);
|
548
|
548
|
name = "Update App Entitlements";
|
549
|
549
|
outputFileListPaths = (
|
|
@@ -585,7 +585,7 @@
|
585
|
585
|
inputFileListPaths = (
|
586
|
586
|
);
|
587
|
587
|
inputPaths = (
|
588
|
|
- "$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH",
|
|
588
|
+ $BUILT_PRODUCTS_DIR/$INFOPLIST_PATH,
|
589
|
589
|
);
|
590
|
590
|
name = "Setup Google reverse URL handler";
|
591
|
591
|
outputFileListPaths = (
|
|
@@ -605,7 +605,7 @@
|
605
|
605
|
inputFileListPaths = (
|
606
|
606
|
);
|
607
|
607
|
inputPaths = (
|
608
|
|
- "$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH",
|
|
608
|
+ $BUILT_PRODUCTS_DIR/$INFOPLIST_PATH,
|
609
|
609
|
);
|
610
|
610
|
name = "Setup Dropbox";
|
611
|
611
|
outputFileListPaths = (
|