Skip to content

Commit 00ab7c1

Browse files
author
Boris Bielik
committed
Correct the typeo in the code snippets
1 parent e8166a6 commit 00ab7c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ However, if you're not interested in the details of the process of `how` the xcf
8888
xcodebuild archive \
8989
-workspace MyWorkspace.xcworkspace \
9090
-scheme MyScheme \
91-
-destination destination="generic/platform=iOS" \
91+
-destination "generic/platform=iOS" \
9292
-archivePath "archives/MyScheme-iOS" \
9393
SKIP_INSTALL=NO \
9494
BUILD_LIBRARY_FOR_DISTRIBUTION=YES
@@ -99,7 +99,7 @@ BUILD_LIBRARY_FOR_DISTRIBUTION=YES
9999
```swift
100100
xcodebuild archive \
101101
..
102-
-destination destination="generic/platform=iOS Simulator" \
102+
-destination "generic/platform=iOS Simulator" \
103103
-archivePath "archives/MyScheme-iOS-Simulator" \
104104
..
105105
```
@@ -109,7 +109,7 @@ xcodebuild archive \
109109
```
110110
xcodebuild archive \
111111
..
112-
-destination destination="generic/platform=iOS" \
112+
-destination "generic/platform=iOS" \
113113
-archivePath "archives/MyScheme-iOS" \
114114
..
115115
```

0 commit comments

Comments
 (0)