Skip to content

Commit

Permalink
Don't sign watchOS simulator builds
Browse files Browse the repository at this point in the history
Instead of using the iPhone simulator here, we should really be using
the watchOS simulator.
  • Loading branch information
gfontenot committed Oct 8, 2015
1 parent 47eff37 commit 82cc0e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Argo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@
APPLICATION_EXTENSION_API_ONLY = YES;
BITCODE_GENERATION_MODE = marker;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphonesimulator*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchsimulator*]" = "";
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -973,7 +973,7 @@
APPLICATION_EXTENSION_API_ONLY = YES;
BITCODE_GENERATION_MODE = bitcode;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphonesimulator*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchsimulator*]" = "";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
Expand Down

0 comments on commit 82cc0e7

Please sign in to comment.