Skip to content

Commit

Permalink
Disable framework code signing for successful device builds with Xcode 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Jun 30, 2016
1 parent c8e5527 commit d908644
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Base/Targets/Framework.xcconfig
Expand Up @@ -4,6 +4,10 @@
// instead.
//

// Disable code signing for successful device builds with Xcode 8
CODE_SIGNING_REQUIRED = NO
CODE_SIGN_IDENTITY =

// Whether to strip out code that isn't called from anywhere
DEAD_CODE_STRIPPING = NO

Expand All @@ -29,4 +33,3 @@ SKIP_INSTALL = YES
// to app extensions and linking to frameworks
// that have not been built with this setting enabled.
APPLICATION_EXTENSION_API_ONLY = YES

0 comments on commit d908644

Please sign in to comment.