Skip to content

Commit

Permalink
Turn off code signing for Resources target (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: iCatMed Developer <[email protected]>
  • Loading branch information
gpotari and icatmed authored Jul 30, 2022
1 parent b2b51dd commit 74a35d6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion UnrarKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@
TargetAttributes = {
7A22B1E91F60A05F004B8050 = {
CreatedOnToolsVersion = 8.3.3;
ProvisioningStyle = Automatic;
ProvisioningStyle = Manual;
};
7AC29A5C1F83C08200DA4DE6 = {
CreatedOnToolsVersion = 9.0;
Expand Down Expand Up @@ -1122,9 +1122,11 @@
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
Expand All @@ -1138,6 +1140,7 @@
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.abbey-code.UnrarKitResources";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SKIP_INSTALL = YES;
WRAPPER_EXTENSION = bundle;
};
Expand All @@ -1155,9 +1158,11 @@
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "";
ENABLE_NS_ASSERTIONS = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
Expand All @@ -1167,6 +1172,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.abbey-code.UnrarKitResources";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SKIP_INSTALL = YES;
WRAPPER_EXTENSION = bundle;
};
Expand Down

0 comments on commit 74a35d6

Please sign in to comment.