diff --git a/SwiftExample.xcodeproj/project.pbxproj b/SwiftExample.xcodeproj/project.pbxproj index caf5f80..5387a08 100644 --- a/SwiftExample.xcodeproj/project.pbxproj +++ b/SwiftExample.xcodeproj/project.pbxproj @@ -3,70 +3,54 @@ archiveVersion = 1; classes = { }; - objectVersion = 46; + objectVersion = 50; objects = { /* Begin PBXBuildFile section */ - BCDBEBF61BB3800800841C20 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCDBEBF51BB3800800841C20 /* AppDelegate.swift */; }; - BCDBEBF81BB3800800841C20 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCDBEBF71BB3800800841C20 /* ViewController.swift */; }; - BCDBEBFB1BB3800800841C20 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BCDBEBF91BB3800800841C20 /* Main.storyboard */; }; - BCDBEBFD1BB3800800841C20 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BCDBEBFC1BB3800800841C20 /* Assets.xcassets */; }; - BCDBEC001BB3800800841C20 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BCDBEBFE1BB3800800841C20 /* LaunchScreen.storyboard */; }; - BCDBEC281BB380A300841C20 /* Hello.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCDBEC271BB380A300841C20 /* Hello.swift */; settings = {ASSET_TAGS = (); }; }; - BCDBEC2C1BB3823F00841C20 /* HelloTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCDBEC2B1BB3823F00841C20 /* HelloTests.swift */; settings = {ASSET_TAGS = (); }; }; - BCFE39A71BB3851C004C9856 /* SwiftExampleUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCFE39A61BB3851C004C9856 /* SwiftExampleUITests.swift */; settings = {ASSET_TAGS = (); }; }; + AB14C810222091740001DC36 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB14C80F222091740001DC36 /* AppDelegate.swift */; }; + AB14C812222091740001DC36 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB14C811222091740001DC36 /* ViewController.swift */; }; + AB14C815222091740001DC36 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AB14C813222091740001DC36 /* Main.storyboard */; }; + AB14C817222091760001DC36 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AB14C816222091760001DC36 /* Assets.xcassets */; }; + AB14C81A222091760001DC36 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AB14C818222091760001DC36 /* LaunchScreen.storyboard */; }; + AB14C825222091760001DC36 /* SwiftExampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB14C824222091760001DC36 /* SwiftExampleTests.swift */; }; + AB14C8302220922A0001DC36 /* Hello.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB14C82F2220922A0001DC36 /* Hello.swift */; }; + AB14C834222092540001DC36 /* HelloTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB14C833222092540001DC36 /* HelloTests.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - BCDBEC071BB3800900841C20 /* PBXContainerItemProxy */ = { + AB14C821222091760001DC36 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = BCDBEBEA1BB3800800841C20 /* Project object */; + containerPortal = AB14C804222091740001DC36 /* Project object */; proxyType = 1; - remoteGlobalIDString = BCDBEBF11BB3800800841C20; - remoteInfo = SwiftExample; - }; - BCDBEC121BB3800900841C20 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BCDBEBEA1BB3800800841C20 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BCDBEBF11BB3800800841C20; + remoteGlobalIDString = AB14C80B222091740001DC36; remoteInfo = SwiftExample; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - BCDBEBF21BB3800800841C20 /* SwiftExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; - BCDBEBF51BB3800800841C20 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - BCDBEBF71BB3800800841C20 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; - BCDBEBFA1BB3800800841C20 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - BCDBEBFC1BB3800800841C20 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - BCDBEBFF1BB3800800841C20 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - BCDBEC011BB3800800841C20 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - BCDBEC061BB3800900841C20 /* SwiftExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - BCDBEC0C1BB3800900841C20 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - BCDBEC111BB3800900841C20 /* SwiftExampleUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftExampleUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - BCDBEC171BB3800900841C20 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - BCDBEC271BB380A300841C20 /* Hello.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Hello.swift; sourceTree = ""; }; - BCDBEC2B1BB3823F00841C20 /* HelloTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HelloTests.swift; sourceTree = ""; }; - BCFE39A61BB3851C004C9856 /* SwiftExampleUITests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftExampleUITests.swift; sourceTree = ""; }; + AB14C80C222091740001DC36 /* SwiftExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; + AB14C80F222091740001DC36 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + AB14C811222091740001DC36 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; + AB14C814222091740001DC36 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + AB14C816222091760001DC36 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + AB14C819222091760001DC36 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + AB14C81B222091760001DC36 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + AB14C820222091760001DC36 /* SwiftExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + AB14C824222091760001DC36 /* SwiftExampleTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftExampleTests.swift; sourceTree = ""; }; + AB14C826222091760001DC36 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + AB14C82F2220922A0001DC36 /* Hello.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Hello.swift; sourceTree = ""; }; + AB14C833222092540001DC36 /* HelloTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HelloTests.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - BCDBEBEF1BB3800800841C20 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BCDBEC031BB3800900841C20 /* Frameworks */ = { + AB14C809222091740001DC36 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - BCDBEC0E1BB3800900841C20 /* Frameworks */ = { + AB14C81D222091760001DC36 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -76,68 +60,58 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - BCDBEBE91BB3800800841C20 = { + AB14C803222091740001DC36 = { isa = PBXGroup; children = ( - BCDBEBF41BB3800800841C20 /* SwiftExample */, - BCDBEC091BB3800900841C20 /* SwiftExampleTests */, - BCDBEC141BB3800900841C20 /* SwiftExampleUITests */, - BCDBEBF31BB3800800841C20 /* Products */, + AB14C80E222091740001DC36 /* SwiftExample */, + AB14C823222091760001DC36 /* SwiftExampleTests */, + AB14C80D222091740001DC36 /* Products */, ); sourceTree = ""; }; - BCDBEBF31BB3800800841C20 /* Products */ = { + AB14C80D222091740001DC36 /* Products */ = { isa = PBXGroup; children = ( - BCDBEBF21BB3800800841C20 /* SwiftExample.app */, - BCDBEC061BB3800900841C20 /* SwiftExampleTests.xctest */, - BCDBEC111BB3800900841C20 /* SwiftExampleUITests.xctest */, + AB14C80C222091740001DC36 /* SwiftExample.app */, + AB14C820222091760001DC36 /* SwiftExampleTests.xctest */, ); name = Products; sourceTree = ""; }; - BCDBEBF41BB3800800841C20 /* SwiftExample */ = { + AB14C80E222091740001DC36 /* SwiftExample */ = { isa = PBXGroup; children = ( - BCDBEBF51BB3800800841C20 /* AppDelegate.swift */, - BCDBEBF71BB3800800841C20 /* ViewController.swift */, - BCDBEC271BB380A300841C20 /* Hello.swift */, - BCDBEBF91BB3800800841C20 /* Main.storyboard */, - BCDBEBFC1BB3800800841C20 /* Assets.xcassets */, - BCDBEBFE1BB3800800841C20 /* LaunchScreen.storyboard */, - BCDBEC011BB3800800841C20 /* Info.plist */, + AB14C82F2220922A0001DC36 /* Hello.swift */, + AB14C80F222091740001DC36 /* AppDelegate.swift */, + AB14C811222091740001DC36 /* ViewController.swift */, + AB14C813222091740001DC36 /* Main.storyboard */, + AB14C816222091760001DC36 /* Assets.xcassets */, + AB14C818222091760001DC36 /* LaunchScreen.storyboard */, + AB14C81B222091760001DC36 /* Info.plist */, ); path = SwiftExample; sourceTree = ""; }; - BCDBEC091BB3800900841C20 /* SwiftExampleTests */ = { + AB14C823222091760001DC36 /* SwiftExampleTests */ = { isa = PBXGroup; children = ( - BCDBEC0C1BB3800900841C20 /* Info.plist */, - BCDBEC2B1BB3823F00841C20 /* HelloTests.swift */, + AB14C833222092540001DC36 /* HelloTests.swift */, + AB14C824222091760001DC36 /* SwiftExampleTests.swift */, + AB14C826222091760001DC36 /* Info.plist */, ); path = SwiftExampleTests; sourceTree = ""; }; - BCDBEC141BB3800900841C20 /* SwiftExampleUITests */ = { - isa = PBXGroup; - children = ( - BCFE39A61BB3851C004C9856 /* SwiftExampleUITests.swift */, - BCDBEC171BB3800900841C20 /* Info.plist */, - ); - path = SwiftExampleUITests; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - BCDBEBF11BB3800800841C20 /* SwiftExample */ = { + AB14C80B222091740001DC36 /* SwiftExample */ = { isa = PBXNativeTarget; - buildConfigurationList = BCDBEC1A1BB3800900841C20 /* Build configuration list for PBXNativeTarget "SwiftExample" */; + buildConfigurationList = AB14C829222091760001DC36 /* Build configuration list for PBXNativeTarget "SwiftExample" */; buildPhases = ( - BCDBEBEE1BB3800800841C20 /* Sources */, - BCDBEBEF1BB3800800841C20 /* Frameworks */, - BCDBEBF01BB3800800841C20 /* Resources */, + AB14C808222091740001DC36 /* Sources */, + AB14C809222091740001DC36 /* Frameworks */, + AB14C80A222091740001DC36 /* Resources */, ); buildRules = ( ); @@ -145,107 +119,77 @@ ); name = SwiftExample; productName = SwiftExample; - productReference = BCDBEBF21BB3800800841C20 /* SwiftExample.app */; + productReference = AB14C80C222091740001DC36 /* SwiftExample.app */; productType = "com.apple.product-type.application"; }; - BCDBEC051BB3800900841C20 /* SwiftExampleTests */ = { + AB14C81F222091760001DC36 /* SwiftExampleTests */ = { isa = PBXNativeTarget; - buildConfigurationList = BCDBEC1D1BB3800900841C20 /* Build configuration list for PBXNativeTarget "SwiftExampleTests" */; + buildConfigurationList = AB14C82C222091760001DC36 /* Build configuration list for PBXNativeTarget "SwiftExampleTests" */; buildPhases = ( - BCDBEC021BB3800900841C20 /* Sources */, - BCDBEC031BB3800900841C20 /* Frameworks */, - BCDBEC041BB3800900841C20 /* Resources */, + AB14C81C222091760001DC36 /* Sources */, + AB14C81D222091760001DC36 /* Frameworks */, + AB14C81E222091760001DC36 /* Resources */, ); buildRules = ( ); dependencies = ( - BCDBEC081BB3800900841C20 /* PBXTargetDependency */, + AB14C822222091760001DC36 /* PBXTargetDependency */, ); name = SwiftExampleTests; productName = SwiftExampleTests; - productReference = BCDBEC061BB3800900841C20 /* SwiftExampleTests.xctest */; + productReference = AB14C820222091760001DC36 /* SwiftExampleTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; - BCDBEC101BB3800900841C20 /* SwiftExampleUITests */ = { - isa = PBXNativeTarget; - buildConfigurationList = BCDBEC201BB3800900841C20 /* Build configuration list for PBXNativeTarget "SwiftExampleUITests" */; - buildPhases = ( - BCDBEC0D1BB3800900841C20 /* Sources */, - BCDBEC0E1BB3800900841C20 /* Frameworks */, - BCDBEC0F1BB3800900841C20 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - BCDBEC131BB3800900841C20 /* PBXTargetDependency */, - ); - name = SwiftExampleUITests; - productName = SwiftExampleUITests; - productReference = BCDBEC111BB3800900841C20 /* SwiftExampleUITests.xctest */; - productType = "com.apple.product-type.bundle.ui-testing"; - }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - BCDBEBEA1BB3800800841C20 /* Project object */ = { + AB14C804222091740001DC36 /* Project object */ = { isa = PBXProject; attributes = { - LastSwiftUpdateCheck = 0700; - LastUpgradeCheck = 0700; + LastSwiftUpdateCheck = 1010; + LastUpgradeCheck = 1010; ORGANIZATIONNAME = Codecov; TargetAttributes = { - BCDBEBF11BB3800800841C20 = { - CreatedOnToolsVersion = 7.0; - }; - BCDBEC051BB3800900841C20 = { - CreatedOnToolsVersion = 7.0; - TestTargetID = BCDBEBF11BB3800800841C20; + AB14C80B222091740001DC36 = { + CreatedOnToolsVersion = 10.1; }; - BCDBEC101BB3800900841C20 = { - CreatedOnToolsVersion = 7.0; - TestTargetID = BCDBEBF11BB3800800841C20; + AB14C81F222091760001DC36 = { + CreatedOnToolsVersion = 10.1; + TestTargetID = AB14C80B222091740001DC36; }; }; }; - buildConfigurationList = BCDBEBED1BB3800800841C20 /* Build configuration list for PBXProject "SwiftExample" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; + buildConfigurationList = AB14C807222091740001DC36 /* Build configuration list for PBXProject "SwiftExample" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); - mainGroup = BCDBEBE91BB3800800841C20; - productRefGroup = BCDBEBF31BB3800800841C20 /* Products */; + mainGroup = AB14C803222091740001DC36; + productRefGroup = AB14C80D222091740001DC36 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( - BCDBEBF11BB3800800841C20 /* SwiftExample */, - BCDBEC051BB3800900841C20 /* SwiftExampleTests */, - BCDBEC101BB3800900841C20 /* SwiftExampleUITests */, + AB14C80B222091740001DC36 /* SwiftExample */, + AB14C81F222091760001DC36 /* SwiftExampleTests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - BCDBEBF01BB3800800841C20 /* Resources */ = { + AB14C80A222091740001DC36 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - BCDBEC001BB3800800841C20 /* LaunchScreen.storyboard in Resources */, - BCDBEBFD1BB3800800841C20 /* Assets.xcassets in Resources */, - BCDBEBFB1BB3800800841C20 /* Main.storyboard in Resources */, + AB14C81A222091760001DC36 /* LaunchScreen.storyboard in Resources */, + AB14C817222091760001DC36 /* Assets.xcassets in Resources */, + AB14C815222091740001DC36 /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - BCDBEC041BB3800900841C20 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BCDBEC0F1BB3800900841C20 /* Resources */ = { + AB14C81E222091760001DC36 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -255,60 +199,48 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - BCDBEBEE1BB3800800841C20 /* Sources */ = { + AB14C808222091740001DC36 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - BCDBEBF81BB3800800841C20 /* ViewController.swift in Sources */, - BCDBEC281BB380A300841C20 /* Hello.swift in Sources */, - BCDBEBF61BB3800800841C20 /* AppDelegate.swift in Sources */, + AB14C812222091740001DC36 /* ViewController.swift in Sources */, + AB14C8302220922A0001DC36 /* Hello.swift in Sources */, + AB14C810222091740001DC36 /* AppDelegate.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - BCDBEC021BB3800900841C20 /* Sources */ = { + AB14C81C222091760001DC36 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - BCDBEC2C1BB3823F00841C20 /* HelloTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BCDBEC0D1BB3800900841C20 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - BCFE39A71BB3851C004C9856 /* SwiftExampleUITests.swift in Sources */, + AB14C834222092540001DC36 /* HelloTests.swift in Sources */, + AB14C825222091760001DC36 /* SwiftExampleTests.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - BCDBEC081BB3800900841C20 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = BCDBEBF11BB3800800841C20 /* SwiftExample */; - targetProxy = BCDBEC071BB3800900841C20 /* PBXContainerItemProxy */; - }; - BCDBEC131BB3800900841C20 /* PBXTargetDependency */ = { + AB14C822222091760001DC36 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = BCDBEBF11BB3800800841C20 /* SwiftExample */; - targetProxy = BCDBEC121BB3800900841C20 /* PBXContainerItemProxy */; + target = AB14C80B222091740001DC36 /* SwiftExample */; + targetProxy = AB14C821222091760001DC36 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ - BCDBEBF91BB3800800841C20 /* Main.storyboard */ = { + AB14C813222091740001DC36 /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( - BCDBEBFA1BB3800800841C20 /* Base */, + AB14C814222091740001DC36 /* Base */, ); name = Main.storyboard; sourceTree = ""; }; - BCDBEBFE1BB3800800841C20 /* LaunchScreen.storyboard */ = { + AB14C818222091760001DC36 /* LaunchScreen.storyboard */ = { isa = PBXVariantGroup; children = ( - BCDBEBFF1BB3800800841C20 /* Base */, + AB14C819222091760001DC36 /* Base */, ); name = LaunchScreen.storyboard; sourceTree = ""; @@ -316,29 +248,44 @@ /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ - BCDBEC181BB3800900841C20 /* Debug */ = { + AB14C827222091760001DC36 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + 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[sdk=iphoneos*]" = "iPhone Developer"; + 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 = gnu99; + GCC_C_LANGUAGE_STANDARD = gnu11; GCC_DYNAMIC_NO_PIC = NO; GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; @@ -352,38 +299,54 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MTL_ENABLE_DEBUG_INFO = YES; + IPHONEOS_DEPLOYMENT_TARGET = 12.1; + 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"; - TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; - BCDBEC191BB3800900841C20 /* Release */ = { + AB14C828222091760001DC36 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + 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[sdk=iphoneos*]" = "iPhone Developer"; + 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 = gnu99; + 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; @@ -391,130 +354,121 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.1; MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; VALIDATE_PRODUCT = YES; }; name = Release; }; - BCDBEC1B1BB3800900841C20 /* Debug */ = { + AB14C82A222091760001DC36 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; INFOPLIST_FILE = SwiftExample/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); PRODUCT_BUNDLE_IDENTIFIER = org.codecov.SwiftExample; PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; - BCDBEC1C1BB3800900841C20 /* Release */ = { + AB14C82B222091760001DC36 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; INFOPLIST_FILE = SwiftExample/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); PRODUCT_BUNDLE_IDENTIFIER = org.codecov.SwiftExample; PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; }; name = Release; }; - BCDBEC1E1BB3800900841C20 /* Debug */ = { + AB14C82D222091760001DC36 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; - CLANG_ENABLE_MODULES = YES; + CODE_SIGN_STYLE = Automatic; INFOPLIST_FILE = SwiftExampleTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); PRODUCT_BUNDLE_IDENTIFIER = org.codecov.SwiftExampleTests; PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SwiftExample.app/SwiftExample"; }; name = Debug; }; - BCDBEC1F1BB3800900841C20 /* Release */ = { + AB14C82E222091760001DC36 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; - CLANG_ENABLE_MODULES = YES; + CODE_SIGN_STYLE = Automatic; INFOPLIST_FILE = SwiftExampleTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); PRODUCT_BUNDLE_IDENTIFIER = org.codecov.SwiftExampleTests; PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SwiftExample.app/SwiftExample"; }; name = Release; }; - BCDBEC211BB3800900841C20 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_MODULES = YES; - INFOPLIST_FILE = SwiftExampleUITests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = org.codecov.SwiftExampleUITests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TEST_TARGET_NAME = SwiftExample; - USES_XCTRUNNER = YES; - }; - name = Debug; - }; - BCDBEC221BB3800900841C20 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_MODULES = YES; - INFOPLIST_FILE = SwiftExampleUITests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = org.codecov.SwiftExampleUITests; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_TARGET_NAME = SwiftExample; - USES_XCTRUNNER = YES; - }; - name = Release; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - BCDBEBED1BB3800800841C20 /* Build configuration list for PBXProject "SwiftExample" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - BCDBEC181BB3800900841C20 /* Debug */, - BCDBEC191BB3800900841C20 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - BCDBEC1A1BB3800900841C20 /* Build configuration list for PBXNativeTarget "SwiftExample" */ = { + AB14C807222091740001DC36 /* Build configuration list for PBXProject "SwiftExample" */ = { isa = XCConfigurationList; buildConfigurations = ( - BCDBEC1B1BB3800900841C20 /* Debug */, - BCDBEC1C1BB3800900841C20 /* Release */, + AB14C827222091760001DC36 /* Debug */, + AB14C828222091760001DC36 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - BCDBEC1D1BB3800900841C20 /* Build configuration list for PBXNativeTarget "SwiftExampleTests" */ = { + AB14C829222091760001DC36 /* Build configuration list for PBXNativeTarget "SwiftExample" */ = { isa = XCConfigurationList; buildConfigurations = ( - BCDBEC1E1BB3800900841C20 /* Debug */, - BCDBEC1F1BB3800900841C20 /* Release */, + AB14C82A222091760001DC36 /* Debug */, + AB14C82B222091760001DC36 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - BCDBEC201BB3800900841C20 /* Build configuration list for PBXNativeTarget "SwiftExampleUITests" */ = { + AB14C82C222091760001DC36 /* Build configuration list for PBXNativeTarget "SwiftExampleTests" */ = { isa = XCConfigurationList; buildConfigurations = ( - BCDBEC211BB3800900841C20 /* Debug */, - BCDBEC221BB3800900841C20 /* Release */, + AB14C82D222091760001DC36 /* Debug */, + AB14C82E222091760001DC36 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; - rootObject = BCDBEBEA1BB3800800841C20 /* Project object */; + rootObject = AB14C804222091740001DC36 /* Project object */; } diff --git a/SwiftExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/SwiftExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/SwiftExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/SwiftExample.xcodeproj/xcshareddata/xcschemes/SwiftExample.xcscheme b/SwiftExample.xcodeproj/xcshareddata/xcschemes/SwiftExample.xcscheme index 43fa5b7..202a798 100644 --- a/SwiftExample.xcodeproj/xcshareddata/xcschemes/SwiftExample.xcscheme +++ b/SwiftExample.xcodeproj/xcshareddata/xcschemes/SwiftExample.xcscheme @@ -1,6 +1,6 @@ @@ -26,34 +26,24 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - shouldUseLaunchSchemeArgsEnv = "YES" - codeCoverageEnabled = "YES"> + codeCoverageEnabled = "YES" + shouldUseLaunchSchemeArgsEnv = "YES"> - - - - @@ -76,7 +66,7 @@ runnableDebuggingMode = "0"> @@ -95,7 +85,7 @@ runnableDebuggingMode = "0"> diff --git a/SwiftExample.xcworkspace/contents.xcworkspacedata b/SwiftExample.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index dd82dd3..0000000 --- a/SwiftExample.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/SwiftExample/AppDelegate.swift b/SwiftExample/AppDelegate.swift index 3e836e6..87837aa 100644 --- a/SwiftExample/AppDelegate.swift +++ b/SwiftExample/AppDelegate.swift @@ -2,8 +2,8 @@ // AppDelegate.swift // SwiftExample // -// Created by Brian Gerstle on 9/23/15. -// Copyright © 2015 Codecov. All rights reserved. +// Created by Jonathan Arbogast on 2/22/19. +// Copyright © 2019 Codecov. All rights reserved. // import UIKit @@ -14,30 +14,30 @@ class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? - func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { + func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. return true } - func applicationWillResignActive(application: UIApplication) { + func applicationWillResignActive(_ application: UIApplication) { // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. - // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. + // Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game. } - func applicationDidEnterBackground(application: UIApplication) { + func applicationDidEnterBackground(_ application: UIApplication) { // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. } - func applicationWillEnterForeground(application: UIApplication) { - // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. + func applicationWillEnterForeground(_ application: UIApplication) { + // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background. } - func applicationDidBecomeActive(application: UIApplication) { + func applicationDidBecomeActive(_ application: UIApplication) { // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. } - func applicationWillTerminate(application: UIApplication) { + func applicationWillTerminate(_ application: UIApplication) { // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. } diff --git a/SwiftExample/Assets.xcassets/AppIcon.appiconset/Contents.json b/SwiftExample/Assets.xcassets/AppIcon.appiconset/Contents.json index 36d2c80..d8db8d6 100644 --- a/SwiftExample/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/SwiftExample/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -1,5 +1,15 @@ { "images" : [ + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "3x" + }, { "idiom" : "iphone", "size" : "29x29", @@ -30,6 +40,16 @@ "size" : "60x60", "scale" : "3x" }, + { + "idiom" : "ipad", + "size" : "20x20", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "20x20", + "scale" : "2x" + }, { "idiom" : "ipad", "size" : "29x29", @@ -59,6 +79,16 @@ "idiom" : "ipad", "size" : "76x76", "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "83.5x83.5", + "scale" : "2x" + }, + { + "idiom" : "ios-marketing", + "size" : "1024x1024", + "scale" : "1x" } ], "info" : { diff --git a/SwiftExample/Assets.xcassets/Contents.json b/SwiftExample/Assets.xcassets/Contents.json new file mode 100644 index 0000000..da4a164 --- /dev/null +++ b/SwiftExample/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/SwiftExample/Base.lproj/LaunchScreen.storyboard b/SwiftExample/Base.lproj/LaunchScreen.storyboard index 2e721e1..bfa3612 100644 --- a/SwiftExample/Base.lproj/LaunchScreen.storyboard +++ b/SwiftExample/Base.lproj/LaunchScreen.storyboard @@ -1,22 +1,20 @@ - + - + + + - - - - - + - - + + diff --git a/SwiftExample/Base.lproj/Main.storyboard b/SwiftExample/Base.lproj/Main.storyboard index 3a2a49b..f1bcf38 100644 --- a/SwiftExample/Base.lproj/Main.storyboard +++ b/SwiftExample/Base.lproj/Main.storyboard @@ -1,21 +1,20 @@ - - + + - + + + - - - - - + - + + diff --git a/SwiftExample/Info.plist b/SwiftExample/Info.plist index 40c6215..16be3b6 100644 --- a/SwiftExample/Info.plist +++ b/SwiftExample/Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en + $(DEVELOPMENT_LANGUAGE) CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier @@ -16,8 +16,6 @@ APPL CFBundleShortVersionString 1.0 - CFBundleSignature - ???? CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/SwiftExample/ViewController.swift b/SwiftExample/ViewController.swift index 30604fe..659e71a 100644 --- a/SwiftExample/ViewController.swift +++ b/SwiftExample/ViewController.swift @@ -2,8 +2,8 @@ // ViewController.swift // SwiftExample // -// Created by Brian Gerstle on 9/23/15. -// Copyright © 2015 Codecov. All rights reserved. +// Created by Jonathan Arbogast on 2/22/19. +// Copyright © 2019 Codecov. All rights reserved. // import UIKit @@ -15,11 +15,6 @@ class ViewController: UIViewController { // Do any additional setup after loading the view, typically from a nib. } - override func didReceiveMemoryWarning() { - super.didReceiveMemoryWarning() - // Dispose of any resources that can be recreated. - } - } diff --git a/SwiftExampleTests/Info.plist b/SwiftExampleTests/Info.plist index ba72822..6c40a6c 100644 --- a/SwiftExampleTests/Info.plist +++ b/SwiftExampleTests/Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en + $(DEVELOPMENT_LANGUAGE) CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier @@ -16,8 +16,6 @@ BNDL CFBundleShortVersionString 1.0 - CFBundleSignature - ???? CFBundleVersion 1 diff --git a/SwiftExampleTests/SwiftExampleTests.swift b/SwiftExampleTests/SwiftExampleTests.swift new file mode 100644 index 0000000..e62fae1 --- /dev/null +++ b/SwiftExampleTests/SwiftExampleTests.swift @@ -0,0 +1,34 @@ +// +// SwiftExampleTests.swift +// SwiftExampleTests +// +// Created by Jonathan Arbogast on 2/22/19. +// Copyright © 2019 Codecov. All rights reserved. +// + +import XCTest +@testable import SwiftExample + +class SwiftExampleTests: XCTestCase { + + override func setUp() { + // Put setup code here. This method is called before the invocation of each test method in the class. + } + + override func tearDown() { + // Put teardown code here. This method is called after the invocation of each test method in the class. + } + + func testExample() { + // This is an example of a functional test case. + // Use XCTAssert and related functions to verify your tests produce the correct results. + } + + func testPerformanceExample() { + // This is an example of a performance test case. + self.measure { + // Put the code you want to measure the time of here. + } + } + +} diff --git a/SwiftExampleUITests/Info.plist b/SwiftExampleUITests/Info.plist deleted file mode 100644 index ba72822..0000000 --- a/SwiftExampleUITests/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - - diff --git a/SwiftExampleUITests/SwiftExampleUITests.swift b/SwiftExampleUITests/SwiftExampleUITests.swift deleted file mode 100644 index 88b268d..0000000 --- a/SwiftExampleUITests/SwiftExampleUITests.swift +++ /dev/null @@ -1,36 +0,0 @@ -// -// SwiftExampleUITests.swift -// SwiftExampleUITests -// -// Created by Brian Gerstle on 9/23/15. -// Copyright © 2015 Codecov. All rights reserved. -// - -import XCTest - -class SwiftExampleUITests: XCTestCase { - - override func setUp() { - super.setUp() - - // Put setup code here. This method is called before the invocation of each test method in the class. - - // In UI tests it is usually best to stop immediately when a failure occurs. - continueAfterFailure = false - // UI tests must launch the application that they test. Doing this in setup will make sure it happens for each test method. - XCUIApplication().launch() - - // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this. - } - - override func tearDown() { - // Put teardown code here. This method is called after the invocation of each test method in the class. - super.tearDown() - } - - func testExample() { - // Use recording to get started writing UI tests. - XCTAssertTrue(XCUIApplication().childrenMatchingType(.Window).elementBoundByIndex(0).exists) - } - -}