File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ However, if you're not interested in the details of the process of `how` the xcf
88
88
xcodebuild archive \
89
89
- workspace MyWorkspace.xcworkspace \
90
90
- scheme MyScheme \
91
- - destination destination = " generic/platform=iOS" \
91
+ - destination " generic/platform=iOS" \
92
92
- archivePath " archives/MyScheme-iOS" \
93
93
SKIP_INSTALL= NO \
94
94
BUILD_LIBRARY_FOR_DISTRIBUTION= YES
@@ -99,7 +99,7 @@ BUILD_LIBRARY_FOR_DISTRIBUTION=YES
99
99
``` swift
100
100
xcodebuild archive \
101
101
..
102
- - destination destination = " generic/platform=iOS Simulator" \
102
+ - destination " generic/platform=iOS Simulator" \
103
103
- archivePath " archives/MyScheme-iOS-Simulator" \
104
104
..
105
105
```
@@ -109,7 +109,7 @@ xcodebuild archive \
109
109
```
110
110
xcodebuild archive \
111
111
..
112
- -destination destination= "generic/platform=iOS" \
112
+ -destination "generic/platform=iOS" \
113
113
-archivePath "archives/MyScheme-iOS" \
114
114
..
115
115
```
You can’t perform that action at this time.
0 commit comments