-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathSnapfile
More file actions
23 lines (19 loc) · 577 Bytes
/
Snapfile
File metadata and controls
23 lines (19 loc) · 577 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
devices([
"iPhone 12 Pro Max",
"iPhone 8 Plus",
"iPad Pro (12.9-inch) (2nd generation)",
"iPad Pro (12.9-inch) (4th generation)"
])
languages([
"en-US"
])
scheme("ScreenShots")
output_directory("./AppStoreScreenshots")
clear_previous_screenshots(true)
override_status_bar(true)
concurrent_simulators(false)
workspace "./SoundFonts.xcworkspace"
# Arguments to pass to the app on launch. See https://docs.fastlane.tools/actions/snapshot/#launch-arguments
launch_arguments(["snaps"])
# For more information about all available options run
# fastlane action snapshot