Skip to content

Commit b4f0f0a

Browse files
Fixed spacing issue
1 parent f1a4ade commit b4f0f0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/xcodebuild.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ jobs:
6464

6565
- name: Build tvOS
6666
run: |
67-
xcodebuild -project <#TemplateProject#>.xcodeproj -scheme "<#TemplateProject#> tvOS"-destination "generic/platform=tvOS" -configuration Debug
67+
xcodebuild -project <#TemplateProject#>.xcodeproj -scheme "<#TemplateProject#> tvOS" -destination "generic/platform=tvOS" -configuration Debug
6868
6969
- name: Build tvOS Simulator
7070
run: |
71-
xcodebuild -project <#TemplateProject#>.xcodeproj -scheme "<#TemplateProject#> tvOS"-destination "generic/platform=tvOS Simulator" -configuration Debug
71+
xcodebuild -project <#TemplateProject#>.xcodeproj -scheme "<#TemplateProject#> tvOS" -destination "generic/platform=tvOS Simulator" -configuration Debug
7272
7373
- name: Test
7474
run: |
@@ -84,8 +84,8 @@ jobs:
8484

8585
- name: Build watchOS
8686
run: |
87-
xcodebuild -project <#TemplateProject#>.xcodeproj -scheme "<#TemplateProject#> watchOS"-destination "generic/platform=watchOS" -configuration Debug
87+
xcodebuild -project <#TemplateProject#>.xcodeproj -scheme "<#TemplateProject#> watchOS" -destination "generic/platform=watchOS" -configuration Debug
8888
8989
- name: Build watchOS Simulator
9090
run: |
91-
xcodebuild -project <#TemplateProject#>.xcodeproj -scheme "<#TemplateProject#> watchOS"-destination "generic/platform=watchOS Simulator" -configuration Debug
91+
xcodebuild -project <#TemplateProject#>.xcodeproj -scheme "<#TemplateProject#> watchOS" -destination "generic/platform=watchOS Simulator" -configuration Debug

0 commit comments

Comments
 (0)