SWIFT Language

profileSaMsRa@1
Slideshow.xcodeproj.zip

Slideshow.xcodeproj/project.pbxproj

// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 50; objects = { /* Begin PBXBuildFile section */ 707FA2F825EADCA200B78C51 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707FA2F725EADCA200B78C51 /* AppDelegate.swift */; }; 707FA2FA25EADCA200B78C51 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707FA2F925EADCA200B78C51 /* ViewController.swift */; }; 707FA2FD25EADCA200B78C51 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 707FA2FB25EADCA200B78C51 /* Main.storyboard */; }; 707FA2FF25EADCA300B78C51 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 707FA2FE25EADCA300B78C51 /* Assets.xcassets */; }; 707FA30225EADCA300B78C51 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 707FA30025EADCA300B78C51 /* LaunchScreen.storyboard */; }; 707FA30D25EADCA300B78C51 /* SlideshowTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707FA30C25EADCA300B78C51 /* SlideshowTests.swift */; }; 707FA31825EADCA300B78C51 /* SlideshowUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707FA31725EADCA300B78C51 /* SlideshowUITests.swift */; }; 707FA32F25EAED4E00B78C51 /* 9997.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 707FA32525EAED4D00B78C51 /* 9997.jpg */; }; 707FA33025EAED4E00B78C51 /* 9998.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 707FA32625EAED4D00B78C51 /* 9998.jpg */; }; 707FA33125EAED4E00B78C51 /* 9993.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 707FA32725EAED4E00B78C51 /* 9993.jpg */; }; 707FA33225EAED4E00B78C51 /* 999.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 707FA32825EAED4E00B78C51 /* 999.jpg */; }; 707FA33325EAED4E00B78C51 /* 9985.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 707FA32925EAED4E00B78C51 /* 9985.jpg */; }; 707FA33425EAED4E00B78C51 /* 9984.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 707FA32A25EAED4E00B78C51 /* 9984.jpg */; }; 707FA33525EAED4E00B78C51 /* 9987.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 707FA32B25EAED4E00B78C51 /* 9987.jpg */; }; 707FA33625EAED4E00B78C51 /* 9996.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 707FA32C25EAED4E00B78C51 /* 9996.jpg */; }; 707FA33725EAED4E00B78C51 /* 9992.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 707FA32D25EAED4E00B78C51 /* 9992.jpg */; }; 707FA33825EAED4E00B78C51 /* 9999.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 707FA32E25EAED4E00B78C51 /* 9999.jpg */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ 707FA30925EADCA300B78C51 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 707FA2EC25EADCA200B78C51 /* Project object */; proxyType = 1; remoteGlobalIDString = 707FA2F325EADCA200B78C51; remoteInfo = Slideshow; }; 707FA31425EADCA300B78C51 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 707FA2EC25EADCA200B78C51 /* Project object */; proxyType = 1; remoteGlobalIDString = 707FA2F325EADCA200B78C51; remoteInfo = Slideshow; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ 707FA2F425EADCA200B78C51 /* Slideshow.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Slideshow.app; sourceTree = BUILT_PRODUCTS_DIR; }; 707FA2F725EADCA200B78C51 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; 707FA2F925EADCA200B78C51 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; 707FA2FC25EADCA200B78C51 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; 707FA2FE25EADCA300B78C51 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; 707FA30125EADCA300B78C51 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; 707FA30325EADCA300B78C51 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 707FA30825EADCA300B78C51 /* SlideshowTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SlideshowTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 707FA30C25EADCA300B78C51 /* SlideshowTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SlideshowTests.swift; sourceTree = "<group>"; }; 707FA30E25EADCA300B78C51 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 707FA31325EADCA300B78C51 /* SlideshowUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SlideshowUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 707FA31725EADCA300B78C51 /* SlideshowUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SlideshowUITests.swift; sourceTree = "<group>"; }; 707FA31925EADCA300B78C51 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 707FA32525EAED4D00B78C51 /* 9997.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = 9997.jpg; sourceTree = "<group>"; }; 707FA32625EAED4D00B78C51 /* 9998.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = 9998.jpg; sourceTree = "<group>"; }; 707FA32725EAED4E00B78C51 /* 9993.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = 9993.jpg; sourceTree = "<group>"; }; 707FA32825EAED4E00B78C51 /* 999.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = 999.jpg; sourceTree = "<group>"; }; 707FA32925EAED4E00B78C51 /* 9985.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = 9985.jpg; sourceTree = "<group>"; }; 707FA32A25EAED4E00B78C51 /* 9984.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = 9984.jpg; sourceTree = "<group>"; }; 707FA32B25EAED4E00B78C51 /* 9987.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = 9987.jpg; sourceTree = "<group>"; }; 707FA32C25EAED4E00B78C51 /* 9996.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = 9996.jpg; sourceTree = "<group>"; }; 707FA32D25EAED4E00B78C51 /* 9992.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = 9992.jpg; sourceTree = "<group>"; }; 707FA32E25EAED4E00B78C51 /* 9999.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = 9999.jpg; sourceTree = "<group>"; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 707FA2F125EADCA200B78C51 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; 707FA30525EADCA300B78C51 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; 707FA31025EADCA300B78C51 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 707FA2EB25EADCA200B78C51 = { isa = PBXGroup; children = ( 707FA2F625EADCA200B78C51 /* Slideshow */, 707FA30B25EADCA300B78C51 /* SlideshowTests */, 707FA31625EADCA300B78C51 /* SlideshowUITests */, 707FA2F525EADCA200B78C51 /* Products */, ); sourceTree = "<group>"; }; 707FA2F525EADCA200B78C51 /* Products */ = { isa = PBXGroup; children = ( 707FA2F425EADCA200B78C51 /* Slideshow.app */, 707FA30825EADCA300B78C51 /* SlideshowTests.xctest */, 707FA31325EADCA300B78C51 /* SlideshowUITests.xctest */, ); name = Products; sourceTree = "<group>"; }; 707FA2F625EADCA200B78C51 /* Slideshow */ = { isa = PBXGroup; children = ( 707FA2F725EADCA200B78C51 /* AppDelegate.swift */, 707FA2F925EADCA200B78C51 /* ViewController.swift */, 707FA2FB25EADCA200B78C51 /* Main.storyboard */, 707FA2FE25EADCA300B78C51 /* Assets.xcassets */, 707FA30025EADCA300B78C51 /* LaunchScreen.storyboard */, 707FA30325EADCA300B78C51 /* Info.plist */, ); path = Slideshow; sourceTree = "<group>"; }; 707FA30B25EADCA300B78C51 /* SlideshowTests */ = { isa = PBXGroup; children = ( 707FA32825EAED4E00B78C51 /* 999.jpg */, 707FA32A25EAED4E00B78C51 /* 9984.jpg */, 707FA32925EAED4E00B78C51 /* 9985.jpg */, 707FA32B25EAED4E00B78C51 /* 9987.jpg */, 707FA32D25EAED4E00B78C51 /* 9992.jpg */, 707FA32725EAED4E00B78C51 /* 9993.jpg */, 707FA32C25EAED4E00B78C51 /* 9996.jpg */, 707FA32525EAED4D00B78C51 /* 9997.jpg */, 707FA32625EAED4D00B78C51 /* 9998.jpg */, 707FA32E25EAED4E00B78C51 /* 9999.jpg */, 707FA30C25EADCA300B78C51 /* SlideshowTests.swift */, 707FA30E25EADCA300B78C51 /* Info.plist */, ); path = SlideshowTests; sourceTree = "<group>"; }; 707FA31625EADCA300B78C51 /* SlideshowUITests */ = { isa = PBXGroup; children = ( 707FA31725EADCA300B78C51 /* SlideshowUITests.swift */, 707FA31925EADCA300B78C51 /* Info.plist */, ); path = SlideshowUITests; sourceTree = "<group>"; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 707FA2F325EADCA200B78C51 /* Slideshow */ = { isa = PBXNativeTarget; buildConfigurationList = 707FA31C25EADCA300B78C51 /* Build configuration list for PBXNativeTarget "Slideshow" */; buildPhases = ( 707FA2F025EADCA200B78C51 /* Sources */, 707FA2F125EADCA200B78C51 /* Frameworks */, 707FA2F225EADCA200B78C51 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = Slideshow; productName = Slideshow; productReference = 707FA2F425EADCA200B78C51 /* Slideshow.app */; productType = "com.apple.product-type.application"; }; 707FA30725EADCA300B78C51 /* SlideshowTests */ = { isa = PBXNativeTarget; buildConfigurationList = 707FA31F25EADCA300B78C51 /* Build configuration list for PBXNativeTarget "SlideshowTests" */; buildPhases = ( 707FA30425EADCA300B78C51 /* Sources */, 707FA30525EADCA300B78C51 /* Frameworks */, 707FA30625EADCA300B78C51 /* Resources */, ); buildRules = ( ); dependencies = ( 707FA30A25EADCA300B78C51 /* PBXTargetDependency */, ); name = SlideshowTests; productName = SlideshowTests; productReference = 707FA30825EADCA300B78C51 /* SlideshowTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; 707FA31225EADCA300B78C51 /* SlideshowUITests */ = { isa = PBXNativeTarget; buildConfigurationList = 707FA32225EADCA300B78C51 /* Build configuration list for PBXNativeTarget "SlideshowUITests" */; buildPhases = ( 707FA30F25EADCA300B78C51 /* Sources */, 707FA31025EADCA300B78C51 /* Frameworks */, 707FA31125EADCA300B78C51 /* Resources */, ); buildRules = ( ); dependencies = ( 707FA31525EADCA300B78C51 /* PBXTargetDependency */, ); name = SlideshowUITests; productName = SlideshowUITests; productReference = 707FA31325EADCA300B78C51 /* SlideshowUITests.xctest */; productType = "com.apple.product-type.bundle.ui-testing"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 707FA2EC25EADCA200B78C51 /* Project object */ = { isa = PBXProject; attributes = { LastSwiftUpdateCheck = 1020; LastUpgradeCheck = 1020; ORGANIZATIONNAME = user167239; TargetAttributes = { 707FA2F325EADCA200B78C51 = { CreatedOnToolsVersion = 10.2.1; }; 707FA30725EADCA300B78C51 = { CreatedOnToolsVersion = 10.2.1; TestTargetID = 707FA2F325EADCA200B78C51; }; 707FA31225EADCA300B78C51 = { CreatedOnToolsVersion = 10.2.1; TestTargetID = 707FA2F325EADCA200B78C51; }; }; }; buildConfigurationList = 707FA2EF25EADCA200B78C51 /* Build configuration list for PBXProject "Slideshow" */; compatibilityVersion = "Xcode 9.3"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = 707FA2EB25EADCA200B78C51; productRefGroup = 707FA2F525EADCA200B78C51 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 707FA2F325EADCA200B78C51 /* Slideshow */, 707FA30725EADCA300B78C51 /* SlideshowTests */, 707FA31225EADCA300B78C51 /* SlideshowUITests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 707FA2F225EADCA200B78C51 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 707FA30225EADCA300B78C51 /* LaunchScreen.storyboard in Resources */, 707FA2FF25EADCA300B78C51 /* Assets.xcassets in Resources */, 707FA2FD25EADCA200B78C51 /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; 707FA30625EADCA300B78C51 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 707FA33625EAED4E00B78C51 /* 9996.jpg in Resources */, 707FA33025EAED4E00B78C51 /* 9998.jpg in Resources */, 707FA33725EAED4E00B78C51 /* 9992.jpg in Resources */, 707FA33225EAED4E00B78C51 /* 999.jpg in Resources */, 707FA33525EAED4E00B78C51 /* 9987.jpg in Resources */, 707FA33325EAED4E00B78C51 /* 9985.jpg in Resources */, 707FA32F25EAED4E00B78C51 /* 9997.jpg in Resources */, 707FA33825EAED4E00B78C51 /* 9999.jpg in Resources */, 707FA33125EAED4E00B78C51 /* 9993.jpg in Resources */, 707FA33425EAED4E00B78C51 /* 9984.jpg in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; 707FA31125EADCA300B78C51 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 707FA2F025EADCA200B78C51 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 707FA2FA25EADCA200B78C51 /* ViewController.swift in Sources */, 707FA2F825EADCA200B78C51 /* AppDelegate.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 707FA30425EADCA300B78C51 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 707FA30D25EADCA300B78C51 /* SlideshowTests.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 707FA30F25EADCA300B78C51 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 707FA31825EADCA300B78C51 /* SlideshowUITests.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ 707FA30A25EADCA300B78C51 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 707FA2F325EADCA200B78C51 /* Slideshow */; targetProxy = 707FA30925EADCA300B78C51 /* PBXContainerItemProxy */; }; 707FA31525EADCA300B78C51 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 707FA2F325EADCA200B78C51 /* Slideshow */; targetProxy = 707FA31425EADCA300B78C51 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ 707FA2FB25EADCA200B78C51 /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( 707FA2FC25EADCA200B78C51 /* Base */, ); name = Main.storyboard; sourceTree = "<group>"; }; 707FA30025EADCA300B78C51 /* LaunchScreen.storyboard */ = { isa = PBXVariantGroup; children = ( 707FA30125EADCA300B78C51 /* Base */, ); name = LaunchScreen.storyboard; sourceTree = "<group>"; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ 707FA31A25EADCA300B78C51 /* 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; CODE_SIGN_IDENTITY = "iPhone Developer"; 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 = 12.2; 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; }; 707FA31B25EADCA300B78C51 /* 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; CODE_SIGN_IDENTITY = "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 = 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 = 12.2; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; SWIFT_COMPILATION_MODE = wholemodule; SWIFT_OPTIMIZATION_LEVEL = "-O"; VALIDATE_PRODUCT = YES; }; name = Release; }; 707FA31D25EADCA300B78C51 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; INFOPLIST_FILE = Slideshow/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); PRODUCT_BUNDLE_IDENTIFIER = "A-M-Commerce.Slideshow"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; 707FA31E25EADCA300B78C51 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; INFOPLIST_FILE = Slideshow/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); PRODUCT_BUNDLE_IDENTIFIER = "A-M-Commerce.Slideshow"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Release; }; 707FA32025EADCA300B78C51 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; INFOPLIST_FILE = SlideshowTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", "@loader_path/Frameworks", ); PRODUCT_BUNDLE_IDENTIFIER = "A-M-Commerce.SlideshowTests"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Slideshow.app/Slideshow"; }; name = Debug; }; 707FA32125EADCA300B78C51 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; INFOPLIST_FILE = SlideshowTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", "@loader_path/Frameworks", ); PRODUCT_BUNDLE_IDENTIFIER = "A-M-Commerce.SlideshowTests"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Slideshow.app/Slideshow"; }; name = Release; }; 707FA32325EADCA300B78C51 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; CODE_SIGN_STYLE = Automatic; INFOPLIST_FILE = SlideshowUITests/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", "@loader_path/Frameworks", ); PRODUCT_BUNDLE_IDENTIFIER = "A-M-Commerce.SlideshowUITests"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; TEST_TARGET_NAME = Slideshow; }; name = Debug; }; 707FA32425EADCA300B78C51 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; CODE_SIGN_STYLE = Automatic; INFOPLIST_FILE = SlideshowUITests/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", "@loader_path/Frameworks", ); PRODUCT_BUNDLE_IDENTIFIER = "A-M-Commerce.SlideshowUITests"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; TEST_TARGET_NAME = Slideshow; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 707FA2EF25EADCA200B78C51 /* Build configuration list for PBXProject "Slideshow" */ = { isa = XCConfigurationList; buildConfigurations = ( 707FA31A25EADCA300B78C51 /* Debug */, 707FA31B25EADCA300B78C51 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 707FA31C25EADCA300B78C51 /* Build configuration list for PBXNativeTarget "Slideshow" */ = { isa = XCConfigurationList; buildConfigurations = ( 707FA31D25EADCA300B78C51 /* Debug */, 707FA31E25EADCA300B78C51 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 707FA31F25EADCA300B78C51 /* Build configuration list for PBXNativeTarget "SlideshowTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 707FA32025EADCA300B78C51 /* Debug */, 707FA32125EADCA300B78C51 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 707FA32225EADCA300B78C51 /* Build configuration list for PBXNativeTarget "SlideshowUITests" */ = { isa = XCConfigurationList; buildConfigurations = ( 707FA32325EADCA300B78C51 /* Debug */, 707FA32425EADCA300B78C51 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 707FA2EC25EADCA200B78C51 /* Project object */; }

Slideshow.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Slideshow.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

IDEDidComputeMac32BitWarning

Slideshow.xcodeproj/project.xcworkspace/xcuserdata/user167239.xcuserdatad/UserInterfaceState.xcuserstate

Slideshow.xcodeproj/xcuserdata/user167239.xcuserdatad/xcschemes/xcschememanagement.plist

SchemeUserState Slideshow.xcscheme_^#shared#^_ orderHint 0