Mercurial > public > simoleon
view Simoleon.xcodeproj/project.pbxproj @ 179:7c4a789e51ba
add views
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 26 Oct 2021 18:18:36 +0200 |
parents | a1443bd115d9 |
children | 5a9430fd6b4d |
line wrap: on
line source
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 55; objects = { /* Begin PBXBuildFile section */ 953B98B9272859CD00477D86 /* Sidebar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953B98B8272859CD00477D86 /* Sidebar.swift */; }; 953B98BB272859DE00477D86 /* ConversionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953B98BA272859DE00477D86 /* ConversionView.swift */; }; 953B98BD272859F000477D86 /* FavoritesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953B98BC272859F000477D86 /* FavoritesView.swift */; }; 953B98BF272859FB00477D86 /* AboutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953B98BE272859FB00477D86 /* AboutView.swift */; }; 953B98C227285D2600477D86 /* currencies.json in Resources */ = {isa = PBXBuildFile; fileRef = 953B98C127285D2600477D86 /* currencies.json */; }; 953B98C427285E1600477D86 /* CurrencySelector.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953B98C327285E1600477D86 /* CurrencySelector.swift */; }; 953B98C827285FA900477D86 /* CurrencySelectorButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953B98C727285FA900477D86 /* CurrencySelectorButton.swift */; }; 953B98CB27285FF400477D86 /* CurrencyModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953B98CA27285FF400477D86 /* CurrencyModel.swift */; }; 95DC5D502728176700B1EFA0 /* SimoleonApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D4F2728176700B1EFA0 /* SimoleonApp.swift */; }; 95DC5D522728176700B1EFA0 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D512728176700B1EFA0 /* ContentView.swift */; }; 95DC5D542728176800B1EFA0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95DC5D532728176800B1EFA0 /* Assets.xcassets */; }; 95DC5D572728176800B1EFA0 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95DC5D562728176800B1EFA0 /* Preview Assets.xcassets */; }; 95DC5D592728176800B1EFA0 /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D582728176800B1EFA0 /* Persistence.swift */; }; 95DC5D5C2728176800B1EFA0 /* Simoleon.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D5A2728176800B1EFA0 /* Simoleon.xcdatamodeld */; }; 95DC5D662728176900B1EFA0 /* SimoleonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D652728176900B1EFA0 /* SimoleonTests.swift */; }; 95DC5D702728176900B1EFA0 /* SimoleonUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D6F2728176900B1EFA0 /* SimoleonUITests.swift */; }; 95DC5D722728176900B1EFA0 /* SimoleonUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D712728176900B1EFA0 /* SimoleonUITestsLaunchTests.swift */; }; 95DC5D8327281A9F00B1EFA0 /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95DC5D8227281A9F00B1EFA0 /* CloudKit.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ 95DC5D622728176900B1EFA0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 95DC5D442728176700B1EFA0 /* Project object */; proxyType = 1; remoteGlobalIDString = 95DC5D4B2728176700B1EFA0; remoteInfo = Simoleon; }; 95DC5D6C2728176900B1EFA0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 95DC5D442728176700B1EFA0 /* Project object */; proxyType = 1; remoteGlobalIDString = 95DC5D4B2728176700B1EFA0; remoteInfo = Simoleon; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ 953B98B8272859CD00477D86 /* Sidebar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Sidebar.swift; sourceTree = "<group>"; }; 953B98BA272859DE00477D86 /* ConversionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConversionView.swift; sourceTree = "<group>"; }; 953B98BC272859F000477D86 /* FavoritesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FavoritesView.swift; sourceTree = "<group>"; }; 953B98BE272859FB00477D86 /* AboutView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutView.swift; sourceTree = "<group>"; }; 953B98C127285D2600477D86 /* currencies.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = currencies.json; sourceTree = "<group>"; }; 953B98C327285E1600477D86 /* CurrencySelector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencySelector.swift; sourceTree = "<group>"; }; 953B98C727285FA900477D86 /* CurrencySelectorButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencySelectorButton.swift; sourceTree = "<group>"; }; 953B98CA27285FF400477D86 /* CurrencyModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyModel.swift; sourceTree = "<group>"; }; 95DC5D4C2728176700B1EFA0 /* Simoleon.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Simoleon.app; sourceTree = BUILT_PRODUCTS_DIR; }; 95DC5D4F2728176700B1EFA0 /* SimoleonApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonApp.swift; sourceTree = "<group>"; }; 95DC5D512728176700B1EFA0 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; 95DC5D532728176800B1EFA0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; 95DC5D562728176800B1EFA0 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; 95DC5D582728176800B1EFA0 /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; }; 95DC5D5B2728176800B1EFA0 /* Simoleon.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Simoleon.xcdatamodel; sourceTree = "<group>"; }; 95DC5D612728176900B1EFA0 /* SimoleonTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SimoleonTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 95DC5D652728176900B1EFA0 /* SimoleonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonTests.swift; sourceTree = "<group>"; }; 95DC5D6B2728176900B1EFA0 /* SimoleonUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SimoleonUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 95DC5D6F2728176900B1EFA0 /* SimoleonUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonUITests.swift; sourceTree = "<group>"; }; 95DC5D712728176900B1EFA0 /* SimoleonUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonUITestsLaunchTests.swift; sourceTree = "<group>"; }; 95DC5D7E272817DE00B1EFA0 /* Config.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; }; 95DC5D7F27281A8C00B1EFA0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 95DC5D8027281A9700B1EFA0 /* Simoleon.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Simoleon.entitlements; sourceTree = "<group>"; }; 95DC5D8227281A9F00B1EFA0 /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 95DC5D492728176700B1EFA0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 95DC5D8327281A9F00B1EFA0 /* CloudKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; 95DC5D5E2728176900B1EFA0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; 95DC5D682728176900B1EFA0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 953B98B7272859B000477D86 /* Helpers */ = { isa = PBXGroup; children = ( 953B98B8272859CD00477D86 /* Sidebar.swift */, 953B98C327285E1600477D86 /* CurrencySelector.swift */, 953B98C727285FA900477D86 /* CurrencySelectorButton.swift */, ); path = Helpers; sourceTree = "<group>"; }; 953B98C027285D0B00477D86 /* Resources */ = { isa = PBXGroup; children = ( 953B98C127285D2600477D86 /* currencies.json */, ); path = Resources; sourceTree = "<group>"; }; 953B98C927285FE900477D86 /* Models */ = { isa = PBXGroup; children = ( 953B98CA27285FF400477D86 /* CurrencyModel.swift */, ); path = Models; sourceTree = "<group>"; }; 95DC5D432728176700B1EFA0 = { isa = PBXGroup; children = ( 95DC5D4E2728176700B1EFA0 /* Simoleon */, 95DC5D642728176900B1EFA0 /* SimoleonTests */, 95DC5D6E2728176900B1EFA0 /* SimoleonUITests */, 95DC5D4D2728176700B1EFA0 /* Products */, 95DC5D8127281A9F00B1EFA0 /* Frameworks */, ); sourceTree = "<group>"; }; 95DC5D4D2728176700B1EFA0 /* Products */ = { isa = PBXGroup; children = ( 95DC5D4C2728176700B1EFA0 /* Simoleon.app */, 95DC5D612728176900B1EFA0 /* SimoleonTests.xctest */, 95DC5D6B2728176900B1EFA0 /* SimoleonUITests.xctest */, ); name = Products; sourceTree = "<group>"; }; 95DC5D4E2728176700B1EFA0 /* Simoleon */ = { isa = PBXGroup; children = ( 95DC5D8027281A9700B1EFA0 /* Simoleon.entitlements */, 95DC5D7F27281A8C00B1EFA0 /* Info.plist */, 95DC5D532728176800B1EFA0 /* Assets.xcassets */, 95DC5D7E272817DE00B1EFA0 /* Config.xcconfig */, 95DC5D5A2728176800B1EFA0 /* Simoleon.xcdatamodeld */, 95DC5D582728176800B1EFA0 /* Persistence.swift */, 95DC5D4F2728176700B1EFA0 /* SimoleonApp.swift */, 95DC5D512728176700B1EFA0 /* ContentView.swift */, 953B98BC272859F000477D86 /* FavoritesView.swift */, 953B98BA272859DE00477D86 /* ConversionView.swift */, 953B98BE272859FB00477D86 /* AboutView.swift */, 953B98B7272859B000477D86 /* Helpers */, 953B98C027285D0B00477D86 /* Resources */, 953B98C927285FE900477D86 /* Models */, 95DC5D552728176800B1EFA0 /* Preview Content */, ); path = Simoleon; sourceTree = "<group>"; }; 95DC5D552728176800B1EFA0 /* Preview Content */ = { isa = PBXGroup; children = ( 95DC5D562728176800B1EFA0 /* Preview Assets.xcassets */, ); path = "Preview Content"; sourceTree = "<group>"; }; 95DC5D642728176900B1EFA0 /* SimoleonTests */ = { isa = PBXGroup; children = ( 95DC5D652728176900B1EFA0 /* SimoleonTests.swift */, ); path = SimoleonTests; sourceTree = "<group>"; }; 95DC5D6E2728176900B1EFA0 /* SimoleonUITests */ = { isa = PBXGroup; children = ( 95DC5D6F2728176900B1EFA0 /* SimoleonUITests.swift */, 95DC5D712728176900B1EFA0 /* SimoleonUITestsLaunchTests.swift */, ); path = SimoleonUITests; sourceTree = "<group>"; }; 95DC5D8127281A9F00B1EFA0 /* Frameworks */ = { isa = PBXGroup; children = ( 95DC5D8227281A9F00B1EFA0 /* CloudKit.framework */, ); name = Frameworks; sourceTree = "<group>"; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 95DC5D4B2728176700B1EFA0 /* Simoleon */ = { isa = PBXNativeTarget; buildConfigurationList = 95DC5D752728176900B1EFA0 /* Build configuration list for PBXNativeTarget "Simoleon" */; buildPhases = ( 95DC5D482728176700B1EFA0 /* Sources */, 95DC5D492728176700B1EFA0 /* Frameworks */, 95DC5D4A2728176700B1EFA0 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = Simoleon; productName = Simoleon; productReference = 95DC5D4C2728176700B1EFA0 /* Simoleon.app */; productType = "com.apple.product-type.application"; }; 95DC5D602728176900B1EFA0 /* SimoleonTests */ = { isa = PBXNativeTarget; buildConfigurationList = 95DC5D782728176900B1EFA0 /* Build configuration list for PBXNativeTarget "SimoleonTests" */; buildPhases = ( 95DC5D5D2728176900B1EFA0 /* Sources */, 95DC5D5E2728176900B1EFA0 /* Frameworks */, 95DC5D5F2728176900B1EFA0 /* Resources */, ); buildRules = ( ); dependencies = ( 95DC5D632728176900B1EFA0 /* PBXTargetDependency */, ); name = SimoleonTests; productName = SimoleonTests; productReference = 95DC5D612728176900B1EFA0 /* SimoleonTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; 95DC5D6A2728176900B1EFA0 /* SimoleonUITests */ = { isa = PBXNativeTarget; buildConfigurationList = 95DC5D7B2728176900B1EFA0 /* Build configuration list for PBXNativeTarget "SimoleonUITests" */; buildPhases = ( 95DC5D672728176900B1EFA0 /* Sources */, 95DC5D682728176900B1EFA0 /* Frameworks */, 95DC5D692728176900B1EFA0 /* Resources */, ); buildRules = ( ); dependencies = ( 95DC5D6D2728176900B1EFA0 /* PBXTargetDependency */, ); name = SimoleonUITests; productName = SimoleonUITests; productReference = 95DC5D6B2728176900B1EFA0 /* SimoleonUITests.xctest */; productType = "com.apple.product-type.bundle.ui-testing"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 95DC5D442728176700B1EFA0 /* Project object */ = { isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = 1; LastSwiftUpdateCheck = 1310; LastUpgradeCheck = 1310; TargetAttributes = { 95DC5D4B2728176700B1EFA0 = { CreatedOnToolsVersion = 13.1; }; 95DC5D602728176900B1EFA0 = { CreatedOnToolsVersion = 13.1; TestTargetID = 95DC5D4B2728176700B1EFA0; }; 95DC5D6A2728176900B1EFA0 = { CreatedOnToolsVersion = 13.1; TestTargetID = 95DC5D4B2728176700B1EFA0; }; }; }; buildConfigurationList = 95DC5D472728176700B1EFA0 /* Build configuration list for PBXProject "Simoleon" */; compatibilityVersion = "Xcode 13.0"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = 95DC5D432728176700B1EFA0; productRefGroup = 95DC5D4D2728176700B1EFA0 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 95DC5D4B2728176700B1EFA0 /* Simoleon */, 95DC5D602728176900B1EFA0 /* SimoleonTests */, 95DC5D6A2728176900B1EFA0 /* SimoleonUITests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 95DC5D4A2728176700B1EFA0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 95DC5D572728176800B1EFA0 /* Preview Assets.xcassets in Resources */, 95DC5D542728176800B1EFA0 /* Assets.xcassets in Resources */, 953B98C227285D2600477D86 /* currencies.json in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; 95DC5D5F2728176900B1EFA0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; 95DC5D692728176900B1EFA0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 95DC5D482728176700B1EFA0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 953B98BF272859FB00477D86 /* AboutView.swift in Sources */, 953B98C427285E1600477D86 /* CurrencySelector.swift in Sources */, 953B98BB272859DE00477D86 /* ConversionView.swift in Sources */, 953B98B9272859CD00477D86 /* Sidebar.swift in Sources */, 95DC5D592728176800B1EFA0 /* Persistence.swift in Sources */, 95DC5D522728176700B1EFA0 /* ContentView.swift in Sources */, 953B98CB27285FF400477D86 /* CurrencyModel.swift in Sources */, 953B98BD272859F000477D86 /* FavoritesView.swift in Sources */, 953B98C827285FA900477D86 /* CurrencySelectorButton.swift in Sources */, 95DC5D502728176700B1EFA0 /* SimoleonApp.swift in Sources */, 95DC5D5C2728176800B1EFA0 /* Simoleon.xcdatamodeld in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 95DC5D5D2728176900B1EFA0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 95DC5D662728176900B1EFA0 /* SimoleonTests.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 95DC5D672728176900B1EFA0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 95DC5D722728176900B1EFA0 /* SimoleonUITestsLaunchTests.swift in Sources */, 95DC5D702728176900B1EFA0 /* SimoleonUITests.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ 95DC5D632728176900B1EFA0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 95DC5D4B2728176700B1EFA0 /* Simoleon */; targetProxy = 95DC5D622728176900B1EFA0 /* PBXContainerItemProxy */; }; 95DC5D6D2728176900B1EFA0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 95DC5D4B2728176700B1EFA0 /* Simoleon */; targetProxy = 95DC5D6C2728176900B1EFA0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 95DC5D732728176900B1EFA0 /* 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++17"; 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; 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 = 15.0; 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"; }; name = Debug; }; 95DC5D742728176900B1EFA0 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 95DC5D7E272817DE00B1EFA0 /* Config.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; 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; 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 = 15.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; SWIFT_COMPILATION_MODE = wholemodule; SWIFT_OPTIMIZATION_LEVEL = "-O"; VALIDATE_PRODUCT = YES; }; name = Release; }; 95DC5D762728176900B1EFA0 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 95DC5D7E272817DE00B1EFA0 /* Config.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = Simoleon/Simoleon.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\""; DEVELOPMENT_TEAM = MTX83R5H8X; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Simoleon/Info.plist; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); MARKETING_VERSION = 1.3.2; PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.Simoleon; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; 95DC5D772728176900B1EFA0 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = Simoleon/Simoleon.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\""; DEVELOPMENT_TEAM = MTX83R5H8X; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Simoleon/Info.plist; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); MARKETING_VERSION = 1.3.2; PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.Simoleon; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Release; }; 95DC5D792728176900B1EFA0 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = MTX83R5H8X; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", "@loader_path/Frameworks", ); MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.SimoleonTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Simoleon.app/Simoleon"; }; name = Debug; }; 95DC5D7A2728176900B1EFA0 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = MTX83R5H8X; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", "@loader_path/Frameworks", ); MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.SimoleonTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Simoleon.app/Simoleon"; }; name = Release; }; 95DC5D7C2728176900B1EFA0 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = MTX83R5H8X; GENERATE_INFOPLIST_FILE = YES; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", "@loader_path/Frameworks", ); MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.SimoleonUITests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; TEST_TARGET_NAME = Simoleon; }; name = Debug; }; 95DC5D7D2728176900B1EFA0 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = MTX83R5H8X; GENERATE_INFOPLIST_FILE = YES; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", "@loader_path/Frameworks", ); MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.SimoleonUITests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; TEST_TARGET_NAME = Simoleon; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 95DC5D472728176700B1EFA0 /* Build configuration list for PBXProject "Simoleon" */ = { isa = XCConfigurationList; buildConfigurations = ( 95DC5D732728176900B1EFA0 /* Debug */, 95DC5D742728176900B1EFA0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 95DC5D752728176900B1EFA0 /* Build configuration list for PBXNativeTarget "Simoleon" */ = { isa = XCConfigurationList; buildConfigurations = ( 95DC5D762728176900B1EFA0 /* Debug */, 95DC5D772728176900B1EFA0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 95DC5D782728176900B1EFA0 /* Build configuration list for PBXNativeTarget "SimoleonTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 95DC5D792728176900B1EFA0 /* Debug */, 95DC5D7A2728176900B1EFA0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 95DC5D7B2728176900B1EFA0 /* Build configuration list for PBXNativeTarget "SimoleonUITests" */ = { isa = XCConfigurationList; buildConfigurations = ( 95DC5D7C2728176900B1EFA0 /* Debug */, 95DC5D7D2728176900B1EFA0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ /* Begin XCVersionGroup section */ 95DC5D5A2728176800B1EFA0 /* Simoleon.xcdatamodeld */ = { isa = XCVersionGroup; children = ( 95DC5D5B2728176800B1EFA0 /* Simoleon.xcdatamodel */, ); currentVersion = 95DC5D5B2728176800B1EFA0 /* Simoleon.xcdatamodel */; path = Simoleon.xcdatamodeld; sourceTree = "<group>"; versionGroupType = wrapper.xcdatamodel; }; /* End XCVersionGroup section */ }; rootObject = 95DC5D442728176700B1EFA0 /* Project object */; }