Skip to content

Commit

Permalink
Merging latest changes from CocoaAsyncSocket project, and updating pr…
Browse files Browse the repository at this point in the history
…oject settings (GCDAsyncSocket is now ARC).
  • Loading branch information
robbiehanson committed Mar 26, 2012
1 parent 77f48a3 commit c507919
Show file tree
Hide file tree
Showing 12 changed files with 342 additions and 469 deletions.
16 changes: 9 additions & 7 deletions Samples/DynamicServer/DynamicServer.xcodeproj/project.pbxproj
Expand Up @@ -20,7 +20,7 @@
DC12836814A5432A006112AB /* ContextFilterLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = DC12835F14A5432A006112AB /* ContextFilterLogFormatter.m */; };
DC12836914A5432A006112AB /* DispatchQueueLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = DC12836114A5432A006112AB /* DispatchQueueLogFormatter.m */; };
DC12836A14A5432A006112AB /* README.txt in Resources */ = {isa = PBXBuildFile; fileRef = DC12836214A5432A006112AB /* README.txt */; };
DC2E2E021298BE76009F096E /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DC2E2E011298BE76009F096E /* GCDAsyncSocket.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
DC2E2E021298BE76009F096E /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DC2E2E011298BE76009F096E /* GCDAsyncSocket.m */; };
DC2E2E7A1298C0F8009F096E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC2E2E791298C0F8009F096E /* Security.framework */; };
DC2E2ED31298C540009F096E /* Web in Resources */ = {isa = PBXBuildFile; fileRef = DC2E2ED01298C540009F096E /* Web */; };
DC2E2EE21298C60A009F096E /* MyHTTPConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = DC2E2EE11298C60A009F096E /* MyHTTPConnection.m */; };
Expand Down Expand Up @@ -431,10 +431,7 @@
C01FCF4B08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
GCC_PREFIX_HEADER = DynamicServer_Prefix.pch;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = "DynamicServer-Info.plist";
PRODUCT_NAME = DynamicServer;
};
Expand All @@ -443,10 +440,7 @@
C01FCF4C08A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
GCC_PREFIX_HEADER = DynamicServer_Prefix.pch;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = "DynamicServer-Info.plist";
PRODUCT_NAME = DynamicServer;
};
Expand All @@ -456,13 +450,21 @@
isa = XCBuildConfiguration;
baseConfigurationReference = DC372E3B139D37A500A8407D /* Debug.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_OBJCPP_ARC_ABI = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
};
name = Debug;
};
C01FCF5008A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = DC372E3D139D37A500A8407D /* Release.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_OBJCPP_ARC_ABI = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
};
name = Release;
};
Expand Down
Expand Up @@ -19,7 +19,7 @@
DC12838A14A5807F006112AB /* ContextFilterLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = DC12838114A5807F006112AB /* ContextFilterLogFormatter.m */; };
DC12838B14A5807F006112AB /* DispatchQueueLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = DC12838314A5807F006112AB /* DispatchQueueLogFormatter.m */; };
DC12838C14A5807F006112AB /* README.txt in Resources */ = {isa = PBXBuildFile; fileRef = DC12838414A5807F006112AB /* README.txt */; };
DC2E300B1298EEB1009F096E /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DC2E300A1298EEB1009F096E /* GCDAsyncSocket.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
DC2E300B1298EEB1009F096E /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DC2E300A1298EEB1009F096E /* GCDAsyncSocket.m */; };
DC2E302F1298EF89009F096E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC2E302E1298EF89009F096E /* Security.framework */; };
DC372F32139DC36800A8407D /* DDData.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372F16139DC36800A8407D /* DDData.m */; };
DC372F33139DC36800A8407D /* DDNumber.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372F18139DC36800A8407D /* DDNumber.m */; };
Expand Down Expand Up @@ -421,10 +421,7 @@
C01FCF4B08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
GCC_PREFIX_HEADER = PasswdHTTPServer_Prefix.pch;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = Info.plist;
PRODUCT_NAME = PasswdHTTPServer;
};
Expand All @@ -433,10 +430,7 @@
C01FCF4C08A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
GCC_PREFIX_HEADER = PasswdHTTPServer_Prefix.pch;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = Info.plist;
PRODUCT_NAME = PasswdHTTPServer;
};
Expand All @@ -446,13 +440,23 @@
isa = XCBuildConfiguration;
baseConfigurationReference = DC372E57139D47B100A8407D /* Debug.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_OBJCPP_ARC_ABI = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
SDKROOT = macosx;
};
name = Debug;
};
C01FCF5008A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = DC372E59139D47B100A8407D /* Release.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_OBJCPP_ARC_ABI = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
SDKROOT = macosx;
};
name = Release;
};
Expand Down
18 changes: 11 additions & 7 deletions Samples/PostHTTPServer/PostHTTPServer.xcodeproj/project.pbxproj
Expand Up @@ -14,7 +14,7 @@
DC11284B0ED6116D00FA818C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DC11284A0ED6116D00FA818C /* AppDelegate.m */; };
DC1128750ED6127E00FA818C /* MyHTTPConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = DC1128740ED6127E00FA818C /* MyHTTPConnection.m */; };
DC1128CA0ED61D2B00FA818C /* Web in CopyFiles */ = {isa = PBXBuildFile; fileRef = DC1128C50ED61C4600FA818C /* Web */; };
DC2E31841298FCAE009F096E /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DC2E31831298FCAE009F096E /* GCDAsyncSocket.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
DC2E31841298FCAE009F096E /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DC2E31831298FCAE009F096E /* GCDAsyncSocket.m */; };
DC2E318E1298FCE5009F096E /* DDASLLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DC2E31871298FCE5009F096E /* DDASLLogger.m */; };
DC2E318F1298FCE5009F096E /* DDFileLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DC2E31891298FCE5009F096E /* DDFileLogger.m */; };
DC2E31901298FCE5009F096E /* DDLog.m in Sources */ = {isa = PBXBuildFile; fileRef = DC2E318B1298FCE5009F096E /* DDLog.m */; };
Expand Down Expand Up @@ -408,10 +408,7 @@
C01FCF4B08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
GCC_PREFIX_HEADER = PostHTTPServer_Prefix.pch;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = Info.plist;
PRODUCT_NAME = PostHTTPServer;
};
Expand All @@ -420,10 +417,7 @@
C01FCF4C08A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
GCC_PREFIX_HEADER = PostHTTPServer_Prefix.pch;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = Info.plist;
PRODUCT_NAME = PostHTTPServer;
};
Expand All @@ -433,13 +427,23 @@
isa = XCBuildConfiguration;
baseConfigurationReference = DC372E65139D4ABA00A8407D /* Debug.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_OBJCPP_ARC_ABI = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
SDKROOT = macosx;
};
name = Debug;
};
C01FCF5008A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = DC372E67139D4ABA00A8407D /* Release.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_OBJCPP_ARC_ABI = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
SDKROOT = macosx;
};
name = Release;
};
Expand Down
28 changes: 16 additions & 12 deletions Samples/SecureHTTPServer/SecureHTTPServer.xcodeproj/project.pbxproj
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 45;
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
Expand All @@ -19,7 +19,7 @@
DC1283C814A66996006112AB /* ContextFilterLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = DC1283BF14A66996006112AB /* ContextFilterLogFormatter.m */; };
DC1283C914A66996006112AB /* DispatchQueueLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = DC1283C114A66996006112AB /* DispatchQueueLogFormatter.m */; };
DC1283CA14A66996006112AB /* README.txt in Resources */ = {isa = PBXBuildFile; fileRef = DC1283C214A66996006112AB /* README.txt */; };
DC2E323E1299A3C1009F096E /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DC2E323D1299A3C1009F096E /* GCDAsyncSocket.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
DC2E323E1299A3C1009F096E /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DC2E323D1299A3C1009F096E /* GCDAsyncSocket.m */; };
DC372F9A139DC42C00A8407D /* DDData.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372F7E139DC42C00A8407D /* DDData.m */; };
DC372F9B139DC42C00A8407D /* DDNumber.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372F80139DC42C00A8407D /* DDNumber.m */; };
DC372F9C139DC42C00A8407D /* DDRange.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372F82139DC42C00A8407D /* DDRange.m */; };
Expand Down Expand Up @@ -346,8 +346,11 @@
/* Begin PBXProject section */
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0430;
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SecureHTTPServer" */;
compatibilityVersion = "Xcode 3.1";
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
Expand Down Expand Up @@ -436,41 +439,42 @@
C01FCF4B08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_PREFIX_HEADER = SecureHTTPServer_Prefix.pch;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = Info.plist;
PRODUCT_NAME = SecureHTTPServer;
SDKROOT = macosx10.7;
};
name = Debug;
};
C01FCF4C08A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
GCC_PREFIX_HEADER = SecureHTTPServer_Prefix.pch;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = Info.plist;
PRODUCT_NAME = SecureHTTPServer;
SDKROOT = macosx10.7;
};
name = Release;
};
C01FCF4F08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = DC372E73139D4D4600A8407D /* Debug.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_OBJCPP_ARC_ABI = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
SDKROOT = macosx;
};
name = Debug;
};
C01FCF5008A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = DC372E75139D4D4600A8407D /* Release.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_OBJCPP_ARC_ABI = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
SDKROOT = macosx;
};
name = Release;
};
Expand Down
Expand Up @@ -21,7 +21,7 @@
DC372DB8139969B600A8407D /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = DC372DB6139969B600A8407D /* Credits.rtf */; };
DC372DBB139969B600A8407D /* SecureWebSocketServerAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372DBA139969B600A8407D /* SecureWebSocketServerAppDelegate.m */; };
DC372DBE139969B700A8407D /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = DC372DBC139969B700A8407D /* MainMenu.xib */; };
DC372DDF13996A1B00A8407D /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372DDE13996A1B00A8407D /* GCDAsyncSocket.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
DC372DDF13996A1B00A8407D /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372DDE13996A1B00A8407D /* GCDAsyncSocket.m */; };
DC372E1013996D3400A8407D /* MyHTTPConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372E0D13996D3400A8407D /* MyHTTPConnection.m */; };
DC372E1113996D3400A8407D /* MyWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372E0F13996D3400A8407D /* MyWebSocket.m */; };
DC372E14139990C800A8407D /* DDKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372E13139990C800A8407D /* DDKeychain.m */; };
Expand Down Expand Up @@ -430,6 +430,10 @@
isa = XCBuildConfiguration;
baseConfigurationReference = DC372E81139D50DA00A8407D /* Debug.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_OBJCPP_ARC_ABI = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
SDKROOT = macosx;
};
name = Debug;
Expand All @@ -438,18 +442,18 @@
isa = XCBuildConfiguration;
baseConfigurationReference = DC372E83139D50DA00A8407D /* Release.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_OBJCPP_ARC_ABI = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
SDKROOT = macosx;
};
name = Release;
};
DC372DC2139969B700A8407D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
GCC_DYNAMIC_NO_PIC = NO;
GCC_PREFIX_HEADER = "SecureWebSocketServer/SecureWebSocketServer-Prefix.pch";
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = "SecureWebSocketServer/SecureWebSocketServer-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
Expand All @@ -459,10 +463,7 @@
DC372DC3139969B700A8407D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
GCC_PREFIX_HEADER = "SecureWebSocketServer/SecureWebSocketServer-Prefix.pch";
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = "SecureWebSocketServer/SecureWebSocketServer-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
Expand Down
Expand Up @@ -25,7 +25,7 @@
DC37300D139DC57A00A8407D /* HTTPRedirectResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372FFF139DC57A00A8407D /* HTTPRedirectResponse.m */; };
DC37300E139DC57A00A8407D /* WebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DC373001139DC57A00A8407D /* WebSocket.m */; };
DC41D6D90C178D5700F8D00D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DC41D6D70C178D5700F8D00D /* AppDelegate.m */; };
DC9631E0129E2DBB003AC1CE /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DC9631DF129E2DBB003AC1CE /* GCDAsyncSocket.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
DC9631E0129E2DBB003AC1CE /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DC9631DF129E2DBB003AC1CE /* GCDAsyncSocket.m */; };
DC963205129E2E3C003AC1CE /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC963204129E2E3C003AC1CE /* Security.framework */; };
DCCBA45914A53B6A005E11A4 /* DDAbstractDatabaseLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DCCBA44A14A53B6A005E11A4 /* DDAbstractDatabaseLogger.m */; };
DCCBA45A14A53B6A005E11A4 /* DDASLLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DCCBA44C14A53B6A005E11A4 /* DDASLLogger.m */; };
Expand Down Expand Up @@ -429,9 +429,6 @@
C01FCF4B08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
PRODUCT_NAME = SimpleHTTPServer;
WRAPPER_EXTENSION = app;
};
Expand All @@ -440,9 +437,6 @@
C01FCF4C08A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
PRODUCT_NAME = SimpleHTTPServer;
WRAPPER_EXTENSION = app;
};
Expand All @@ -452,13 +446,23 @@
isa = XCBuildConfiguration;
baseConfigurationReference = DC372E2B139D31CE00A8407D /* Debug.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_OBJCPP_ARC_ABI = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
SDKROOT = macosx;
};
name = Debug;
};
C01FCF5008A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = DC372E2C139D31CE00A8407D /* Release.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_OBJCPP_ARC_ABI = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
SDKROOT = macosx;
};
name = Release;
};
Expand Down

0 comments on commit c507919

Please sign in to comment.