Skip to content
Snippets Groups Projects
project.pbxproj 17 KiB
Newer Older
  • Learn to ignore specific revisions
  • Tobias Ullerich's avatar
    Tobias Ullerich committed
    // !$*UTF8*$!
    {
    	archiveVersion = 1;
    	classes = {
    	};
    	objectVersion = 50;
    	objects = {
    
    /* Begin PBXBuildFile section */
    		F6A251A0260B670000132DEC /* AppleLibs.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F6A25196260B66FF00132DEC /* AppleLibs.framework */; };
    		F6A251A5260B670000132DEC /* AppleLibsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6A251A4260B670000132DEC /* AppleLibsTests.swift */; };
    		F6A251A7260B670000132DEC /* AppleLibs.h in Headers */ = {isa = PBXBuildFile; fileRef = F6A25199260B66FF00132DEC /* AppleLibs.h */; settings = {ATTRIBUTES = (Public, ); }; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6A251BA260B697300132DEC /* Double+Rounded.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6A251B9260B697300132DEC /* Double+Rounded.swift */; };
    		F6A251BE260B699100132DEC /* String+Extended.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6A251BD260B699100132DEC /* String+Extended.swift */; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    /* End PBXBuildFile section */
    
    /* Begin PBXContainerItemProxy section */
    		F6A251A1260B670000132DEC /* PBXContainerItemProxy */ = {
    			isa = PBXContainerItemProxy;
    			containerPortal = F6A2518D260B66FF00132DEC /* Project object */;
    			proxyType = 1;
    			remoteGlobalIDString = F6A25195260B66FF00132DEC;
    			remoteInfo = AppleLibs;
    		};
    /* End PBXContainerItemProxy section */
    
    /* Begin PBXFileReference section */
    		F6A25196260B66FF00132DEC /* AppleLibs.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AppleLibs.framework; sourceTree = BUILT_PRODUCTS_DIR; };
    		F6A25199260B66FF00132DEC /* AppleLibs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppleLibs.h; sourceTree = "<group>"; };
    		F6A2519A260B66FF00132DEC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
    		F6A2519F260B670000132DEC /* AppleLibsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AppleLibsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
    		F6A251A4260B670000132DEC /* AppleLibsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppleLibsTests.swift; sourceTree = "<group>"; };
    		F6A251A6260B670000132DEC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6A251B2260B680F00132DEC /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6A251B9260B697300132DEC /* Double+Rounded.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Double+Rounded.swift"; sourceTree = "<group>"; };
    		F6A251BD260B699100132DEC /* String+Extended.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Extended.swift"; sourceTree = "<group>"; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    /* End PBXFileReference section */
    
    /* Begin PBXFrameworksBuildPhase section */
    		F6A25193260B66FF00132DEC /* Frameworks */ = {
    			isa = PBXFrameworksBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    		F6A2519C260B670000132DEC /* Frameworks */ = {
    			isa = PBXFrameworksBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    				F6A251A0260B670000132DEC /* AppleLibs.framework in Frameworks */,
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    /* End PBXFrameworksBuildPhase section */
    
    /* Begin PBXGroup section */
    		F6A2518C260B66FF00132DEC = {
    			isa = PBXGroup;
    			children = (
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6A251B2260B680F00132DEC /* Package.swift */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6A25198260B66FF00132DEC /* AppleLibs */,
    				F6A251A3260B670000132DEC /* AppleLibsTests */,
    				F6A25197260B66FF00132DEC /* Products */,
    			);
    			sourceTree = "<group>";
    		};
    		F6A25197260B66FF00132DEC /* Products */ = {
    			isa = PBXGroup;
    			children = (
    				F6A25196260B66FF00132DEC /* AppleLibs.framework */,
    				F6A2519F260B670000132DEC /* AppleLibsTests.xctest */,
    			);
    			name = Products;
    			sourceTree = "<group>";
    		};
    		F6A25198260B66FF00132DEC /* AppleLibs */ = {
    			isa = PBXGroup;
    			children = (
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6A251B8260B696200132DEC /* Numbers */,
    				F6A251BD260B699100132DEC /* String+Extended.swift */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6A25199260B66FF00132DEC /* AppleLibs.h */,
    				F6A2519A260B66FF00132DEC /* Info.plist */,
    			);
    			path = AppleLibs;
    			sourceTree = "<group>";
    		};
    		F6A251A3260B670000132DEC /* AppleLibsTests */ = {
    			isa = PBXGroup;
    			children = (
    				F6A251A4260B670000132DEC /* AppleLibsTests.swift */,
    				F6A251A6260B670000132DEC /* Info.plist */,
    			);
    			path = AppleLibsTests;
    			sourceTree = "<group>";
    		};
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6A251B8260B696200132DEC /* Numbers */ = {
    			isa = PBXGroup;
    			children = (
    				F6A251B9260B697300132DEC /* Double+Rounded.swift */,
    			);
    			path = Numbers;
    			sourceTree = "<group>";
    		};
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    /* End PBXGroup section */
    
    /* Begin PBXHeadersBuildPhase section */
    		F6A25191260B66FF00132DEC /* Headers */ = {
    			isa = PBXHeadersBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    				F6A251A7260B670000132DEC /* AppleLibs.h in Headers */,
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    /* End PBXHeadersBuildPhase section */
    
    /* Begin PBXNativeTarget section */
    		F6A25195260B66FF00132DEC /* AppleLibs */ = {
    			isa = PBXNativeTarget;
    			buildConfigurationList = F6A251AA260B670000132DEC /* Build configuration list for PBXNativeTarget "AppleLibs" */;
    			buildPhases = (
    				F6A25191260B66FF00132DEC /* Headers */,
    				F6A25192260B66FF00132DEC /* Sources */,
    				F6A25193260B66FF00132DEC /* Frameworks */,
    				F6A25194260B66FF00132DEC /* Resources */,
    			);
    			buildRules = (
    			);
    			dependencies = (
    			);
    			name = AppleLibs;
    			productName = AppleLibs;
    			productReference = F6A25196260B66FF00132DEC /* AppleLibs.framework */;
    			productType = "com.apple.product-type.framework";
    		};
    		F6A2519E260B670000132DEC /* AppleLibsTests */ = {
    			isa = PBXNativeTarget;
    			buildConfigurationList = F6A251AD260B670000132DEC /* Build configuration list for PBXNativeTarget "AppleLibsTests" */;
    			buildPhases = (
    				F6A2519B260B670000132DEC /* Sources */,
    				F6A2519C260B670000132DEC /* Frameworks */,
    				F6A2519D260B670000132DEC /* Resources */,
    			);
    			buildRules = (
    			);
    			dependencies = (
    				F6A251A2260B670000132DEC /* PBXTargetDependency */,
    			);
    			name = AppleLibsTests;
    			productName = AppleLibsTests;
    			productReference = F6A2519F260B670000132DEC /* AppleLibsTests.xctest */;
    			productType = "com.apple.product-type.bundle.unit-test";
    		};
    /* End PBXNativeTarget section */
    
    /* Begin PBXProject section */
    		F6A2518D260B66FF00132DEC /* Project object */ = {
    			isa = PBXProject;
    			attributes = {
    				LastSwiftUpdateCheck = 1240;
    				LastUpgradeCheck = 1240;
    				TargetAttributes = {
    					F6A25195260B66FF00132DEC = {
    						CreatedOnToolsVersion = 12.4;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    						LastSwiftMigration = 1240;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    					};
    					F6A2519E260B670000132DEC = {
    						CreatedOnToolsVersion = 12.4;
    					};
    				};
    			};
    			buildConfigurationList = F6A25190260B66FF00132DEC /* Build configuration list for PBXProject "AppleLibs" */;
    			compatibilityVersion = "Xcode 9.3";
    			developmentRegion = en;
    			hasScannedForEncodings = 0;
    			knownRegions = (
    				en,
    				Base,
    			);
    			mainGroup = F6A2518C260B66FF00132DEC;
    			productRefGroup = F6A25197260B66FF00132DEC /* Products */;
    			projectDirPath = "";
    			projectRoot = "";
    			targets = (
    				F6A25195260B66FF00132DEC /* AppleLibs */,
    				F6A2519E260B670000132DEC /* AppleLibsTests */,
    			);
    		};
    /* End PBXProject section */
    
    /* Begin PBXResourcesBuildPhase section */
    		F6A25194260B66FF00132DEC /* Resources */ = {
    			isa = PBXResourcesBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    		F6A2519D260B670000132DEC /* Resources */ = {
    			isa = PBXResourcesBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    /* End PBXResourcesBuildPhase section */
    
    /* Begin PBXSourcesBuildPhase section */
    		F6A25192260B66FF00132DEC /* Sources */ = {
    			isa = PBXSourcesBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6A251BA260B697300132DEC /* Double+Rounded.swift in Sources */,
    				F6A251BE260B699100132DEC /* String+Extended.swift in Sources */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    		F6A2519B260B670000132DEC /* Sources */ = {
    			isa = PBXSourcesBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    				F6A251A5260B670000132DEC /* AppleLibsTests.swift in Sources */,
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    /* End PBXSourcesBuildPhase section */
    
    /* Begin PBXTargetDependency section */
    		F6A251A2260B670000132DEC /* PBXTargetDependency */ = {
    			isa = PBXTargetDependency;
    			target = F6A25195260B66FF00132DEC /* AppleLibs */;
    			targetProxy = F6A251A1260B670000132DEC /* PBXContainerItemProxy */;
    		};
    /* End PBXTargetDependency section */
    
    /* Begin XCBuildConfiguration section */
    		F6A251A8260B670000132DEC /* Debug */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    				ALWAYS_SEARCH_USER_PATHS = NO;
    				CLANG_ANALYZER_NONNULL = YES;
    				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
    				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
    				CLANG_CXX_LIBRARY = "libc++";
    				CLANG_ENABLE_MODULES = YES;
    				CLANG_ENABLE_OBJC_ARC = YES;
    				CLANG_ENABLE_OBJC_WEAK = YES;
    				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
    				CLANG_WARN_BOOL_CONVERSION = YES;
    				CLANG_WARN_COMMA = YES;
    				CLANG_WARN_CONSTANT_CONVERSION = YES;
    				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
    				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
    				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
    				CLANG_WARN_EMPTY_BODY = YES;
    				CLANG_WARN_ENUM_CONVERSION = YES;
    				CLANG_WARN_INFINITE_RECURSION = YES;
    				CLANG_WARN_INT_CONVERSION = YES;
    				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
    				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
    				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
    				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
    				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
    				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
    				CLANG_WARN_STRICT_PROTOTYPES = YES;
    				CLANG_WARN_SUSPICIOUS_MOVE = YES;
    				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
    				CLANG_WARN_UNREACHABLE_CODE = YES;
    				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
    				COPY_PHASE_STRIP = NO;
    				CURRENT_PROJECT_VERSION = 1;
    				DEBUG_INFORMATION_FORMAT = dwarf;
    				ENABLE_STRICT_OBJC_MSGSEND = YES;
    				ENABLE_TESTABILITY = YES;
    				GCC_C_LANGUAGE_STANDARD = gnu11;
    				GCC_DYNAMIC_NO_PIC = NO;
    				GCC_NO_COMMON_BLOCKS = YES;
    				GCC_OPTIMIZATION_LEVEL = 0;
    				GCC_PREPROCESSOR_DEFINITIONS = (
    					"DEBUG=1",
    					"$(inherited)",
    				);
    				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
    				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
    				GCC_WARN_UNDECLARED_SELECTOR = YES;
    				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
    				GCC_WARN_UNUSED_FUNCTION = YES;
    				GCC_WARN_UNUSED_VARIABLE = YES;
    				IPHONEOS_DEPLOYMENT_TARGET = 14.4;
    				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
    				MTL_FAST_MATH = YES;
    				ONLY_ACTIVE_ARCH = YES;
    				SDKROOT = iphoneos;
    				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
    				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
    				VERSIONING_SYSTEM = "apple-generic";
    				VERSION_INFO_PREFIX = "";
    			};
    			name = Debug;
    		};
    		F6A251A9260B670000132DEC /* Release */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    				ALWAYS_SEARCH_USER_PATHS = NO;
    				CLANG_ANALYZER_NONNULL = YES;
    				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
    				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
    				CLANG_CXX_LIBRARY = "libc++";
    				CLANG_ENABLE_MODULES = YES;
    				CLANG_ENABLE_OBJC_ARC = YES;
    				CLANG_ENABLE_OBJC_WEAK = YES;
    				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
    				CLANG_WARN_BOOL_CONVERSION = YES;
    				CLANG_WARN_COMMA = YES;
    				CLANG_WARN_CONSTANT_CONVERSION = YES;
    				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
    				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
    				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
    				CLANG_WARN_EMPTY_BODY = YES;
    				CLANG_WARN_ENUM_CONVERSION = YES;
    				CLANG_WARN_INFINITE_RECURSION = YES;
    				CLANG_WARN_INT_CONVERSION = YES;
    				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
    				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
    				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
    				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
    				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
    				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
    				CLANG_WARN_STRICT_PROTOTYPES = YES;
    				CLANG_WARN_SUSPICIOUS_MOVE = YES;
    				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
    				CLANG_WARN_UNREACHABLE_CODE = YES;
    				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
    				COPY_PHASE_STRIP = NO;
    				CURRENT_PROJECT_VERSION = 1;
    				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    				ENABLE_NS_ASSERTIONS = NO;
    				ENABLE_STRICT_OBJC_MSGSEND = YES;
    				GCC_C_LANGUAGE_STANDARD = gnu11;
    				GCC_NO_COMMON_BLOCKS = YES;
    				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
    				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
    				GCC_WARN_UNDECLARED_SELECTOR = YES;
    				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
    				GCC_WARN_UNUSED_FUNCTION = YES;
    				GCC_WARN_UNUSED_VARIABLE = YES;
    				IPHONEOS_DEPLOYMENT_TARGET = 14.4;
    				MTL_ENABLE_DEBUG_INFO = NO;
    				MTL_FAST_MATH = YES;
    				SDKROOT = iphoneos;
    				SWIFT_COMPILATION_MODE = wholemodule;
    				SWIFT_OPTIMIZATION_LEVEL = "-O";
    				VALIDATE_PRODUCT = YES;
    				VERSIONING_SYSTEM = "apple-generic";
    				VERSION_INFO_PREFIX = "";
    			};
    			name = Release;
    		};
    		F6A251AB260B670000132DEC /* Debug */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				CLANG_ENABLE_MODULES = YES;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				CODE_SIGN_STYLE = Automatic;
    				DEFINES_MODULE = YES;
    				DEVELOPMENT_TEAM = GSS77QYM85;
    				DYLIB_COMPATIBILITY_VERSION = 1;
    				DYLIB_CURRENT_VERSION = 1;
    				DYLIB_INSTALL_NAME_BASE = "@rpath";
    				INFOPLIST_FILE = AppleLibs/Info.plist;
    				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				IPHONEOS_DEPLOYMENT_TARGET = 13.0;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				LD_RUNPATH_SEARCH_PATHS = (
    					"$(inherited)",
    					"@executable_path/Frameworks",
    					"@loader_path/Frameworks",
    				);
    				PRODUCT_BUNDLE_IDENTIFIER = de.tobias.AppleLibs;
    				PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
    				SKIP_INSTALL = YES;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				SWIFT_VERSION = 5.0;
    				TARGETED_DEVICE_FAMILY = "1,2";
    			};
    			name = Debug;
    		};
    		F6A251AC260B670000132DEC /* Release */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				CLANG_ENABLE_MODULES = YES;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				CODE_SIGN_STYLE = Automatic;
    				DEFINES_MODULE = YES;
    				DEVELOPMENT_TEAM = GSS77QYM85;
    				DYLIB_COMPATIBILITY_VERSION = 1;
    				DYLIB_CURRENT_VERSION = 1;
    				DYLIB_INSTALL_NAME_BASE = "@rpath";
    				INFOPLIST_FILE = AppleLibs/Info.plist;
    				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				IPHONEOS_DEPLOYMENT_TARGET = 13.0;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				LD_RUNPATH_SEARCH_PATHS = (
    					"$(inherited)",
    					"@executable_path/Frameworks",
    					"@loader_path/Frameworks",
    				);
    				PRODUCT_BUNDLE_IDENTIFIER = de.tobias.AppleLibs;
    				PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
    				SKIP_INSTALL = YES;
    				SWIFT_VERSION = 5.0;
    				TARGETED_DEVICE_FAMILY = "1,2";
    			};
    			name = Release;
    		};
    		F6A251AE260B670000132DEC /* Debug */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				CODE_SIGN_STYLE = Automatic;
    				DEVELOPMENT_TEAM = GSS77QYM85;
    				INFOPLIST_FILE = AppleLibsTests/Info.plist;
    				LD_RUNPATH_SEARCH_PATHS = (
    					"$(inherited)",
    					"@executable_path/Frameworks",
    					"@loader_path/Frameworks",
    				);
    				PRODUCT_BUNDLE_IDENTIFIER = de.tobias.AppleLibsTests;
    				PRODUCT_NAME = "$(TARGET_NAME)";
    				SWIFT_VERSION = 5.0;
    				TARGETED_DEVICE_FAMILY = "1,2";
    			};
    			name = Debug;
    		};
    		F6A251AF260B670000132DEC /* Release */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				CODE_SIGN_STYLE = Automatic;
    				DEVELOPMENT_TEAM = GSS77QYM85;
    				INFOPLIST_FILE = AppleLibsTests/Info.plist;
    				LD_RUNPATH_SEARCH_PATHS = (
    					"$(inherited)",
    					"@executable_path/Frameworks",
    					"@loader_path/Frameworks",
    				);
    				PRODUCT_BUNDLE_IDENTIFIER = de.tobias.AppleLibsTests;
    				PRODUCT_NAME = "$(TARGET_NAME)";
    				SWIFT_VERSION = 5.0;
    				TARGETED_DEVICE_FAMILY = "1,2";
    			};
    			name = Release;
    		};
    /* End XCBuildConfiguration section */
    
    /* Begin XCConfigurationList section */
    		F6A25190260B66FF00132DEC /* Build configuration list for PBXProject "AppleLibs" */ = {
    			isa = XCConfigurationList;
    			buildConfigurations = (
    				F6A251A8260B670000132DEC /* Debug */,
    				F6A251A9260B670000132DEC /* Release */,
    			);
    			defaultConfigurationIsVisible = 0;
    			defaultConfigurationName = Release;
    		};
    		F6A251AA260B670000132DEC /* Build configuration list for PBXNativeTarget "AppleLibs" */ = {
    			isa = XCConfigurationList;
    			buildConfigurations = (
    				F6A251AB260B670000132DEC /* Debug */,
    				F6A251AC260B670000132DEC /* Release */,
    			);
    			defaultConfigurationIsVisible = 0;
    			defaultConfigurationName = Release;
    		};
    		F6A251AD260B670000132DEC /* Build configuration list for PBXNativeTarget "AppleLibsTests" */ = {
    			isa = XCConfigurationList;
    			buildConfigurations = (
    				F6A251AE260B670000132DEC /* Debug */,
    				F6A251AF260B670000132DEC /* Release */,
    			);
    			defaultConfigurationIsVisible = 0;
    			defaultConfigurationName = Release;
    		};
    /* End XCConfigurationList section */
    	};
    	rootObject = F6A2518D260B66FF00132DEC /* Project object */;
    }