diff --git a/.travis.yml b/.travis.yml index ff70929..947b92f 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ osx_image: xcode11 language: swift script: -- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/SecureDefaults.xcworkspace -scheme Examples -sdk iphonesimulator12.2 | xcpretty +- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/SecureDefaults.xcworkspace -scheme Examples -destination "platform=iOS Simulator,OS=13.0,name=iPhone 8" diff --git a/Example/SecureDefaults.xcodeproj/project.pbxproj b/Example/SecureDefaults.xcodeproj/project.pbxproj index 1472c89..ab17ed4 100644 --- a/Example/SecureDefaults.xcodeproj/project.pbxproj +++ b/Example/SecureDefaults.xcodeproj/project.pbxproj @@ -237,10 +237,9 @@ }; buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "SecureDefaults" */; compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( - English, en, Base, ); @@ -492,13 +491,14 @@ CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = 6HP739XXXJ; INFOPLIST_FILE = SecureDefaults/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MODULE_NAME = ExampleApp; PRODUCT_BUNDLE_IDENTIFIER = "com.secure-defaults.exampes"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = 1; }; name = Debug; }; @@ -511,13 +511,14 @@ CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = 6HP739XXXJ; INFOPLIST_FILE = SecureDefaults/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MODULE_NAME = ExampleApp; PRODUCT_BUNDLE_IDENTIFIER = "com.secure-defaults.exampes"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = 1; }; name = Release; }; @@ -525,10 +526,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 257C45487BD01ED6C579A917 /* Pods-ExamplesTests.debug.xcconfig */; buildSettings = { - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", @@ -546,10 +544,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 8D777439FE5BF9B368FA607D /* Pods-ExamplesTests.release.xcconfig */; buildSettings = { - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; INFOPLIST_FILE = Tests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)"; diff --git a/Example/SecureDefaults.xcodeproj/xcshareddata/xcschemes/Examples.xcscheme b/Example/SecureDefaults.xcodeproj/xcshareddata/xcschemes/Examples.xcscheme index 927e9cc..74ac783 100755 --- a/Example/SecureDefaults.xcodeproj/xcshareddata/xcschemes/Examples.xcscheme +++ b/Example/SecureDefaults.xcodeproj/xcshareddata/xcschemes/Examples.xcscheme @@ -41,6 +41,15 @@ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" shouldUseLaunchSchemeArgsEnv = "YES"> + + + + @@ -53,17 +62,6 @@ - - - - - - - -