Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Commit

Permalink
Removed an unused configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Kosmaczewski committed Mar 2, 2012
1 parent caf9ea1 commit d92097a
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions CoreTextWrapper.xcodeproj/project.pbxproj
Expand Up @@ -322,36 +322,6 @@
}; };
name = Release; name = Release;
}; };
3ACEB3AB11E5D150005316CD /* DistributionAdHoc */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = 2;
};
name = DistributionAdHoc;
};
3ACEB3AC11E5D150005316CD /* DistributionAdHoc */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CODE_SIGN_ENTITLEMENTS = "~/Desktop/CoreTextWrapper/Resources/Entitlements.plist";
COPY_PHASE_STRIP = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = CoreTextWrapper_Prefix.pch;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
INFOPLIST_FILE = "CoreTextWrapper-Info.plist";
PRODUCT_NAME = CoreTextWrapper;
VALIDATE_PRODUCT = YES;
};
name = DistributionAdHoc;
};
C01FCF4F08A954540054247B /* Debug */ = { C01FCF4F08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
Expand Down Expand Up @@ -390,7 +360,6 @@
buildConfigurations = ( buildConfigurations = (
1D6058940D05DD3E006BFB54 /* Debug */, 1D6058940D05DD3E006BFB54 /* Debug */,
1D6058950D05DD3E006BFB54 /* Release */, 1D6058950D05DD3E006BFB54 /* Release */,
3ACEB3AC11E5D150005316CD /* DistributionAdHoc */,
); );
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
Expand All @@ -400,7 +369,6 @@
buildConfigurations = ( buildConfigurations = (
C01FCF4F08A954540054247B /* Debug */, C01FCF4F08A954540054247B /* Debug */,
C01FCF5008A954540054247B /* Release */, C01FCF5008A954540054247B /* Release */,
3ACEB3AB11E5D150005316CD /* DistributionAdHoc */,
); );
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
Expand Down

0 comments on commit d92097a

Please sign in to comment.