Skip to content

Commit

Permalink
Code sign some more.
Browse files Browse the repository at this point in the history
  • Loading branch information
emsquared committed Mar 2, 2012
1 parent ae07a2f commit 9b32d91
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -258,6 +258,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_VERSION = A;
Expand All @@ -269,6 +270,7 @@
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "@executable_path/../Frameworks";
PRODUCT_NAME = BlowfishEncryption;
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = framework;
};
name = Debug;
Expand All @@ -277,6 +279,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_VERSION = A;
Expand All @@ -286,6 +289,7 @@
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "@executable_path/../Frameworks";
PRODUCT_NAME = BlowfishEncryption;
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = framework;
};
name = Release;
Expand Down

0 comments on commit 9b32d91

Please sign in to comment.