File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
matrix :
9
9
destination :
10
10
- -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 "
12
12
- -scheme "Loop-iOS" -destination "platform=macOS,variant=Mac Catalyst"
13
13
- -scheme "Loop-macOS" -destination "platform=macOS,arch=x86_64"
14
14
steps :
Original file line number Diff line number Diff line change 1149
1149
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks @loader_path/Frameworks @executable_path/Frameworks";
1150
1150
PRODUCT_BUNDLE_IDENTIFIER = org.reactivecocoa.LoopTests;
1151
1151
PRODUCT_NAME = LoopTests;
1152
- SDKROOT = iphoneos ;
1152
+ SDKROOT = appletvos ;
1153
1153
SWIFT_VERSION = 5.0;
1154
1154
};
1155
1155
name = Debug;
1167
1167
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks @loader_path/Frameworks @executable_path/Frameworks";
1168
1168
PRODUCT_BUNDLE_IDENTIFIER = org.reactivecocoa.LoopTests;
1169
1169
PRODUCT_NAME = LoopTests;
1170
- SDKROOT = iphoneos ;
1170
+ SDKROOT = appletvos ;
1171
1171
SWIFT_VERSION = 5.0;
1172
1172
};
1173
1173
name = Release;
You can’t perform that action at this time.
0 commit comments