File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 250
250
);
251
251
runOnlyForDeploymentPostprocessing = 0;
252
252
shellPath = /bin/sh;
253
- shellScript = "case \"$BUILD_STYLE \" in\n*Release*)\nbuild_dir=\"$SYMROOT/$CONFIGURATION\"\ nzip=\"$build_dir /$(basename \"$FULL_PRODUCT_NAME\" .\"$WRAPPER_EXTENSION\")-\"$CURRENT_PROJECT_VERSION\".zip\"\ncd \"$build_dir \"\nrm -f \"$zip\"\n/usr/bin/zip -9qry \"$zip\" \"$FULL_PRODUCT_NAME\"\n;;\n*)\nmarkup_debug_plugin=\"$HOME/Library/Containers/com.realmacsoftware.rapidweaver6/Data/Library/Application Support/RapidWeaver/Markup-debug.rapidweaverplugin\"\nrm -rf \"$markup_debug_plugin\"\ncp -Rp \"$SYMROOT/$CONFIGURATION/$FULL_PRODUCT_NAME\" \"$markup_debug_plugin\"\n;;\nesac\n";
253
+ shellScript = "case \"$CONFIGURATION \" in\n*Release*)\nzip=\"$BUILT_PRODUCTS_DIR /$(basename \"$FULL_PRODUCT_NAME\" .\"$WRAPPER_EXTENSION\")-\"$CURRENT_PROJECT_VERSION\".zip\"\ncd \"$BUILT_PRODUCTS_DIR \"\nrm -f \"$zip\"\n/usr/bin/zip -9qry \"$zip\" \"$FULL_PRODUCT_NAME\"\n;;\n*)\nmarkup_debug_plugin=\"$HOME/Library/Containers/com.realmacsoftware.rapidweaver6/Data/Library/Application Support/RapidWeaver/Markup-debug.rapidweaverplugin\"\nrm -rf \"$markup_debug_plugin\"\ncp -Rp \"$SYMROOT/$CONFIGURATION/$FULL_PRODUCT_NAME\" \"$markup_debug_plugin\"\n;;\nesac\n";
254
254
};
255
255
/* End PBXShellScriptBuildPhase section */
256
256
You can’t perform that action at this time.
0 commit comments