Skip to content

Commit

Permalink
Don't try to use certificates when building for tvOS simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyarnold committed Oct 27, 2015
1 parent 0aae6d6 commit affdca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Expecta.xcodeproj/project.pbxproj
Expand Up @@ -2631,7 +2631,7 @@
90B7C2F11BDF318300ABAD55 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand All @@ -2653,7 +2653,7 @@
90B7C2F21BDF318300ABAD55 /* Test */ = {
isa = XCBuildConfiguration;
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand All @@ -2675,7 +2675,7 @@
90B7C2F31BDF318300ABAD55 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand Down

0 comments on commit affdca8

Please sign in to comment.