Skip to content

Commit 4d0671a

Browse files
committed
Update Scripts
1 parent d000481 commit 4d0671a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/com/inet/gradle/setup/dmg/preferences/SetupBuilderOSXPrefPane.xcodeproj/xcshareddata/xcschemes/SetupBuilderOSXPrefPane.xcscheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
5050
<ActionContent
5151
title = "Run Script"
52-
scriptText = "rm -R &quot;$USER_LIBRARY_DIR/PreferencePanes/$FULL_PRODUCT_NAME&quot;&#10;ln -s &quot;$TARGET_BUILD_DIR/$FULL_PRODUCT_NAME&quot; &quot;$USER_LIBRARY_DIR/PreferencePanes/&quot;">
52+
scriptText = "mkdir -p &quot;$USER_LIBRARY_DIR/PreferencePanes&quot;&#10;rm -R &quot;$USER_LIBRARY_DIR/PreferencePanes/$FULL_PRODUCT_NAME&quot;&#10;ln -s &quot;$TARGET_BUILD_DIR/$FULL_PRODUCT_NAME&quot; &quot;$USER_LIBRARY_DIR/PreferencePanes/&quot;&#10;">
5353
<EnvironmentBuildable>
5454
<BuildableReference
5555
BuildableIdentifier = "primary"
@@ -67,7 +67,7 @@
6767
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
6868
<ActionContent
6969
title = "Run Script"
70-
scriptText = "rm -R &quot;$USER_LIBRARY_DIR/PreferencePanes/$FULL_PRODUCT_NAME&quot;">
70+
scriptText = "rm -R &quot;$USER_LIBRARY_DIR/PreferencePanes/$FULL_PRODUCT_NAME&quot;&#10;">
7171
</ActionContent>
7272
</ExecutionAction>
7373
</PostActions>

0 commit comments

Comments
 (0)