diff --git a/.travis.yml b/.travis.yml index d32a48a..6ff4a2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ after_deploy: - pod trunk push --skip-import-validation --skip-tests --allow-warnings script: - set -o pipefail && xcodebuild test -scheme $FRAMEWORK_NAME -destination 'platform=iOS - Simulator,name=iPhone XS,OS=12.1' ONLY_ACTIVE_ARCH=YES | xcpretty + Simulator,name=iPhone Xs,OS=12.2' ONLY_ACTIVE_ARCH=YES | xcpretty deploy: provider: releases api_key: diff --git a/SwipeViewController.xcodeproj/project.pbxproj b/SwipeViewController.xcodeproj/project.pbxproj index bd78ff9..75cd217 100644 --- a/SwipeViewController.xcodeproj/project.pbxproj +++ b/SwipeViewController.xcodeproj/project.pbxproj @@ -627,6 +627,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; @@ -655,6 +656,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; diff --git a/SwipeViewController.xcodeproj/xcshareddata/xcschemes/SwipeViewController.xcscheme b/SwipeViewController.xcodeproj/xcshareddata/xcschemes/SwipeViewController.xcscheme new file mode 100644 index 0000000..bf24913 --- /dev/null +++ b/SwipeViewController.xcodeproj/xcshareddata/xcschemes/SwipeViewController.xcscheme @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_Pods.xcodeproj b/_Pods.xcodeproj deleted file mode 120000 index 3c5a8e7..0000000 --- a/_Pods.xcodeproj +++ /dev/null @@ -1 +0,0 @@ -Example/Pods/Pods.xcodeproj \ No newline at end of file