Skip to content

Commit 0198a76

Browse files
authored
Merge pull request #17337 from iterate-ch/feature/GH-17334
Delete .docktileplugin in Mac App Store build.
2 parents 59a5403 + 0cd1198 commit 0198a76

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Cyberduck.xcodeproj/project.pbxproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2205,6 +2205,7 @@
22052205
47C253691BF0D92800863EAF /* CopyFiles */,
22062206
47D9E28F2DF9BB540088B042 /* CopyFiles */,
22072207
47EFE4E11BED03E7009AC47B /* ShellScript */,
2208+
474E6E412E4E2CE200486097 /* ShellScript */,
22082209
);
22092210
buildRules = (
22102211
);
@@ -2593,6 +2594,23 @@
25932594
shellPath = /bin/sh;
25942595
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";
25952596
};
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+
};
25962614
47EFE4E11BED03E7009AC47B /* ShellScript */ = {
25972615
isa = PBXShellScriptBuildPhase;
25982616
buildActionMask = 2147483647;

0 commit comments

Comments
 (0)