// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 50; objects = { /* Begin PBXBuildFile section */ 4AF341C6235DDD4A003BAE5B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AF341C5235DDD4A003BAE5B /* AppDelegate.swift */; }; 4AF341C8235DDD4A003BAE5B /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AF341C7235DDD4A003BAE5B /* SceneDelegate.swift */; }; 4AF341CA235DDD4A003BAE5B /* TurningArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AF341C9235DDD4A003BAE5B /* TurningArrowView.swift */; }; 4AF341CC235DDD4C003BAE5B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4AF341CB235DDD4C003BAE5B /* Assets.xcassets */; }; 4AF341CF235DDD4C003BAE5B /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4AF341CE235DDD4C003BAE5B /* Preview Assets.xcassets */; }; 4AF341D2235DDD4C003BAE5B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4AF341D0235DDD4C003BAE5B /* LaunchScreen.storyboard */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ 4AF341C2235DDD4A003BAE5B /* TurningArrowSUI.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TurningArrowSUI.app; sourceTree = BUILT_PRODUCTS_DIR; }; 4AF341C5235DDD4A003BAE5B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 4AF341C7235DDD4A003BAE5B /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; 4AF341C9235DDD4A003BAE5B /* TurningArrowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TurningArrowView.swift; sourceTree = ""; }; 4AF341CB235DDD4C003BAE5B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 4AF341CE235DDD4C003BAE5B /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; 4AF341D1235DDD4C003BAE5B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; 4AF341D3235DDD4D003BAE5B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 4AF341BF235DDD4A003BAE5B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 4AF341B9235DDD4A003BAE5B = { isa = PBXGroup; children = ( 4AF341C4235DDD4A003BAE5B /* TurningArrowSUI */, 4AF341C3235DDD4A003BAE5B /* Products */, ); sourceTree = ""; }; 4AF341C3235DDD4A003BAE5B /* Products */ = { isa = PBXGroup; children = ( 4AF341C2235DDD4A003BAE5B /* TurningArrowSUI.app */, ); name = Products; sourceTree = ""; }; 4AF341C4235DDD4A003BAE5B /* TurningArrowSUI */ = { isa = PBXGroup; children = ( 4AF341C5235DDD4A003BAE5B /* AppDelegate.swift */, 4AF341C7235DDD4A003BAE5B /* SceneDelegate.swift */, 4AF341C9235DDD4A003BAE5B /* TurningArrowView.swift */, 4AF341CB235DDD4C003BAE5B /* Assets.xcassets */, 4AF341D0235DDD4C003BAE5B /* LaunchScreen.storyboard */, 4AF341D3235DDD4D003BAE5B /* Info.plist */, 4AF341CD235DDD4C003BAE5B /* Preview Content */, ); path = TurningArrowSUI; sourceTree = ""; }; 4AF341CD235DDD4C003BAE5B /* Preview Content */ = { isa = PBXGroup; children = ( 4AF341CE235DDD4C003BAE5B /* Preview Assets.xcassets */, ); path = "Preview Content"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 4AF341C1235DDD4A003BAE5B /* TurningArrowSUI */ = { isa = PBXNativeTarget; buildConfigurationList = 4AF341D6235DDD4D003BAE5B /* Build configuration list for PBXNativeTarget "TurningArrowSUI" */; buildPhases = ( 4AF341BE235DDD4A003BAE5B /* Sources */, 4AF341BF235DDD4A003BAE5B /* Frameworks */, 4AF341C0235DDD4A003BAE5B /* Resources */, ); buildRules = ( ); dependencies = ( ); name = TurningArrowSUI; productName = TurningArrowSUI; productReference = 4AF341C2235DDD4A003BAE5B /* TurningArrowSUI.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 4AF341BA235DDD4A003BAE5B /* Project object */ = { isa = PBXProject; attributes = { LastSwiftUpdateCheck = 1100; LastUpgradeCheck = 1100; ORGANIZATIONNAME = com.naturalprogramming; TargetAttributes = { 4AF341C1235DDD4A003BAE5B = { CreatedOnToolsVersion = 11.0; }; }; }; buildConfigurationList = 4AF341BD235DDD4A003BAE5B /* Build configuration list for PBXProject "TurningArrowSUI" */; compatibilityVersion = "Xcode 9.3"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = 4AF341B9235DDD4A003BAE5B; productRefGroup = 4AF341C3235DDD4A003BAE5B /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 4AF341C1235DDD4A003BAE5B /* TurningArrowSUI */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 4AF341C0235DDD4A003BAE5B /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 4AF341D2235DDD4C003BAE5B /* LaunchScreen.storyboard in Resources */, 4AF341CF235DDD4C003BAE5B /* Preview Assets.xcassets in Resources */, 4AF341CC235DDD4C003BAE5B /* Assets.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 4AF341BE235DDD4A003BAE5B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 4AF341C6235DDD4A003BAE5B /* AppDelegate.swift in Sources */, 4AF341C8235DDD4A003BAE5B /* SceneDelegate.swift in Sources */, 4AF341CA235DDD4A003BAE5B /* TurningArrowView.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXVariantGroup section */ 4AF341D0235DDD4C003BAE5B /* LaunchScreen.storyboard */ = { isa = PBXVariantGroup; children = ( 4AF341D1235DDD4C003BAE5B /* Base */, ); name = LaunchScreen.storyboard; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ 4AF341D4235DDD4D003BAE5B /* 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_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 = 13.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; }; 4AF341D5235DDD4D003BAE5B /* 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_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 = 13.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; }; 4AF341D7235DDD4D003BAE5B /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; DEVELOPMENT_ASSET_PATHS = "\"TurningArrowSUI/Preview Content\""; DEVELOPMENT_TEAM = F3797AVR79; ENABLE_PREVIEWS = YES; INFOPLIST_FILE = TurningArrowSUI/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); PRODUCT_BUNDLE_IDENTIFIER = iOSAppsByKari.TurningArrowSUI; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; 4AF341D8235DDD4D003BAE5B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; DEVELOPMENT_ASSET_PATHS = "\"TurningArrowSUI/Preview Content\""; DEVELOPMENT_TEAM = F3797AVR79; ENABLE_PREVIEWS = YES; INFOPLIST_FILE = TurningArrowSUI/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); PRODUCT_BUNDLE_IDENTIFIER = iOSAppsByKari.TurningArrowSUI; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 4AF341BD235DDD4A003BAE5B /* Build configuration list for PBXProject "TurningArrowSUI" */ = { isa = XCConfigurationList; buildConfigurations = ( 4AF341D4235DDD4D003BAE5B /* Debug */, 4AF341D5235DDD4D003BAE5B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 4AF341D6235DDD4D003BAE5B /* Build configuration list for PBXNativeTarget "TurningArrowSUI" */ = { isa = XCConfigurationList; buildConfigurations = ( 4AF341D7235DDD4D003BAE5B /* Debug */, 4AF341D8235DDD4D003BAE5B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 4AF341BA235DDD4A003BAE5B /* Project object */; }