Skip to content

Commit 856dc29

Browse files
Merge pull request kishikawakatsumi#239 from kishikawakatsumi/codesign
Disable code signing on macOS
2 parents cdd2f40 + 633eba5 commit 856dc29

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/Configurations/Base.xcconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ VERSIONING_SYSTEM = "apple-generic";
2727
VERSION_INFO_PREFIX = "";
2828

2929
CODE_SIGN_IDENTITY[sdk=iphoneos*] = iPhone Developer;
30+
CODE_SIGNING_REQUIRED[sdk=macosx] = NO;
31+
3032
MACOSX_DEPLOYMENT_TARGET = 10.9;
3133
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
3234
WATCHOS_DEPLOYMENT_TARGET = 2.0;

0 commit comments

Comments
 (0)