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 | |
| sudo: true | |
| before_install: | |
| # There is a bug in travis. When using system ruby, bundler is not | |
| # installed and causes the default install action to fail. | |
| - gem install bundler | |
| - brew install graphicsmagick | |
| script: | |
| - ./scripts/travis.sh |
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
| # Customise this file, documentation can be found here: | |
| # https://github.com/fastlane/fastlane/tree/master/fastlane/docs | |
| # All available actions: https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Actions.md | |
| # can also be listed using the `fastlane actions` command | |
| # Change the syntax highlighting to Ruby | |
| # All lines starting with a # are ignored when running `fastlane` | |
| # If you want to automatically update fastlane if a new version is available: | |
| # update_fastlane |
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
| [user] | |
| email = mcanyigin@gmail.com | |
| name = Mertcan YIGIN | |
| [core] | |
| autocrlf = true | |
| editor = 'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin | |
| [color] | |
| diff = auto | |
| status = auto | |
| branch = auto |
NewerOlder