Mercurial > public > simoleon
view Simoleon.xcodeproj/project.pbxproj @ 182:ba3ebe8cefe5
refactor code
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Wed, 08 Dec 2021 10:58:15 +0100 |
parents | 5a9430fd6b4d |
children | d2398f02e1ce |
line wrap: on
line source
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 55; objects = { /* Begin PBXBuildFile section */ 9511E3052760B8D6005EEE8D /* SimoleonApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9511E3042760B8D6005EEE8D /* SimoleonApp.swift */; }; 9511E3072760B8D6005EEE8D /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9511E3062760B8D6005EEE8D /* ContentView.swift */; }; 9511E3092760B8D7005EEE8D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9511E3082760B8D7005EEE8D /* Assets.xcassets */; }; 9511E30C2760B8D7005EEE8D /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9511E30B2760B8D7005EEE8D /* Preview Assets.xcassets */; }; 9511E30E2760B8D7005EEE8D /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9511E30D2760B8D7005EEE8D /* Persistence.swift */; }; 9511E3112760B8D7005EEE8D /* Simoleon.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 9511E30F2760B8D7005EEE8D /* Simoleon.xcdatamodeld */; }; 9511E31B2760B8D7005EEE8D /* SimoleonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9511E31A2760B8D7005EEE8D /* SimoleonTests.swift */; }; 9511E3252760B8D7005EEE8D /* SimoleonUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9511E3242760B8D7005EEE8D /* SimoleonUITests.swift */; }; 9511E3272760B8D7005EEE8D /* SimoleonUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9511E3262760B8D7005EEE8D /* SimoleonUITestsLaunchTests.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ 9511E3172760B8D7005EEE8D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 9511E2F92760B8D6005EEE8D /* Project object */; proxyType = 1; remoteGlobalIDString = 9511E3002760B8D6005EEE8D; remoteInfo = Simoleon; }; 9511E3212760B8D7005EEE8D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 9511E2F92760B8D6005EEE8D /* Project object */; proxyType = 1; remoteGlobalIDString = 9511E3002760B8D6005EEE8D; remoteInfo = Simoleon; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ 9511E3012760B8D6005EEE8D /* Simoleon.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Simoleon.app; sourceTree = BUILT_PRODUCTS_DIR; }; 9511E3042760B8D6005EEE8D /* SimoleonApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonApp.swift; sourceTree = "<group>"; }; 9511E3062760B8D6005EEE8D /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; 9511E3082760B8D7005EEE8D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; 9511E30B2760B8D7005EEE8D /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; 9511E30D2760B8D7005EEE8D /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; }; 9511E3102760B8D7005EEE8D /* Simoleon.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Simoleon.xcdatamodel; sourceTree = "<group>"; }; 9511E3162760B8D7005EEE8D /* SimoleonTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SimoleonTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 9511E31A2760B8D7005EEE8D /* SimoleonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonTests.swift; sourceTree = "<group>"; }; 9511E3202760B8D7005EEE8D /* SimoleonUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SimoleonUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 9511E3242760B8D7005EEE8D /* SimoleonUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonUITests.swift; sourceTree = "<group>"; }; 9511E3262760B8D7005EEE8D /* SimoleonUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonUITestsLaunchTests.swift; sourceTree = "<group>"; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 9511E2FE2760B8D6005EEE8D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; 9511E3132760B8D7005EEE8D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; 9511E31D2760B8D7005EEE8D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 9511E2F82760B8D6005EEE8D = { isa = PBXGroup; children = ( 9511E3032760B8D6005EEE8D /* Simoleon */, 9511E3192760B8D7005EEE8D /* SimoleonTests */, 9511E3232760B8D7005EEE8D /* SimoleonUITests */, 9511E3022760B8D6005EEE8D /* Products */, ); sourceTree = "<group>"; }; 9511E3022760B8D6005EEE8D /* Products */ = { isa = PBXGroup; children = ( 9511E3012760B8D6005EEE8D /* Simoleon.app */, 9511E3162760B8D7005EEE8D /* SimoleonTests.xctest */, 9511E3202760B8D7005EEE8D /* SimoleonUITests.xctest */, ); name = Products; sourceTree = "<group>"; }; 9511E3032760B8D6005EEE8D /* Simoleon */ = { isa = PBXGroup; children = ( 9511E3042760B8D6005EEE8D /* SimoleonApp.swift */, 9511E3062760B8D6005EEE8D /* ContentView.swift */, 9511E3082760B8D7005EEE8D /* Assets.xcassets */, 9511E30D2760B8D7005EEE8D /* Persistence.swift */, 9511E30F2760B8D7005EEE8D /* Simoleon.xcdatamodeld */, 9511E30A2760B8D7005EEE8D /* Preview Content */, ); path = Simoleon; sourceTree = "<group>"; }; 9511E30A2760B8D7005EEE8D /* Preview Content */ = { isa = PBXGroup; children = ( 9511E30B2760B8D7005EEE8D /* Preview Assets.xcassets */, ); path = "Preview Content"; sourceTree = "<group>"; }; 9511E3192760B8D7005EEE8D /* SimoleonTests */ = { isa = PBXGroup; children = ( 9511E31A2760B8D7005EEE8D /* SimoleonTests.swift */, ); path = SimoleonTests; sourceTree = "<group>"; }; 9511E3232760B8D7005EEE8D /* SimoleonUITests */ = { isa = PBXGroup; children = ( 9511E3242760B8D7005EEE8D /* SimoleonUITests.swift */, 9511E3262760B8D7005EEE8D /* SimoleonUITestsLaunchTests.swift */, ); path = SimoleonUITests; sourceTree = "<group>"; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 9511E3002760B8D6005EEE8D /* Simoleon */ = { isa = PBXNativeTarget; buildConfigurationList = 9511E32A2760B8D7005EEE8D /* Build configuration list for PBXNativeTarget "Simoleon" */; buildPhases = ( 9511E2FD2760B8D6005EEE8D /* Sources */, 9511E2FE2760B8D6005EEE8D /* Frameworks */, 9511E2FF2760B8D6005EEE8D /* Resources */, ); buildRules = ( ); dependencies = ( ); name = Simoleon; productName = Simoleon; productReference = 9511E3012760B8D6005EEE8D /* Simoleon.app */; productType = "com.apple.product-type.application"; }; 9511E3152760B8D7005EEE8D /* SimoleonTests */ = { isa = PBXNativeTarget; buildConfigurationList = 9511E32D2760B8D7005EEE8D /* Build configuration list for PBXNativeTarget "SimoleonTests" */; buildPhases = ( 9511E3122760B8D7005EEE8D /* Sources */, 9511E3132760B8D7005EEE8D /* Frameworks */, 9511E3142760B8D7005EEE8D /* Resources */, ); buildRules = ( ); dependencies = ( 9511E3182760B8D7005EEE8D /* PBXTargetDependency */, ); name = SimoleonTests; productName = SimoleonTests; productReference = 9511E3162760B8D7005EEE8D /* SimoleonTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; 9511E31F2760B8D7005EEE8D /* SimoleonUITests */ = { isa = PBXNativeTarget; buildConfigurationList = 9511E3302760B8D7005EEE8D /* Build configuration list for PBXNativeTarget "SimoleonUITests" */; buildPhases = ( 9511E31C2760B8D7005EEE8D /* Sources */, 9511E31D2760B8D7005EEE8D /* Frameworks */, 9511E31E2760B8D7005EEE8D /* Resources */, ); buildRules = ( ); dependencies = ( 9511E3222760B8D7005EEE8D /* PBXTargetDependency */, ); name = SimoleonUITests; productName = SimoleonUITests; productReference = 9511E3202760B8D7005EEE8D /* SimoleonUITests.xctest */; productType = "com.apple.product-type.bundle.ui-testing"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 9511E2F92760B8D6005EEE8D /* Project object */ = { isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = 1; LastSwiftUpdateCheck = 1310; LastUpgradeCheck = 1310; TargetAttributes = { 9511E3002760B8D6005EEE8D = { CreatedOnToolsVersion = 13.1; }; 9511E3152760B8D7005EEE8D = { CreatedOnToolsVersion = 13.1; TestTargetID = 9511E3002760B8D6005EEE8D; }; 9511E31F2760B8D7005EEE8D = { CreatedOnToolsVersion = 13.1; TestTargetID = 9511E3002760B8D6005EEE8D; }; }; }; buildConfigurationList = 9511E2FC2760B8D6005EEE8D /* Build configuration list for PBXProject "Simoleon" */; compatibilityVersion = "Xcode 13.0"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = 9511E2F82760B8D6005EEE8D; productRefGroup = 9511E3022760B8D6005EEE8D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 9511E3002760B8D6005EEE8D /* Simoleon */, 9511E3152760B8D7005EEE8D /* SimoleonTests */, 9511E31F2760B8D7005EEE8D /* SimoleonUITests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 9511E2FF2760B8D6005EEE8D /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 9511E30C2760B8D7005EEE8D /* Preview Assets.xcassets in Resources */, 9511E3092760B8D7005EEE8D /* Assets.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; 9511E3142760B8D7005EEE8D /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; 9511E31E2760B8D7005EEE8D /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 9511E2FD2760B8D6005EEE8D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 9511E30E2760B8D7005EEE8D /* Persistence.swift in Sources */, 9511E3072760B8D6005EEE8D /* ContentView.swift in Sources */, 9511E3052760B8D6005EEE8D /* SimoleonApp.swift in Sources */, 9511E3112760B8D7005EEE8D /* Simoleon.xcdatamodeld in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 9511E3122760B8D7005EEE8D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 9511E31B2760B8D7005EEE8D /* SimoleonTests.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 9511E31C2760B8D7005EEE8D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 9511E3272760B8D7005EEE8D /* SimoleonUITestsLaunchTests.swift in Sources */, 9511E3252760B8D7005EEE8D /* SimoleonUITests.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ 9511E3182760B8D7005EEE8D /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 9511E3002760B8D6005EEE8D /* Simoleon */; targetProxy = 9511E3172760B8D7005EEE8D /* PBXContainerItemProxy */; }; 9511E3222760B8D7005EEE8D /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 9511E3002760B8D6005EEE8D /* Simoleon */; targetProxy = 9511E3212760B8D7005EEE8D /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 9511E3282760B8D7005EEE8D /* 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; }; 9511E3292760B8D7005EEE8D /* 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++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; }; 9511E32B2760B8D7005EEE8D /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; 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_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.0; 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; }; 9511E32C2760B8D7005EEE8D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; 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_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.0; 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; }; 9511E32E2760B8D7005EEE8D /* 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; }; 9511E32F2760B8D7005EEE8D /* 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; }; 9511E3312760B8D7005EEE8D /* 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; }; 9511E3322760B8D7005EEE8D /* 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 */ 9511E2FC2760B8D6005EEE8D /* Build configuration list for PBXProject "Simoleon" */ = { isa = XCConfigurationList; buildConfigurations = ( 9511E3282760B8D7005EEE8D /* Debug */, 9511E3292760B8D7005EEE8D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 9511E32A2760B8D7005EEE8D /* Build configuration list for PBXNativeTarget "Simoleon" */ = { isa = XCConfigurationList; buildConfigurations = ( 9511E32B2760B8D7005EEE8D /* Debug */, 9511E32C2760B8D7005EEE8D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 9511E32D2760B8D7005EEE8D /* Build configuration list for PBXNativeTarget "SimoleonTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 9511E32E2760B8D7005EEE8D /* Debug */, 9511E32F2760B8D7005EEE8D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 9511E3302760B8D7005EEE8D /* Build configuration list for PBXNativeTarget "SimoleonUITests" */ = { isa = XCConfigurationList; buildConfigurations = ( 9511E3312760B8D7005EEE8D /* Debug */, 9511E3322760B8D7005EEE8D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ /* Begin XCVersionGroup section */ 9511E30F2760B8D7005EEE8D /* Simoleon.xcdatamodeld */ = { isa = XCVersionGroup; children = ( 9511E3102760B8D7005EEE8D /* Simoleon.xcdatamodel */, ); currentVersion = 9511E3102760B8D7005EEE8D /* Simoleon.xcdatamodel */; path = Simoleon.xcdatamodeld; sourceTree = "<group>"; versionGroupType = wrapper.xcdatamodel; }; /* End XCVersionGroup section */ }; rootObject = 9511E2F92760B8D6005EEE8D /* Project object */; }