Skip to content

Instantly share code, notes, and snippets.

View RishabhTayal's full-sized avatar

Rishabh Tayal RishabhTayal

  • Chicago, IL
View GitHub Profile
update_fastlane
default_platform :ios
ENV['DELIVER_ITMSTRANSPORTER_ADDITIONAL_UPLOAD_PARAMETERS'] = '-t DAV'
platform :ios do
before_all do
# ENV["SLACK_URL"] = "https://hooks.slack.com/services/..."
# ENV['DEVELOPER_DIR'] = '/Applications/Xcode old/Xcode-beta.app/Contents/Developer'
@RishabhTayal
RishabhTayal / Fastfile
Last active November 20, 2017 20:33
Fastfile
platform :ios do
desc "\033[1mDeploy PersonalShopper to iTunes Connect\033[0m"
desc "This action does the following:"
desc "- Post the message on Slack"
desc "- Input version number from user"
desc "- Increament version number"
desc "- Increament build number"
desc "- Generate build"
desc "- Push the changed plist to git remote"