Updated the target to use automatic code signing
This commit is contained in:
parent
1cc5552d91
commit
5196d4b55f
|
@ -163,6 +163,11 @@
|
|||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 9999;
|
||||
TargetAttributes = {
|
||||
OBJ_21 = {
|
||||
ProvisioningStyle = Automatic;
|
||||
};
|
||||
};
|
||||
};
|
||||
buildConfigurationList = OBJ_2 /* Build configuration list for PBXProject "Reflex" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
|
@ -219,6 +224,7 @@
|
|||
OBJ_23 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_IDENTITY = "Mac Developer";
|
||||
ENABLE_TESTABILITY = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
|
||||
HEADER_SEARCH_PATHS = "";
|
||||
|
@ -238,6 +244,7 @@
|
|||
OBJ_24 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_IDENTITY = "Mac Developer";
|
||||
ENABLE_TESTABILITY = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
|
||||
HEADER_SEARCH_PATHS = "";
|
||||
|
|
Loading…
Reference in New Issue