Skip to content

Commit

Permalink
Merge pull request #68 from JohnCoatesOSS/master
Browse files Browse the repository at this point in the history
Fix codesigning resource error
  • Loading branch information
JonasGessner committed Oct 31, 2016
2 parents eda194e + 191aae1 commit bba544e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions JGProgressHUD.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,8 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_WARN_UNREACHABLE_CODE = YES;
CODE_SIGNING_ALLOWED = NO;
CODE_SIGNING_REQUIRED = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
Expand All @@ -536,6 +538,8 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_WARN_UNREACHABLE_CODE = YES;
CODE_SIGNING_ALLOWED = NO;
CODE_SIGNING_REQUIRED = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
INFOPLIST_FILE = "";
Expand Down

0 comments on commit bba544e

Please sign in to comment.