-
Notifications
You must be signed in to change notification settings - Fork 18
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
Paul Shapiro
committed
May 7, 2018
1 parent
26932da
commit f3fd70c
Showing
4 changed files
with
32 additions
and
17 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,5 +1,14 @@ | ||
lane :screenshots do | ||
snapshot | ||
frameit(silver: true) | ||
#deliver | ||
end | ||
capture_screenshots | ||
frame_screenshots(black: true) | ||
upload_to_app_store | ||
end | ||
|
||
# lane :release do | ||
# capture_screenshots # generate new screenshots for the App Store | ||
# sync_code_signing(type: "appstore") # see code signing guide for more information | ||
# build_app(scheme: "MyMonero", | ||
# workspace: "MyMonero.xcworkspace", | ||
# include_bitcode: true) | ||
# upload_to_app_store # upload your app to iTunes Connect | ||
# end |
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