-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Chore] Use SPM to manage snapshot testing dependency (#247)
* Use SPM to manage snapshot testing * Re-record snapshots * Update travis config for Xcode 12 * Fix travis config * Fix travis config again
- Loading branch information
1 parent
21d522d
commit 69c7029
Showing
119 changed files
with
70 additions
and
1,749 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
Carthage/Checkouts/ | ||
Pods/ | ||
.build/ | ||
.DS_Store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
osx_image: xcode11.4 | ||
osx_image: xcode12.2 | ||
language: objective-c | ||
before_install: | ||
- set -o pipefail | ||
- xcrun simctl boot "iPhone 11" || echo "(Pre)Launched the simulator." | ||
- xcrun simctl boot "iPhone 12" || echo "(Pre)Launched the simulator." | ||
script: | ||
- travis_retry xcodebuild -project Down.xcodeproj -scheme "Down" -sdk iphonesimulator -destination "platform=iOS Simulator,OS=13.0,name=iPhone 11" -enableCodeCoverage YES ONLY_ACTIVE_ARCH=YES test | ||
- travis_retry xcodebuild -project Down.xcodeproj -scheme "Down" -sdk iphonesimulator -destination "platform=iOS Simulator,OS=14.2,name=iPhone 12" -enableCodeCoverage YES ONLY_ACTIVE_ARCH=YES test | ||
- travis_retry xcodebuild -project Down.xcodeproj -scheme "Down" -sdk macosx -destination 'platform=OS X,arch=x86_64' -enableCodeCoverage YES test | ||
- travis_retry xcodebuild -project Down.xcodeproj -scheme "Down" -sdk appletvsimulator -destination 'platform=tvOS Simulator,name=Apple TV' -enableCodeCoverage YES test | ||
- travis_retry xcodebuild -project Down.xcodeproj -scheme "DownSnapshotTests" -sdk iphonesimulator -destination "platform=iOS Simulator,OS=13.0,name=iPhone 11" -enableCodeCoverage YES ONLY_ACTIVE_ARCH=YES test | ||
- travis_retry xcodebuild -project Down.xcodeproj -scheme "DownSnapshotTests" -sdk iphonesimulator -destination "platform=iOS Simulator,OS=14.2,name=iPhone 12" -enableCodeCoverage YES ONLY_ACTIVE_ARCH=YES test | ||
after_success: | ||
- bash <(curl -s https://codecov.io/bash) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
Carthage/Build/Mac/SnapshotTesting.framework.dSYM/Contents/Info.plist
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-3.96 MB
Carthage/Build/Mac/SnapshotTesting.framework.dSYM/Contents/Resources/DWARF/SnapshotTesting
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
218 changes: 0 additions & 218 deletions
218
Carthage/Build/Mac/SnapshotTesting.framework/Versions/A/Headers/SnapshotTesting-Swift.h
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-31.6 KB
...ting.framework/Versions/A/Modules/SnapshotTesting.swiftmodule/x86_64-apple-macos.swiftdoc
Binary file not shown.
Binary file removed
BIN
-183 KB
...g.framework/Versions/A/Modules/SnapshotTesting.swiftmodule/x86_64-apple-macos.swiftmodule
Binary file not shown.
Binary file removed
BIN
-31.6 KB
.../SnapshotTesting.framework/Versions/A/Modules/SnapshotTesting.swiftmodule/x86_64.swiftdoc
Binary file not shown.
Binary file removed
BIN
-183 KB
...apshotTesting.framework/Versions/A/Modules/SnapshotTesting.swiftmodule/x86_64.swiftmodule
Binary file not shown.
4 changes: 0 additions & 4 deletions
4
Carthage/Build/Mac/SnapshotTesting.framework/Versions/A/Modules/module.modulemap
This file was deleted.
Oops, something went wrong.
46 changes: 0 additions & 46 deletions
46
Carthage/Build/Mac/SnapshotTesting.framework/Versions/A/Resources/Info.plist
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-983 KB
Carthage/Build/Mac/SnapshotTesting.framework/Versions/A/SnapshotTesting
Binary file not shown.
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
Carthage/Build/iOS/SnapshotTesting.framework.dSYM/Contents/Info.plist
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-10.3 MB
Carthage/Build/iOS/SnapshotTesting.framework.dSYM/Contents/Resources/DWARF/SnapshotTesting
Binary file not shown.
Oops, something went wrong.