|
14 | 14 | 8B6377F4DA6FAE3ED76C177A /* Generate Files */,
|
15 | 15 | 64D3406EB908D4BD044C581E /* Copy Files */,
|
16 | 16 | C977250D6EB972BF2FF38593 /* Fix Modulemaps */,
|
| 17 | + 700DDA896776846733B25577 /* Fix Info.plists */, |
17 | 18 | );
|
18 | 19 | dependencies = (
|
19 | 20 | );
|
|
924 | 925 | shellScript = "set -eu\n\ncd \"bazel-out\"\n\nrsync \\\n --files-from \"$PROJECT_DIR/test/fixtures/project.xcodeproj/rules_xcodeproj/generated.rsynclist\" \\\n --chmod=u+w \\\n -L \\\n . \\\n \"$BUILD_DIR/bazel-out\"\n\ncd \"$PROJECT_FILE_PATH/rules_xcodeproj\"\n\n# Need to remove the directory that Xcode creates as part of output prep\nrm -rf gen_dir\n\nln -sf \"$BUILD_DIR/bazel-out\" gen_dir\n";
|
925 | 926 | showEnvVarsInLog = 0;
|
926 | 927 | };
|
| 928 | + 700DDA896776846733B25577 /* Fix Info.plists */ = { |
| 929 | + isa = PBXShellScriptBuildPhase; |
| 930 | + buildActionMask = 2147483647; |
| 931 | + files = ( |
| 932 | + ); |
| 933 | + inputFileListPaths = ( |
| 934 | + "$(PROJECT_DIR)/test/fixtures/project.xcodeproj/rules_xcodeproj/infoplists.xcfilelist", |
| 935 | + ); |
| 936 | + inputPaths = ( |
| 937 | + ); |
| 938 | + name = "Fix Info.plists"; |
| 939 | + outputFileListPaths = ( |
| 940 | + "$(PROJECT_DIR)/test/fixtures/project.xcodeproj/rules_xcodeproj/infoplists.fixed.xcfilelist", |
| 941 | + ); |
| 942 | + outputPaths = ( |
| 943 | + ); |
| 944 | + runOnlyForDeploymentPostprocessing = 0; |
| 945 | + shellPath = /bin/sh; |
| 946 | + shellScript = "set -eu\n\nwhile IFS= read -r input; do\n output=\"${input%.plist}.xcode.plist\"\n cp \"$input\" \"$output\"\n plutil -remove UIDeviceFamily \"$output\" || true\ndone < \"$SCRIPT_INPUT_FILE_LIST_0\""; |
| 947 | + showEnvVarsInLog = 0; |
| 948 | + }; |
927 | 949 | 8B6377F4DA6FAE3ED76C177A /* Generate Files */ = {
|
928 | 950 | isa = PBXShellScriptBuildPhase;
|
929 | 951 | alwaysOutOfDate = 1;
|
|
1235 | 1257 | ENABLE_BITCODE = NO;
|
1236 | 1258 | ENABLE_TESTABILITY = YES;
|
1237 | 1259 | ENABLE_TESTING_SEARCH_PATHS = YES;
|
1238 |
| - INFOPLIST_FILE = "$(PROJECT_FILE_PATH)/rules_xcodeproj/gen_dir/applebin_ios-ios_x86_64-fastbuild-ST-d3e756bfe7fd/bin/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist"; |
| 1260 | + INFOPLIST_FILE = "$(PROJECT_FILE_PATH)/rules_xcodeproj/gen_dir/applebin_ios-ios_x86_64-fastbuild-ST-d3e756bfe7fd/bin/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.xcode.plist"; |
1239 | 1261 | IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
1240 | 1262 | OTHER_CFLAGS = (
|
1241 | 1263 | "-D_FORTIFY_SOURCE=1",
|
|
1305 | 1327 | "$(PROJECT_DIR)/CoreUtilsObjC",
|
1306 | 1328 | "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-fastbuild-ST-d3e756bfe7fd/bin/CoreUtilsObjC",
|
1307 | 1329 | );
|
1308 |
| - INFOPLIST_FILE = "$(PROJECT_FILE_PATH)/rules_xcodeproj/gen_dir/applebin_ios-ios_x86_64-fastbuild-ST-d3e756bfe7fd/bin/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist"; |
| 1330 | + INFOPLIST_FILE = "$(PROJECT_FILE_PATH)/rules_xcodeproj/gen_dir/applebin_ios-ios_x86_64-fastbuild-ST-d3e756bfe7fd/bin/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.xcode.plist"; |
1309 | 1331 | IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
1310 | 1332 | OTHER_CFLAGS = (
|
1311 | 1333 | "-D_FORTIFY_SOURCE=1",
|
|
1549 | 1571 | "$(PROJECT_DIR)/CoreUtilsObjC",
|
1550 | 1572 | "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-fastbuild-ST-d3e756bfe7fd/bin/CoreUtilsObjC",
|
1551 | 1573 | );
|
1552 |
| - INFOPLIST_FILE = "$(PROJECT_FILE_PATH)/rules_xcodeproj/gen_dir/applebin_ios-ios_x86_64-fastbuild-ST-d3e756bfe7fd/bin/Example/Example-intermediates/Info.plist"; |
| 1574 | + INFOPLIST_FILE = "$(PROJECT_FILE_PATH)/rules_xcodeproj/gen_dir/applebin_ios-ios_x86_64-fastbuild-ST-d3e756bfe7fd/bin/Example/Example-intermediates/Info.xcode.plist"; |
1553 | 1575 | IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
1554 | 1576 | LD_RUNPATH_SEARCH_PATHS = (
|
1555 | 1577 | "$(inherited)",
|
|
1631 | 1653 | "$(PROJECT_DIR)/CoreUtilsObjC",
|
1632 | 1654 | "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-fastbuild-ST-d3e756bfe7fd/bin/CoreUtilsObjC",
|
1633 | 1655 | );
|
1634 |
| - INFOPLIST_FILE = "$(PROJECT_FILE_PATH)/rules_xcodeproj/gen_dir/applebin_ios-ios_x86_64-fastbuild-ST-d3e756bfe7fd/bin/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle-intermediates/Info.plist"; |
| 1656 | + INFOPLIST_FILE = "$(PROJECT_FILE_PATH)/rules_xcodeproj/gen_dir/applebin_ios-ios_x86_64-fastbuild-ST-d3e756bfe7fd/bin/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle-intermediates/Info.xcode.plist"; |
1635 | 1657 | IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
1636 | 1658 | OTHER_CFLAGS = (
|
1637 | 1659 | "-D_FORTIFY_SOURCE=1",
|
|
0 commit comments