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
| #!/bin/sh | |
| pod trunk push |
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
| language: objective-c | |
| osx_image: xcode8.3 | |
| branches: | |
| only: | |
| - master | |
| - /[0-9]+\.[0-9]+\.[0-9]+/ | |
| install: | |
| - gem install fastlane --no-ri --no-doc --no-document | |
| - gem install cocoapods --no-ri --no-doc --no-document | |
| script: |
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
| fastlane_version "2.28.4" | |
| default_platform :ios | |
| platform :ios do | |
| before_all do | |
| ensure_git_status_clean | |
| xcversion version: "~> 8.3" | |
| end |
NewerOlder