| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- EDB1C0A11653283D0041897E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EDB1C0A01653283D0041897E /* Foundation.framework */; };
- EDB1C0B01653283D0041897E /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EDB1C0AF1653283D0041897E /* SenTestingKit.framework */; };
- EDB1C0B21653283D0041897E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EDB1C0B11653283D0041897E /* UIKit.framework */; };
- EDB1C0B31653283D0041897E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EDB1C0A01653283D0041897E /* Foundation.framework */; };
- EDB1C0B61653283D0041897E /* libFImmutableSortedDictionary.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EDB1C09D1653283D0041897E /* libFImmutableSortedDictionary.a */; };
- EDB1C0BC1653283D0041897E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = EDB1C0BA1653283D0041897E /* InfoPlist.strings */; };
- EDB1C0BF1653283D0041897E /* FImmutableSortedDictionaryTests.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB1C0BE1653283D0041897E /* FImmutableSortedDictionaryTests.m */; };
- EDB1C0D21653286B0041897E /* FImmutableSortedDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB1C0CC1653286B0041897E /* FImmutableSortedDictionary.m */; };
- EDB1C0D31653286B0041897E /* FImmutableSortedDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB1C0CC1653286B0041897E /* FImmutableSortedDictionary.m */; };
- EDB1C0D41653286B0041897E /* FLLRBEmptyNode.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB1C0CF1653286B0041897E /* FLLRBEmptyNode.m */; };
- EDB1C0D51653286B0041897E /* FLLRBEmptyNode.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB1C0CF1653286B0041897E /* FLLRBEmptyNode.m */; };
- EDB1C0D61653286B0041897E /* FLLRBValueNode.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB1C0D11653286B0041897E /* FLLRBValueNode.m */; };
- EDB1C0D71653286B0041897E /* FLLRBValueNode.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB1C0D11653286B0041897E /* FLLRBValueNode.m */; };
- EDB1C0ED165331140041897E /* FImmutableSortedDictionaryEnumerator.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB1C0EC165331140041897E /* FImmutableSortedDictionaryEnumerator.m */; };
- /* End PBXBuildFile section */
- /* Begin PBXContainerItemProxy section */
- EDB1C0B41653283D0041897E /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = EDB1C0941653283D0041897E /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = EDB1C09C1653283D0041897E;
- remoteInfo = FImmutableSortedDictionary;
- };
- /* End PBXContainerItemProxy section */
- /* Begin PBXCopyFilesBuildPhase section */
- EDB1C09B1653283D0041897E /* CopyFiles */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "include/${PRODUCT_NAME}";
- dstSubfolderSpec = 16;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXCopyFilesBuildPhase section */
- /* Begin PBXFileReference section */
- EDB1C09D1653283D0041897E /* libFImmutableSortedDictionary.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libFImmutableSortedDictionary.a; sourceTree = BUILT_PRODUCTS_DIR; };
- EDB1C0A01653283D0041897E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
- EDB1C0A41653283D0041897E /* FImmutableSortedDictionary-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "FImmutableSortedDictionary-Prefix.pch"; sourceTree = "<group>"; };
- EDB1C0AE1653283D0041897E /* FImmutableSortedDictionaryTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FImmutableSortedDictionaryTests.octest; sourceTree = BUILT_PRODUCTS_DIR; };
- EDB1C0AF1653283D0041897E /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
- EDB1C0B11653283D0041897E /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
- EDB1C0B91653283D0041897E /* FImmutableSortedDictionaryTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "FImmutableSortedDictionaryTests-Info.plist"; sourceTree = "<group>"; };
- EDB1C0BB1653283D0041897E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
- EDB1C0BD1653283D0041897E /* FImmutableSortedDictionaryTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FImmutableSortedDictionaryTests.h; sourceTree = "<group>"; };
- EDB1C0BE1653283D0041897E /* FImmutableSortedDictionaryTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FImmutableSortedDictionaryTests.m; sourceTree = "<group>"; };
- EDB1C0CB1653286B0041897E /* FImmutableSortedDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FImmutableSortedDictionary.h; sourceTree = "<group>"; };
- EDB1C0CC1653286B0041897E /* FImmutableSortedDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FImmutableSortedDictionary.m; sourceTree = "<group>"; };
- EDB1C0CD1653286B0041897E /* FLLRBNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FLLRBNode.h; sourceTree = "<group>"; };
- EDB1C0CE1653286B0041897E /* FLLRBEmptyNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FLLRBEmptyNode.h; sourceTree = "<group>"; };
- EDB1C0CF1653286B0041897E /* FLLRBEmptyNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FLLRBEmptyNode.m; sourceTree = "<group>"; };
- EDB1C0D01653286B0041897E /* FLLRBValueNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FLLRBValueNode.h; sourceTree = "<group>"; };
- EDB1C0D11653286B0041897E /* FLLRBValueNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FLLRBValueNode.m; sourceTree = "<group>"; };
- EDB1C0EB165331140041897E /* FImmutableSortedDictionaryEnumerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FImmutableSortedDictionaryEnumerator.h; sourceTree = "<group>"; };
- EDB1C0EC165331140041897E /* FImmutableSortedDictionaryEnumerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FImmutableSortedDictionaryEnumerator.m; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- EDB1C09A1653283D0041897E /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- EDB1C0A11653283D0041897E /* Foundation.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- EDB1C0AA1653283D0041897E /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- EDB1C0B01653283D0041897E /* SenTestingKit.framework in Frameworks */,
- EDB1C0B21653283D0041897E /* UIKit.framework in Frameworks */,
- EDB1C0B31653283D0041897E /* Foundation.framework in Frameworks */,
- EDB1C0B61653283D0041897E /* libFImmutableSortedDictionary.a in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- EDB1C0921653283D0041897E = {
- isa = PBXGroup;
- children = (
- EDB1C0A21653283D0041897E /* FImmutableSortedDictionary */,
- EDB1C0B71653283D0041897E /* FImmutableSortedDictionaryTests */,
- EDB1C09F1653283D0041897E /* Frameworks */,
- EDB1C09E1653283D0041897E /* Products */,
- );
- sourceTree = "<group>";
- };
- EDB1C09E1653283D0041897E /* Products */ = {
- isa = PBXGroup;
- children = (
- EDB1C09D1653283D0041897E /* libFImmutableSortedDictionary.a */,
- EDB1C0AE1653283D0041897E /* FImmutableSortedDictionaryTests.octest */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- EDB1C09F1653283D0041897E /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- EDB1C0A01653283D0041897E /* Foundation.framework */,
- EDB1C0AF1653283D0041897E /* SenTestingKit.framework */,
- EDB1C0B11653283D0041897E /* UIKit.framework */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- EDB1C0A21653283D0041897E /* FImmutableSortedDictionary */ = {
- isa = PBXGroup;
- children = (
- EDB1C0CB1653286B0041897E /* FImmutableSortedDictionary.h */,
- EDB1C0CC1653286B0041897E /* FImmutableSortedDictionary.m */,
- EDB1C0CD1653286B0041897E /* FLLRBNode.h */,
- EDB1C0CE1653286B0041897E /* FLLRBEmptyNode.h */,
- EDB1C0CF1653286B0041897E /* FLLRBEmptyNode.m */,
- EDB1C0D01653286B0041897E /* FLLRBValueNode.h */,
- EDB1C0D11653286B0041897E /* FLLRBValueNode.m */,
- EDB1C0EB165331140041897E /* FImmutableSortedDictionaryEnumerator.h */,
- EDB1C0EC165331140041897E /* FImmutableSortedDictionaryEnumerator.m */,
- EDB1C0A31653283D0041897E /* Supporting Files */,
- );
- path = FImmutableSortedDictionary;
- sourceTree = "<group>";
- };
- EDB1C0A31653283D0041897E /* Supporting Files */ = {
- isa = PBXGroup;
- children = (
- EDB1C0A41653283D0041897E /* FImmutableSortedDictionary-Prefix.pch */,
- );
- name = "Supporting Files";
- sourceTree = "<group>";
- };
- EDB1C0B71653283D0041897E /* FImmutableSortedDictionaryTests */ = {
- isa = PBXGroup;
- children = (
- EDB1C0BD1653283D0041897E /* FImmutableSortedDictionaryTests.h */,
- EDB1C0BE1653283D0041897E /* FImmutableSortedDictionaryTests.m */,
- EDB1C0B81653283D0041897E /* Supporting Files */,
- );
- path = FImmutableSortedDictionaryTests;
- sourceTree = "<group>";
- };
- EDB1C0B81653283D0041897E /* Supporting Files */ = {
- isa = PBXGroup;
- children = (
- EDB1C0B91653283D0041897E /* FImmutableSortedDictionaryTests-Info.plist */,
- EDB1C0BA1653283D0041897E /* InfoPlist.strings */,
- );
- name = "Supporting Files";
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- EDB1C09C1653283D0041897E /* FImmutableSortedDictionary */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = EDB1C0C21653283D0041897E /* Build configuration list for PBXNativeTarget "FImmutableSortedDictionary" */;
- buildPhases = (
- EDB1C0991653283D0041897E /* Sources */,
- EDB1C09A1653283D0041897E /* Frameworks */,
- EDB1C09B1653283D0041897E /* CopyFiles */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = FImmutableSortedDictionary;
- productName = FImmutableSortedDictionary;
- productReference = EDB1C09D1653283D0041897E /* libFImmutableSortedDictionary.a */;
- productType = "com.apple.product-type.library.static";
- };
- EDB1C0AD1653283D0041897E /* FImmutableSortedDictionaryTests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = EDB1C0C51653283D0041897E /* Build configuration list for PBXNativeTarget "FImmutableSortedDictionaryTests" */;
- buildPhases = (
- EDB1C0A91653283D0041897E /* Sources */,
- EDB1C0AA1653283D0041897E /* Frameworks */,
- EDB1C0AB1653283D0041897E /* Resources */,
- EDB1C0AC1653283D0041897E /* ShellScript */,
- );
- buildRules = (
- );
- dependencies = (
- EDB1C0B51653283D0041897E /* PBXTargetDependency */,
- );
- name = FImmutableSortedDictionaryTests;
- productName = FImmutableSortedDictionaryTests;
- productReference = EDB1C0AE1653283D0041897E /* FImmutableSortedDictionaryTests.octest */;
- productType = "com.apple.product-type.bundle";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- EDB1C0941653283D0041897E /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0450;
- ORGANIZATIONNAME = Firebase;
- };
- buildConfigurationList = EDB1C0971653283D0041897E /* Build configuration list for PBXProject "FImmutableSortedDictionary" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = EDB1C0921653283D0041897E;
- productRefGroup = EDB1C09E1653283D0041897E /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- EDB1C09C1653283D0041897E /* FImmutableSortedDictionary */,
- EDB1C0AD1653283D0041897E /* FImmutableSortedDictionaryTests */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- EDB1C0AB1653283D0041897E /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- EDB1C0BC1653283D0041897E /* InfoPlist.strings in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXShellScriptBuildPhase section */
- EDB1C0AC1653283D0041897E /* ShellScript */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
- };
- /* End PBXShellScriptBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- EDB1C0991653283D0041897E /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- EDB1C0D21653286B0041897E /* FImmutableSortedDictionary.m in Sources */,
- EDB1C0D41653286B0041897E /* FLLRBEmptyNode.m in Sources */,
- EDB1C0D61653286B0041897E /* FLLRBValueNode.m in Sources */,
- EDB1C0ED165331140041897E /* FImmutableSortedDictionaryEnumerator.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- EDB1C0A91653283D0041897E /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- EDB1C0BF1653283D0041897E /* FImmutableSortedDictionaryTests.m in Sources */,
- EDB1C0D31653286B0041897E /* FImmutableSortedDictionary.m in Sources */,
- EDB1C0D51653286B0041897E /* FLLRBEmptyNode.m in Sources */,
- EDB1C0D71653286B0041897E /* FLLRBValueNode.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXTargetDependency section */
- EDB1C0B51653283D0041897E /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = EDB1C09C1653283D0041897E /* FImmutableSortedDictionary */;
- targetProxy = EDB1C0B41653283D0041897E /* PBXContainerItemProxy */;
- };
- /* End PBXTargetDependency section */
- /* Begin PBXVariantGroup section */
- EDB1C0BA1653283D0041897E /* InfoPlist.strings */ = {
- isa = PBXVariantGroup;
- children = (
- EDB1C0BB1653283D0041897E /* en */,
- );
- name = InfoPlist.strings;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
- /* Begin XCBuildConfiguration section */
- EDB1C0C01653283D0041897E /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = NO;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 6.0;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = iphoneos;
- };
- name = Debug;
- };
- EDB1C0C11653283D0041897E /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 6.0;
- SDKROOT = iphoneos;
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
- EDB1C0C31653283D0041897E /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- DSTROOT = /tmp/FImmutableSortedDictionary.dst;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "FImmutableSortedDictionary/FImmutableSortedDictionary-Prefix.pch";
- OTHER_LDFLAGS = "-ObjC";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SKIP_INSTALL = YES;
- };
- name = Debug;
- };
- EDB1C0C41653283D0041897E /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- DSTROOT = /tmp/FImmutableSortedDictionary.dst;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "FImmutableSortedDictionary/FImmutableSortedDictionary-Prefix.pch";
- OTHER_LDFLAGS = "-ObjC";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SKIP_INSTALL = YES;
- };
- name = Release;
- };
- EDB1C0C61653283D0041897E /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- FRAMEWORK_SEARCH_PATHS = (
- "\"$(SDKROOT)/Developer/Library/Frameworks\"",
- "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
- );
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "FImmutableSortedDictionary/FImmutableSortedDictionary-Prefix.pch";
- INFOPLIST_FILE = "FImmutableSortedDictionaryTests/FImmutableSortedDictionaryTests-Info.plist";
- PRODUCT_NAME = "$(TARGET_NAME)";
- WRAPPER_EXTENSION = octest;
- };
- name = Debug;
- };
- EDB1C0C71653283D0041897E /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- FRAMEWORK_SEARCH_PATHS = (
- "\"$(SDKROOT)/Developer/Library/Frameworks\"",
- "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
- );
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "FImmutableSortedDictionary/FImmutableSortedDictionary-Prefix.pch";
- INFOPLIST_FILE = "FImmutableSortedDictionaryTests/FImmutableSortedDictionaryTests-Info.plist";
- PRODUCT_NAME = "$(TARGET_NAME)";
- WRAPPER_EXTENSION = octest;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- EDB1C0971653283D0041897E /* Build configuration list for PBXProject "FImmutableSortedDictionary" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- EDB1C0C01653283D0041897E /* Debug */,
- EDB1C0C11653283D0041897E /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- EDB1C0C21653283D0041897E /* Build configuration list for PBXNativeTarget "FImmutableSortedDictionary" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- EDB1C0C31653283D0041897E /* Debug */,
- EDB1C0C41653283D0041897E /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- EDB1C0C51653283D0041897E /* Build configuration list for PBXNativeTarget "FImmutableSortedDictionaryTests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- EDB1C0C61653283D0041897E /* Debug */,
- EDB1C0C71653283D0041897E /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = EDB1C0941653283D0041897E /* Project object */;
- }
|