Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
weiran committed Dec 19, 2021
1 parent b86f019 commit 82ac266
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ default_platform(:ios)
platform :ios do
desc "Generate new screenshots"
lane :screenshots do
capture_screenshots(workspace: "Hackers.xcworkspace", scheme: "Hackers")
frameit(
path: "./fastlane/screenshots/",
capture_screenshots(
workspace: "Hackers.xcworkspace",
scheme: "Hackers",
override_status_bar: true
)
frameit(
path: "./fastlane/screenshots/"
)
# upload_to_app_store(skip_binary_upload: true, skip_metadata: true)
end

Expand Down

0 comments on commit 82ac266

Please sign in to comment.