Created
September 12, 2020 17:58
-
-
Save mariia-cherniuk/b70726b34c15320520bbbc7c6774bc91 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
desc "Upload symbols to Crashlytics" | |
lane :upload_symbols do | |
upload_symbols_to_crashlytics(dsym_path: "build/AppStore.app.zip", gsp_path: "Firebase/GoogleService-App.plist") | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment