File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ jobs:
64
64
65
65
- name : Build tvOS
66
66
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
68
68
69
69
- name : Build tvOS Simulator
70
70
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
72
72
73
73
- name : Test
74
74
run : |
84
84
85
85
- name : Build watchOS
86
86
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
88
88
89
89
- name : Build watchOS Simulator
90
90
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
You can’t perform that action at this time.
0 commit comments