Skip to content

Commit 7ca5c55

Browse files
committed
Fix tvOS test build setting.
1 parent e9e31be commit 7ca5c55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
destination:
1010
- -scheme "Loop-iOS" -destination "platform=iOS Simulator,name=iPhone 11 Pro"
11-
- -scheme "Loop-tvOS" -destination "platform=tvOS Simulator,name=Apple TV"
11+
- -scheme "Loop-tvOS" -destination "platform=tvOS Simulator,name=Apple TV 4K"
1212
- -scheme "Loop-iOS" -destination "platform=macOS,variant=Mac Catalyst"
1313
- -scheme "Loop-macOS" -destination "platform=macOS,arch=x86_64"
1414
steps:

Loop.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@
11491149
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks @loader_path/Frameworks @executable_path/Frameworks";
11501150
PRODUCT_BUNDLE_IDENTIFIER = org.reactivecocoa.LoopTests;
11511151
PRODUCT_NAME = LoopTests;
1152-
SDKROOT = iphoneos;
1152+
SDKROOT = appletvos;
11531153
SWIFT_VERSION = 5.0;
11541154
};
11551155
name = Debug;
@@ -1167,7 +1167,7 @@
11671167
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks @loader_path/Frameworks @executable_path/Frameworks";
11681168
PRODUCT_BUNDLE_IDENTIFIER = org.reactivecocoa.LoopTests;
11691169
PRODUCT_NAME = LoopTests;
1170-
SDKROOT = iphoneos;
1170+
SDKROOT = appletvos;
11711171
SWIFT_VERSION = 5.0;
11721172
};
11731173
name = Release;

0 commit comments

Comments
 (0)