Skip to content

Commit

Permalink
[macos] Fix code signing settings
Browse files Browse the repository at this point in the history
  • Loading branch information
thantthet committed Aug 29, 2021
1 parent 831da3a commit b145310
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions macOS/IMKBased/KeyMagic.xcodeproj/project.pbxproj
Expand Up @@ -248,6 +248,7 @@
TargetAttributes = {
6AA6D1EA0EAC640E00DF1C2C = {
DevelopmentTeam = 4M4NDB57J9;
ProvisioningStyle = Manual;
};
};
};
Expand Down Expand Up @@ -421,6 +422,7 @@
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_ENTITLEMENTS = KeyMagic.entitlements;
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Expand All @@ -434,6 +436,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.9;
PRODUCT_BUNDLE_IDENTIFIER = org.keymagic.inputmethod.KeyMagic;
PRODUCT_NAME = KeyMagic;
PROVISIONING_PROFILE_SPECIFIER = "";
};
name = Debug;
};
Expand All @@ -445,6 +448,7 @@
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_ENTITLEMENTS = KeyMagic.entitlements;
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Expand All @@ -457,6 +461,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.9;
PRODUCT_BUNDLE_IDENTIFIER = org.keymagic.inputmethod.KeyMagic;
PRODUCT_NAME = KeyMagic;
PROVISIONING_PROFILE_SPECIFIER = "";
STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = dynamic;
ZERO_LINK = NO;
};
Expand Down

0 comments on commit b145310

Please sign in to comment.