File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ if [ "$(uname)" = "Darwin" ]; then
116116 try_xcodeproj " xcodeproj.build.macOS" " generic/platform=macOS" -project Xcode/Atomics.xcodeproj -scheme Atomics build
117117 try_xcodeproj " xcodeproj.build.iOS" " generic/platform=iOS" -project Xcode/Atomics.xcodeproj -scheme Atomics build
118118 try_xcodeproj " xcodeproj.build.watchOS" " generic/platform=watchOS" -project Xcode/Atomics.xcodeproj -scheme Atomics build
119- try_xcodeproj " xcodeproj.build.watchOS " " generic/platform=tvOS" -project Xcode/Atomics.xcodeproj -scheme Atomics build
119+ try_xcodeproj " xcodeproj.build.tvOS " " generic/platform=tvOS" -project Xcode/Atomics.xcodeproj -scheme Atomics build
120120fi
121121
122122# Build with custom configurations
You can’t perform that action at this time.
0 commit comments