Skip to content

Commit 3d42325

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

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Expecta.xcodeproj/project.pbxproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2631,7 +2631,8 @@
26312631
90B7C2F11BDF318300ABAD55 /* Debug */ = {
26322632
isa = XCBuildConfiguration;
26332633
buildSettings = {
2634-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2634+
CODE_SIGN_IDENTITY = "iPhone Developer";
2635+
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
26352636
DEFINES_MODULE = YES;
26362637
DYLIB_COMPATIBILITY_VERSION = 1;
26372638
DYLIB_CURRENT_VERSION = 1;
@@ -2653,7 +2654,8 @@
26532654
90B7C2F21BDF318300ABAD55 /* Test */ = {
26542655
isa = XCBuildConfiguration;
26552656
buildSettings = {
2656-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2657+
CODE_SIGN_IDENTITY = "";
2658+
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
26572659
DEFINES_MODULE = YES;
26582660
DYLIB_COMPATIBILITY_VERSION = 1;
26592661
DYLIB_CURRENT_VERSION = 1;
@@ -2675,7 +2677,8 @@
26752677
90B7C2F31BDF318300ABAD55 /* Release */ = {
26762678
isa = XCBuildConfiguration;
26772679
buildSettings = {
2678-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2680+
CODE_SIGN_IDENTITY = "";
2681+
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
26792682
DEFINES_MODULE = YES;
26802683
DYLIB_COMPATIBILITY_VERSION = 1;
26812684
DYLIB_CURRENT_VERSION = 1;

0 commit comments

Comments
 (0)