// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 4A62B5771DD63665007F9A65 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A62B5761DD63665007F9A65 /* AppDelegate.swift */; }; 4A62B5791DD63666007F9A65 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A62B5781DD63666007F9A65 /* ViewController.swift */; }; 4A62B57C1DD63666007F9A65 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4A62B57A1DD63666007F9A65 /* Main.storyboard */; }; 4A62B57E1DD63666007F9A65 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4A62B57D1DD63666007F9A65 /* Assets.xcassets */; }; 4A62B5811DD63666007F9A65 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4A62B57F1DD63666007F9A65 /* LaunchScreen.storyboard */; }; 4A62B5891DD63743007F9A65 /* AnimationDemoNSTimerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A62B5881DD63743007F9A65 /* AnimationDemoNSTimerView.swift */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ 4A62B5731DD63663007F9A65 /* AnimationDemoNSTimer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AnimationDemoNSTimer.app; sourceTree = BUILT_PRODUCTS_DIR; }; 4A62B5761DD63665007F9A65 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 4A62B5781DD63666007F9A65 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; 4A62B57B1DD63666007F9A65 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 4A62B57D1DD63666007F9A65 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 4A62B5801DD63666007F9A65 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; 4A62B5821DD63666007F9A65 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 4A62B5881DD63743007F9A65 /* AnimationDemoNSTimerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnimationDemoNSTimerView.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 4A62B5701DD63663007F9A65 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 4A62B56A1DD63663007F9A65 = { isa = PBXGroup; children = ( 4A62B5751DD63663007F9A65 /* AnimationDemoNSTimer */, 4A62B5741DD63663007F9A65 /* Products */, ); indentWidth = 3; sourceTree = ""; tabWidth = 3; }; 4A62B5741DD63663007F9A65 /* Products */ = { isa = PBXGroup; children = ( 4A62B5731DD63663007F9A65 /* AnimationDemoNSTimer.app */, ); name = Products; sourceTree = ""; }; 4A62B5751DD63663007F9A65 /* AnimationDemoNSTimer */ = { isa = PBXGroup; children = ( 4A62B5881DD63743007F9A65 /* AnimationDemoNSTimerView.swift */, 4A62B5761DD63665007F9A65 /* AppDelegate.swift */, 4A62B5781DD63666007F9A65 /* ViewController.swift */, 4A62B57A1DD63666007F9A65 /* Main.storyboard */, 4A62B57D1DD63666007F9A65 /* Assets.xcassets */, 4A62B57F1DD63666007F9A65 /* LaunchScreen.storyboard */, 4A62B5821DD63666007F9A65 /* Info.plist */, ); path = AnimationDemoNSTimer; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 4A62B5721DD63663007F9A65 /* AnimationDemoNSTimer */ = { isa = PBXNativeTarget; buildConfigurationList = 4A62B5851DD63666007F9A65 /* Build configuration list for PBXNativeTarget "AnimationDemoNSTimer" */; buildPhases = ( 4A62B56F1DD63663007F9A65 /* Sources */, 4A62B5701DD63663007F9A65 /* Frameworks */, 4A62B5711DD63663007F9A65 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = AnimationDemoNSTimer; productName = AnimationDemoNSTimer; productReference = 4A62B5731DD63663007F9A65 /* AnimationDemoNSTimer.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 4A62B56B1DD63663007F9A65 /* Project object */ = { isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0800; LastUpgradeCheck = 0800; ORGANIZATIONNAME = kari; TargetAttributes = { 4A62B5721DD63663007F9A65 = { CreatedOnToolsVersion = 8.0; DevelopmentTeam = F3797AVR79; LastSwiftMigration = 0920; ProvisioningStyle = Automatic; }; }; }; buildConfigurationList = 4A62B56E1DD63663007F9A65 /* Build configuration list for PBXProject "AnimationDemoNSTimer" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = 4A62B56A1DD63663007F9A65; productRefGroup = 4A62B5741DD63663007F9A65 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 4A62B5721DD63663007F9A65 /* AnimationDemoNSTimer */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 4A62B5711DD63663007F9A65 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 4A62B5811DD63666007F9A65 /* LaunchScreen.storyboard in Resources */, 4A62B57E1DD63666007F9A65 /* Assets.xcassets in Resources */, 4A62B57C1DD63666007F9A65 /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 4A62B56F1DD63663007F9A65 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 4A62B5891DD63743007F9A65 /* AnimationDemoNSTimerView.swift in Sources */, 4A62B5791DD63666007F9A65 /* ViewController.swift in Sources */, 4A62B5771DD63665007F9A65 /* AppDelegate.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXVariantGroup section */ 4A62B57A1DD63666007F9A65 /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( 4A62B57B1DD63666007F9A65 /* Base */, ); name = Main.storyboard; sourceTree = ""; }; 4A62B57F1DD63666007F9A65 /* LaunchScreen.storyboard */ = { isa = PBXVariantGroup; children = ( 4A62B5801DD63666007F9A65 /* Base */, ); name = LaunchScreen.storyboard; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ 4A62B5831DD63666007F9A65 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = 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_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_SUSPICIOUS_MOVES = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; 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 = 10.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; }; name = Debug; }; 4A62B5841DD63666007F9A65 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = 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_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_SUSPICIOUS_MOVES = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99; 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 = 10.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; VALIDATE_PRODUCT = YES; }; name = Release; }; 4A62B5861DD63666007F9A65 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; DEVELOPMENT_TEAM = F3797AVR79; INFOPLIST_FILE = AnimationDemoNSTimer/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.naturalprogramming.iOSAppsByKari.AnimationDemoNSTimer; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_SWIFT3_OBJC_INFERENCE = Default; SWIFT_VERSION = 4.0; }; name = Debug; }; 4A62B5871DD63666007F9A65 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; DEVELOPMENT_TEAM = F3797AVR79; INFOPLIST_FILE = AnimationDemoNSTimer/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.naturalprogramming.iOSAppsByKari.AnimationDemoNSTimer; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_SWIFT3_OBJC_INFERENCE = Default; SWIFT_VERSION = 4.0; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 4A62B56E1DD63663007F9A65 /* Build configuration list for PBXProject "AnimationDemoNSTimer" */ = { isa = XCConfigurationList; buildConfigurations = ( 4A62B5831DD63666007F9A65 /* Debug */, 4A62B5841DD63666007F9A65 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 4A62B5851DD63666007F9A65 /* Build configuration list for PBXNativeTarget "AnimationDemoNSTimer" */ = { isa = XCConfigurationList; buildConfigurations = ( 4A62B5861DD63666007F9A65 /* Debug */, 4A62B5871DD63666007F9A65 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 4A62B56B1DD63663007F9A65 /* Project object */; }