Skip to content

Commit

Permalink
Update compiler to LLVM as recommended by Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
gcamp committed Sep 27, 2011
1 parent 307d91a commit e237421
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Demo/GCDiscreetNotificationViewDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0410;
LastUpgradeCheck = 0420;
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "GCDiscreetNotificationViewDemo" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -202,7 +202,7 @@
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = GCDiscreetNotificationViewDemo_Prefix.pch;
GCC_VERSION = com.apple.compilers.llvmgcc42;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = "GCDiscreetNotificationViewDemo-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
PRODUCT_NAME = GCDiscreetNotificationViewDemo;
Expand All @@ -217,7 +217,7 @@
COPY_PHASE_STRIP = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = GCDiscreetNotificationViewDemo_Prefix.pch;
GCC_VERSION = com.apple.compilers.llvmgcc42;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = "GCDiscreetNotificationViewDemo-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
PRODUCT_NAME = GCDiscreetNotificationViewDemo;
Expand Down

0 comments on commit e237421

Please sign in to comment.