Skip to content

Commit affdca8

Browse files
committed
Don't try to use certificates when building for tvOS simulator
1 parent 0aae6d6 commit affdca8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Expecta.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2631,7 +2631,7 @@
26312631
90B7C2F11BDF318300ABAD55 /* Debug */ = {
26322632
isa = XCBuildConfiguration;
26332633
buildSettings = {
2634-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2634+
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
26352635
DEFINES_MODULE = YES;
26362636
DYLIB_COMPATIBILITY_VERSION = 1;
26372637
DYLIB_CURRENT_VERSION = 1;
@@ -2653,7 +2653,7 @@
26532653
90B7C2F21BDF318300ABAD55 /* Test */ = {
26542654
isa = XCBuildConfiguration;
26552655
buildSettings = {
2656-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2656+
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
26572657
DEFINES_MODULE = YES;
26582658
DYLIB_COMPATIBILITY_VERSION = 1;
26592659
DYLIB_CURRENT_VERSION = 1;
@@ -2675,7 +2675,7 @@
26752675
90B7C2F31BDF318300ABAD55 /* Release */ = {
26762676
isa = XCBuildConfiguration;
26772677
buildSettings = {
2678-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2678+
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
26792679
DEFINES_MODULE = YES;
26802680
DYLIB_COMPATIBILITY_VERSION = 1;
26812681
DYLIB_CURRENT_VERSION = 1;

0 commit comments

Comments
 (0)