Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Commit

Permalink
Configure AppStore release
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed May 1, 2017
1 parent e9d7d69 commit 3ac869b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,15 @@ platform :ios do
desc "Submit a new Beta Build to Crashlytics"
desc "This will also make sure the profile is up to date"
lane :beta do
# match(type: "appstore") # more information: https://codesigning.guide
gym(scheme: "Drrrible") # Build your app - more options available
crashlytics(api_token: "60d029a7c4e10e88538e507f1afbdf24583030ac",
build_secret: "a9eb3a6ce88c63b29c30071aa033ed66c1fbeb489ba5a82f452421803fcce3b5")
end

desc "Deploy a new version to the App Store"
lane :release do
# match(type: "appstore")
# snapshot
gym(scheme: "Drrrible") # Build your app - more options available
deliver(force: true)
# frameit
deliver(force: true,
submit_for_review: true)
end

# You can define as many lanes as you want
Expand Down

0 comments on commit 3ac869b

Please sign in to comment.