File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 2205
2205
47C253691BF0D92800863EAF /* CopyFiles */,
2206
2206
47D9E28F2DF9BB540088B042 /* CopyFiles */,
2207
2207
47EFE4E11BED03E7009AC47B /* ShellScript */,
2208
+ 474E6E412E4E2CE200486097 /* ShellScript */,
2208
2209
);
2209
2210
buildRules = (
2210
2211
);
2593
2594
shellPath = /bin/sh;
2594
2595
shellScript = "find \"${TARGET_BUILD_DIR}/${PRODUCT_NAME}.app/Contents/Resources\" \\( -name info.xib \\) -type f -delete\nfind \"${TARGET_BUILD_DIR}/${PRODUCT_NAME}.app/Contents/Resources\" \\( -name classes.xib \\) -type f -delete\nfind \"${TARGET_BUILD_DIR}/${PRODUCT_NAME}.app/Contents/Resources\" \\( -name data.dependency \\) -type f -delete\n";
2595
2596
};
2597
+ 474E6E412E4E2CE200486097 /* ShellScript */ = {
2598
+ isa = PBXShellScriptBuildPhase;
2599
+ buildActionMask = 2147483647;
2600
+ files = (
2601
+ );
2602
+ inputFileListPaths = (
2603
+ );
2604
+ inputPaths = (
2605
+ );
2606
+ outputFileListPaths = (
2607
+ );
2608
+ outputPaths = (
2609
+ );
2610
+ runOnlyForDeploymentPostprocessing = 0;
2611
+ shellPath = /bin/sh;
2612
+ shellScript = "if [ \"${CONFIGURATION}\" == 'Mac App Store' ]\nthen\nrm -rf \"${TARGET_BUILD_DIR}/${PLUGINS_FOLDER_PATH}/Cyberduck Dock Plugin.docktileplugin\"\nfi\n";
2613
+ };
2596
2614
47EFE4E11BED03E7009AC47B /* ShellScript */ = {
2597
2615
isa = PBXShellScriptBuildPhase;
2598
2616
buildActionMask = 2147483647;
You can’t perform that action at this time.
0 commit comments