diff --git a/fastlane/Appfile b/fastlane/Appfile index 19a65a0..1f7469c 100644 --- a/fastlane/Appfile +++ b/fastlane/Appfile @@ -1,10 +1,10 @@ app_identifier("com.agprojects.sylk-ios") # The bundle identifier of your app -apple_id("me@dan-jenkins.co.uk") # Your Apple email address +apple_id("macstore@ag-projects.com") # Your Apple email address itc_team_id("467748") # App Store Connect Team ID team_id("4DFEFUDLKZ") # Developer Portal Team ID # For more information about the Appfile, see: # https://docs.fastlane.tools/advanced/#appfile json_key_file "api-7060987251070375447-396770-ee04a2a01cae.json" \ No newline at end of file diff --git a/fastlane/README.md b/fastlane/README.md index 689126a..71c642b 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -1,38 +1,38 @@ fastlane documentation ================ # Installation Make sure you have the latest version of the Xcode command line tools installed: ``` xcode-select --install ``` Install _fastlane_ using ``` [sudo] gem install fastlane -NV ``` -or alternatively using `brew cask install fastlane` +or alternatively using `brew install fastlane` # Available Actions ## iOS ### ios beta ``` fastlane ios beta ``` Push a new beta build to TestFlight ---- ## Android ### android beta ``` fastlane android beta ``` Push a new beta build to Google Play Store ---- This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run. More information about fastlane can be found on [fastlane.tools](https://fastlane.tools). The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).