-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
639dd92
commit 0e871c2
Showing
8 changed files
with
88 additions
and
120 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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,25 +1,24 @@ | ||
devices([ | ||
# "iPhone SE", | ||
# "iPhone 8", | ||
# "iPhone 8 Plus", | ||
# "iPhone 11 Pro", | ||
# "iPhone 11 Pro Max", | ||
# "iPad Pro (9.7-inch)", | ||
# "iPad Pro (12.9-inch)", | ||
"iPad Pro (12.9-inch) (3rd generation)" | ||
#"iPhone SE (1st generation)", | ||
#"iPhone 8", | ||
#"iPhone 8 Plus", | ||
#"iPhone 11 Pro", | ||
"iPhone 11 Pro Max", | ||
"iPad Pro (9.7-inch)", | ||
"iPad Pro (12.9-inch) (4th generation)" | ||
]) | ||
languages([ | ||
"en-GB", | ||
# "en-US" | ||
"en-GB" | ||
]) | ||
scheme("ReadingList_UITests") | ||
workspace("ReadingList.xcworkspace") | ||
ios_version("14.0") | ||
#clear_previous_screenshots(true) | ||
reinstall_app(true) | ||
concurrent_simulators(false) | ||
|
||
# Arguments to pass to the app on launch. See https://docs.fastlane.tools/actions/snapshot/#launch-arguments | ||
# launch_arguments(["--reset", "--UITests", "--UITests_PopulateData", "--UITests_Screenshots", "-UIPreferredContentSizeCategoryName", "UICTContentSizeCategoryXL"]) | ||
#launch_arguments(["--reset", "--UITests", "--UITests_PopulateData", "--UITests_Screenshots", "-UIPreferredContentSizeCategoryName", "UICTContentSizeCategoryXL"]) | ||
|
||
# For more information about all available options run | ||
# fastlane action snapshot |
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