Skip to content

Commit

Permalink
Fix tvOS test build setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
andersio committed May 11, 2020
1 parent e9e31be commit 7ca5c55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
destination:
- -scheme "Loop-iOS" -destination "platform=iOS Simulator,name=iPhone 11 Pro"
- -scheme "Loop-tvOS" -destination "platform=tvOS Simulator,name=Apple TV"
- -scheme "Loop-tvOS" -destination "platform=tvOS Simulator,name=Apple TV 4K"
- -scheme "Loop-iOS" -destination "platform=macOS,variant=Mac Catalyst"
- -scheme "Loop-macOS" -destination "platform=macOS,arch=x86_64"
steps:
Expand Down
4 changes: 2 additions & 2 deletions Loop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks @loader_path/Frameworks @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = org.reactivecocoa.LoopTests;
PRODUCT_NAME = LoopTests;
SDKROOT = iphoneos;
SDKROOT = appletvos;
SWIFT_VERSION = 5.0;
};
name = Debug;
Expand All @@ -1167,7 +1167,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks @loader_path/Frameworks @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = org.reactivecocoa.LoopTests;
PRODUCT_NAME = LoopTests;
SDKROOT = iphoneos;
SDKROOT = appletvos;
SWIFT_VERSION = 5.0;
};
name = Release;
Expand Down

0 comments on commit 7ca5c55

Please sign in to comment.