You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OnMyCommandCM/OnMyCommandCM.xcodeproj/project.pbxproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -295,7 +295,7 @@
295
295
);
296
296
runOnlyForDeploymentPostprocessing = 0;
297
297
shellPath = /bin/sh;
298
-
shellScript = "ditto \"$BUILT_PRODUCTS_DIR\"/OnMyCommandCM.plugin '/Library/Contextual Menu Items/OnMyCommandCM.plugin'\n";
298
+
shellScript = "/usr/bin/ditto \"$BUILT_PRODUCTS_DIR\"/OnMyCommandCM.plugin '/Library/Contextual Menu Items/OnMyCommandCM.plugin'\ncopy_result=$?\nif [ ${copy_result} != 0 ]; then\n echo \"warning: could not copy OnMyCommandCM.plugin to '/Library/Contextual Menu Items/'\"\nfi\n";
0 commit comments