Skip to content
This repository was archived by the owner on Jul 23, 2018. It is now read-only.

Commit fbb42db

Browse files
committed
Fix iOS distribution scheme
1 parent 6154cbc commit fbb42db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwissEphemeris.xcodeproj/xcshareddata/xcschemes/Distribute iOS version.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
1111
<ActionContent
1212
title = "Run Script"
13-
scriptText = "cd &quot;${BUILD_DIR}/${CONFIGURATION}-iphoneuniversal&quot;&#10;&#10;rm libSwissEphemeris.zip&#10;zip libSwissEphemeris.zip -q *&#10;">
13+
scriptText = "cd &quot;${BUILD_DIR}/${CONFIGURATION}-iphoneuniversal&quot;&#10;&#10;rm libSwissEphemeris.zip&#10;zip libSwissEphemeris.zip -r -q *&#10;">
1414
<EnvironmentBuildable>
1515
<BuildableReference
1616
BuildableIdentifier = "primary"

0 commit comments

Comments
 (0)