Skip to content

Instantly share code, notes, and snippets.

@notjosh
Created November 27, 2016 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notjosh/e68a1afff659e798e1d79d078faf81f0 to your computer and use it in GitHub Desktop.
Save notjosh/e68a1afff659e798e1d79d078faf81f0 to your computer and use it in GitHub Desktop.
<details><summary>✅ fastlane environment ✅</summary>
### Stack
| Key | Value |
| ------------------- | ------------------------------------------- |
| OS | 10.12.1 |
| Ruby | 2.3.1 |
| Bundler? | true |
| Git | git version 2.9.3 (Apple Git-75) |
| Installation Source | /usr/local/lib/ruby/gems/2.3.0/bin/fastlane |
| Host | Mac OS X 10.12.1 (16B2657) |
| Ruby Lib Dir | /usr/local/Cellar/ruby/2.3.1_2/lib |
| OpenSSL Version | OpenSSL 1.0.2j 26 Sep 2016 |
| Is contained | false |
| Xcode Path | /Applications/Xcode.app/Contents/Developer/ |
| Xcode Version | 8.1 |
### System Locale
| Variable | Value | |
| -------- | ----------- | - |
| LANG | en_AU.UTF-8 | ✅ |
| LC_ALL | | |
| LANGUAGE | | |
### fastlane files:
<details><summary>`./fastlane/Fastfile`</summary>
```ruby
# 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 is the minimum version number required.
# Update this, if you use features of a newer version
fastlane_version '1.110.0'.freeze
default_platform :mac
platform :mac do
before_all do
cocoapods
end
desc 'Runs all the tests'
lane :test do
scan
end
desc 'Publishes a new Sparkle build'
lane :sparkle do
# match
gym(
scheme: 'Foo'
)
# ensure sparkle is codesigned
# verify codesign
# appcast
# s3
# git tag, push
end
end
```
</details>
<details><summary>`./fastlane/Appfile`</summary>
```ruby
app_identifier "com.notjosh.Foo" # The bundle identifier of your app
apple_id "(snip)" # Your Apple email address
team_id "(snip)" # Developer Portal Team ID
# you can even provide different app identifiers, Apple IDs and team names per lane:
# More information: https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Appfile.md
```
</details>
### fastlane gems
| Gem | Version | Update-Status |
| ------------------- | ------- | ------------- |
| credentials_manager | 0.16.2 | ✅ Up-To-Date |
| fastlane_core | 0.57.1 | ✅ Up-To-Date |
| spaceship | 0.38.1 | ✅ Up-To-Date |
| cert | 1.4.4 | ✅ Up-To-Date |
| deliver | 1.15.1 | ✅ Up-To-Date |
| frameit | 3.0.0 | ✅ Up-To-Date |
| gym | 1.12.1 | ✅ Up-To-Date |
| sigh | 1.11.2 | ✅ Up-To-Date |
| match | 0.11.0 | ✅ Up-To-Date |
| pem | 1.4.0 | ✅ Up-To-Date |
| pilot | 1.12.1 | ✅ Up-To-Date |
| produce | 1.3.1 | ✅ Up-To-Date |
| scan | 0.14.2 | ✅ Up-To-Date |
| screengrab | 0.5.6 | ✅ Up-To-Date |
| snapshot | 1.16.4 | ✅ Up-To-Date |
| supply | 0.7.1 | ✅ Up-To-Date |
| fastlane | 1.110.0 | ✅ Up-To-Date |
### Loaded fastlane plugins:
**No plugins Loaded**
<details><summary><b>Loaded gems</b></summary>
| Gem | Version |
| ------------------------- | ------------ |
| did_you_mean | 1.0.0 |
| bundler | 1.13.6 |
| io-console | 0.4.5 |
| CFPropertyList | 2.3.4 |
| i18n | 0.7.0 |
| json | 1.8.3 |
| minitest | 5.9.1 |
| thread_safe | 0.3.5 |
| tzinfo | 1.2.2 |
| activesupport | 4.2.7.1 |
| public_suffix | 2.0.4 |
| addressable | 2.5.0 |
| babosa | 1.0.2 |
| colored | 1.2 |
| highline | 1.7.8 |
| commander | 4.4.0 |
| security | 0.1.3 |
| credentials_manager | 0.16.2 |
| excon | 0.54.0 |
| gh_inspector | 1.0.2 |
| multi_json | 1.12.1 |
| plist | 3.2.0 |
| rubyzip | 1.1.7 |
| terminal-table | 1.4.5 |
| fastlane_core | 0.57.1 |
| multipart-post | 2.0.0 |
| faraday | 0.10.0 |
| unf_ext | 0.0.7.2 |
| unf | 0.1.4 |
| domain_name | 0.5.20161021 |
| http-cookie | 1.0.3 |
| faraday-cookie_jar | 0.0.6 |
| faraday_middleware | 0.10.1 |
| fastimage | 1.6.8 |
| multi_xml | 0.5.5 |
| claide | 1.0.1 |
| fuzzy_match | 2.0.4 |
| nap | 1.1.0 |
| cocoapods-core | 1.1.1 |
| cocoapods-deintegrate | 1.0.1 |
| cocoapods-downloader | 1.1.2 |
| cocoapods-plugins | 1.0.0 |
| cocoapods-search | 1.0.0 |
| cocoapods-stats | 1.0.0 |
| netrc | 0.7.8 |
| cocoapods-trunk | 1.1.1 |
| cocoapods-try | 1.1.0 |
| escape | 0.0.4 |
| fourflusher | 2.0.1 |
| molinillo | 0.5.4 |
| nanaimo | 0.2.2 |
| xcodeproj | 1.4.1 |
| cocoapods | 1.1.1 |
| dotenv | 2.1.1 |
| mini_magick | 4.5.1 |
| rouge | 1.11.1 |
| xcpretty | 0.2.4 |
| net-ssh | 3.2.0 |
| net-sftp | 2.1.2 |
| krausefx-shenzhen | 0.14.11 |
| slack-notifier | 1.5.1 |
| xcpretty-travis-formatter | 0.0.4 |
| jwt | 1.5.6 |
| little-plugger | 1.1.4 |
| logging | 2.1.0 |
| memoist | 0.15.0 |
| os | 0.9.6 |
| signet | 0.7.3 |
| googleauth | 0.5.1 |
| httpclient | 2.8.2.4 |
| hurley | 0.2 |
| mime-types-data | 3.2016.0521 |
| mime-types | 3.1 |
| uber | 0.0.15 |
| representable | 2.3.0 |
| retriable | 2.1.0 |
| google-api-client | 0.9.20 |
| terminal-notifier | 1.7.1 |
| word_wrap | 1.0.0 |
| xcode-install | 2.0.9 |
</details>
*generated on:* **2016-11-27**
</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment