fastlane 2.20.0 → 2.21.0.beta.20170316010039

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 18d1374e8e66e080731751d8eb7378637ac6a0ef
4
- data.tar.gz: 34249900b028439d19f3084b011d50269ba6a5f8
3
+ metadata.gz: 5f6d08879860c43918ec68cc53b6e860852a2784
4
+ data.tar.gz: 039b55781dbc16857a7c1aab1b410e838736feab
5
5
  SHA512:
6
- metadata.gz: fdc4f38adc5a14554b49d285bdea5fd4f4d99caa8423d77f665d33f58b3aac3641c28e7df33831002558359a7091181bcef71b4cb93b2942b9cfe8f85f059698
7
- data.tar.gz: 59aaf53f4bbd916c75c330fc77a267baa29ace2343c066b11c7ebb225bd274bcce2eb881288b135747ede12e4b5b2ffb462830c91e685ed2e218f5005cee605c
6
+ metadata.gz: 608fc72e28cade7c3197b23676b6d4b91496e123dabd444328629ecdc7fb8c3b9cec34af66a244f56de83969dfc6d9522fb26c9fd6d1ee42ccb519f42cf12a77
7
+ data.tar.gz: b03a98f742c9be6347b74ffdbc94bc18aa9599dc8bcdd9119c1ef0480150093e22baea3a4b2146ce613443e5bd83c7f1cb516958de0b0f78369da1d9669b8d44
data/README.md CHANGED
@@ -55,7 +55,7 @@ Then to deploy a new 'beta' version of your app just run
55
55
  </h4>
56
56
  <hr />
57
57
 
58
- ##### Like this tool? [Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx).
58
+ ##### Like this tool? [Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools).
59
59
 
60
60
  ## Installation
61
61
  Make sure you have the latest version of the Xcode command line tools installed:
data/cert/README.md CHANGED
@@ -75,7 +75,7 @@ Please check out [this guide](https://github.com/fastlane/fastlane/blob/master/c
75
75
 
76
76
  In the gif I used `cert && sigh`, which will first create an iOS code signing certificate and then a provisioning profile for your app if `cert` succeeded.
77
77
 
78
- ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
78
+ ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
79
79
 
80
80
  # Usage
81
81
 
@@ -146,7 +146,7 @@ This will result in `sigh` always using the correct signing certificate, which i
146
146
  - [`scan`](https://github.com/fastlane/fastlane/tree/master/scan): The easiest way to run tests of your iOS and Mac app
147
147
  - [`match`](https://github.com/fastlane/fastlane/tree/master/match): Easily sync your certificates and profiles across your team using git
148
148
 
149
- ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
149
+ ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
150
150
 
151
151
  ## Use the 'Provisioning Quicklook plugin'
152
152
  Download and install the [Provisioning Plugin](https://github.com/chockenberry/Provisioning) to easily preview provisioning profile files and certificates.
data/deliver/README.md CHANGED
@@ -63,7 +63,7 @@ Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.c
63
63
 
64
64
  To upload builds to TestFlight check out [pilot](https://github.com/fastlane/fastlane/tree/master/pilot).
65
65
 
66
- ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
66
+ ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
67
67
 
68
68
  # Installation
69
69
 
@@ -179,7 +179,7 @@ Before actually uploading anything to iTunes, ```deliver``` will generate a HTML
179
179
  - [`scan`](https://github.com/fastlane/fastlane/tree/master/scan): The easiest way to run tests of your iOS and Mac app
180
180
  - [`match`](https://github.com/fastlane/fastlane/tree/master/match): Easily sync your certificates and profiles across your team using git
181
181
 
182
- ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
182
+ ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
183
183
 
184
184
  ## Available language codes
185
185
  ```
data/fastlane/README.md CHANGED
@@ -95,7 +95,7 @@ fastlane release
95
95
 
96
96
  ###### Take a look at the [fastlane website](https://fastlane.tools) for more information about why and when to use `fastlane`.
97
97
 
98
- ##### Like this tool? [Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx).
98
+ ##### Like this tool? [Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools).
99
99
 
100
100
  ## Installation
101
101
  Make sure you have the latest version of the Xcode command line tools installed:
@@ -1,4 +1,4 @@
1
1
  module Fastlane
2
- VERSION = '2.20.0'.freeze
2
+ VERSION = '2.21.0.beta.20170316010039'.freeze
3
3
  DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
4
4
  end
data/frameit/README.md CHANGED
@@ -63,7 +63,7 @@ Put a gorgeous device frame around your iOS and macOS screenshots just by runnin
63
63
 
64
64
  The complete and updated list of supported devices and colors can be found [here](https://github.com/fastlane/frameit-frames/tree/gh-pages/latest)
65
65
 
66
- ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
66
+ ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
67
67
 
68
68
  Here is a nice gif, that shows ```frameit``` in action:
69
69
 
@@ -246,7 +246,7 @@ Check out the [MindNode example project](https://github.com/fastlane/examples/tr
246
246
  - [`scan`](https://github.com/fastlane/fastlane/tree/master/scan): The easiest way to run tests of your iOS and Mac app
247
247
  - [`match`](https://github.com/fastlane/fastlane/tree/master/match): Easily sync your certificates and profiles across your team using git
248
248
 
249
- ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
249
+ ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
250
250
 
251
251
  ## Generate localized screenshots
252
252
  Check out [`snapshot`](https://github.com/fastlane/fastlane/tree/master/snapshot) to automatically generate screenshots using ```UI Automation```.
data/gym/README.md CHANGED
@@ -281,7 +281,7 @@ Afterwards the `ipa` file is moved to the output folder. The `dSYM` file is comp
281
281
  - [`scan`](https://github.com/fastlane/fastlane/tree/master/scan): The easiest way to run tests of your iOS and Mac app
282
282
  - [`match`](https://github.com/fastlane/fastlane/tree/master/match): Easily sync your certificates and profiles across your team using git
283
283
 
284
- ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
284
+ ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
285
285
 
286
286
  ## Use the 'Provisioning Quicklook plugin'
287
287
  Download and install the [Provisioning Plugin](https://github.com/chockenberry/Provisioning).
@@ -31,7 +31,7 @@ module Gym
31
31
 
32
32
  command :build do |c|
33
33
  c.syntax = "fastlane gym"
34
- c.description = "Just builds your app"
34
+ c.description = "Build your iOS/macOS app"
35
35
 
36
36
  FastlaneCore::CommanderGenerator.new.generate(Gym::Options.available_options, command: c)
37
37
 
data/pem/README.md CHANGED
@@ -136,7 +136,7 @@ If you need the `p12` in your keychain, perhaps to test push with an app like [K
136
136
  Enter Export Password:
137
137
  <enter a password for encrypting the new p12 file>
138
138
 
139
- ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
139
+ ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
140
140
 
141
141
  ## Environment Variables
142
142
 
@@ -167,7 +167,7 @@ Run `fastlane pem --help` to get a list of available environment variables.
167
167
  - [`scan`](https://github.com/fastlane/fastlane/tree/master/scan): The easiest way to run tests of your iOS and Mac app
168
168
  - [`match`](https://github.com/fastlane/fastlane/tree/master/match): Easily sync your certificates and profiles across your team using git
169
169
 
170
- ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
170
+ ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
171
171
 
172
172
  ## Use the 'Provisioning Quicklook plugin'
173
173
  Download and install the [Provisioning Plugin](https://github.com/chockenberry/Provisioning).
data/pilot/README.md CHANGED
@@ -242,7 +242,7 @@ fastlane pilot import -c ~/Desktop/testers.csv
242
242
  - [`scan`](https://github.com/fastlane/fastlane/tree/master/scan): The easiest way to run tests of your iOS and Mac app
243
243
  - [`match`](https://github.com/fastlane/fastlane/tree/master/match): Easily sync your certificates and profiles across your team using git
244
244
 
245
- ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
245
+ ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
246
246
 
247
247
  ## Debug information
248
248
 
data/produce/README.md CHANGED
@@ -61,7 +61,7 @@ Get in contact with the developers on Twitter: [@FastlaneTools](https://twitter.
61
61
  - **Associate** apps with App Groups on the Apple Developer Portal
62
62
  - Support for **multiple Apple accounts**, storing your credentials securely in the Keychain
63
63
 
64
- ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
64
+ ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
65
65
 
66
66
  # Installation
67
67
 
@@ -218,7 +218,7 @@ You'll still have to fill out the remaining information (like screenshots, app d
218
218
  - [`scan`](https://github.com/fastlane/fastlane/tree/master/scan): The easiest way to run tests of your iOS and Mac app
219
219
  - [`match`](https://github.com/fastlane/fastlane/tree/master/match): Easily sync your certificates and profiles across your team using git
220
220
 
221
- ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
221
+ ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
222
222
 
223
223
  # Need help?
224
224
  Please submit an issue on GitHub and provide information about your setup
@@ -24,7 +24,6 @@ module Produce
24
24
 
25
25
  generated_app = Spaceship::Tunes::Application.create!(name: Produce.config[:app_name],
26
26
  primary_language: language,
27
- version: Produce.config[:app_version] || "1.0",
28
27
  sku: Produce.config[:sku].to_s, # might be an int
29
28
  bundle_id: app_identifier,
30
29
  bundle_id_suffix: Produce.config[:bundle_identifier_suffix],
@@ -48,6 +47,9 @@ module Produce
48
47
 
49
48
  UI.crash!("Something went wrong when creating the new app - it's not listed in the App's list") unless application
50
49
 
50
+ UI.message("Ensuring version number")
51
+ application.ensure_version!(Produce.config[:app_version], platform: Produce.config[:platform]) if Produce.config[:app_version]
52
+
51
53
  UI.success "Successfully created new app '#{Produce.config[:app_name]}' on iTunes Connect with ID #{application.apple_id}"
52
54
  end
53
55
 
data/scan/README.md CHANGED
@@ -205,7 +205,7 @@ For more information visit the [fastlane GitHub page](https://github.com/fastlan
205
205
  - [`gym`](https://github.com/fastlane/fastlane/tree/master/gym): Building your iOS apps has never been easier
206
206
  - [`match`](https://github.com/fastlane/fastlane/tree/master/match): Easily sync your certificates and profiles across your team using git
207
207
 
208
- ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
208
+ ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
209
209
 
210
210
  # Need help?
211
211
  Please submit an issue on GitHub and provide information about your setup
data/screengrab/README.md CHANGED
@@ -175,7 +175,7 @@ If you're having trouble getting your device unlocked and the screen activated t
175
175
 
176
176
  You can find all the tools on [fastlane.tools](https://fastlane.tools).
177
177
 
178
- ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
178
+ ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
179
179
 
180
180
  # Need help?
181
181
  Please submit an issue on GitHub and provide information about your setup.
data/sigh/README.md CHANGED
@@ -67,7 +67,7 @@ Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.c
67
67
 
68
68
  To automate iOS Push profiles you can use [pem](https://github.com/fastlane/fastlane/tree/master/pem).
69
69
 
70
- ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
70
+ ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
71
71
 
72
72
  ### Why not let Xcode do the work?
73
73
 
@@ -228,7 +228,7 @@ If you're using [cert](https://github.com/fastlane/fastlane/tree/master/cert) in
228
228
  - [`scan`](https://github.com/fastlane/fastlane/tree/master/scan): The easiest way to run tests of your iOS and Mac app
229
229
  - [`match`](https://github.com/fastlane/fastlane/tree/master/match): Easily sync your certificates and profiles across your team using git
230
230
 
231
- ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
231
+ ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
232
232
 
233
233
  ## Use the 'Provisioning Quicklook plugin'
234
234
  Download and install the [Provisioning Plugin](https://github.com/chockenberry/Provisioning).
data/snapshot/README.md CHANGED
@@ -83,7 +83,7 @@ Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.c
83
83
  - Generates a beautiful web page, which shows all screenshots on all devices. This is perfect to send to Q&A or the marketing team
84
84
  - _snapshot_ automatically waits for network requests to be finished before taking a screenshot (we don't want loading images in the App Store screenshots)
85
85
 
86
- ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
86
+ ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
87
87
 
88
88
  After _snapshot_ successfully created new screenshots, it will generate a beautiful HTML file to get a quick overview of all screens:
89
89
 
@@ -360,7 +360,7 @@ Radar [23062925](https://openradar.appspot.com/radar?id=5056366381105152) has be
360
360
  - [`scan`](https://github.com/fastlane/fastlane/tree/master/scan): The easiest way to run tests of your iOS and Mac app
361
361
  - [`match`](https://github.com/fastlane/fastlane/tree/master/match): Easily sync your certificates and profiles across your team using git
362
362
 
363
- ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
363
+ ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
364
364
 
365
365
  ## Frame the screenshots
366
366
 
@@ -67,8 +67,8 @@ module Spaceship
67
67
  # This can't be longer than 255 characters.
68
68
  # @param primary_language (String): If localized app information isn't available in an
69
69
  # App Store territory, the information from your primary language will be used instead.
70
- # @param version (String): The version number is shown on the App Store and should
71
- # match the one you used in Xcode.
70
+ # @param version *DEPRECATED: Use `ensure_version!` method instead*
71
+ # (String): The version number is shown on the App Store and should match the one you used in Xcode.
72
72
  # @param sku (String): A unique ID for your app that is not visible on the App Store.
73
73
  # @param bundle_id (String): The bundle ID must match the one you used in Xcode. It
74
74
  # can't be changed after you submit your first build.
@@ -78,9 +78,9 @@ module Spaceship
78
78
  # should it be an ios or an osx app
79
79
 
80
80
  def create!(name: nil, primary_language: nil, version: nil, sku: nil, bundle_id: nil, bundle_id_suffix: nil, company_name: nil, platform: nil)
81
+ UI.deprecated("The `version` parameter is deprecated. Use `ensure_version!` method instead") if version
81
82
  client.create_application!(name: name,
82
83
  primary_language: primary_language,
83
- version: version,
84
84
  sku: sku,
85
85
  bundle_id: bundle_id,
86
86
  bundle_id_suffix: bundle_id_suffix,
@@ -259,12 +259,14 @@ module Spaceship
259
259
  # This can't be longer than 255 characters.
260
260
  # @param primary_language (String): If localized app information isn't available in an
261
261
  # App Store territory, the information from your primary language will be used instead.
262
- # @param version (String): The version number is shown on the App Store and should
263
- # match the one you used in Xcode.
262
+ # @param version *DEPRECATED: Use `Spaceship::Tunes::Application.ensure_version!` method instead*
263
+ # (String): The version number is shown on the App Store and should match the one you used in Xcode.
264
264
  # @param sku (String): A unique ID for your app that is not visible on the App Store.
265
265
  # @param bundle_id (String): The bundle ID must match the one you used in Xcode. It
266
266
  # can't be changed after you submit your first build.
267
267
  def create_application!(name: nil, primary_language: nil, version: nil, sku: nil, bundle_id: nil, bundle_id_suffix: nil, company_name: nil, platform: nil)
268
+ UI.deprecated("The `version` parameter is deprecated. Use `Spaceship::Tunes::Application.ensure_version!` method instead") if version
269
+
268
270
  # First, we need to fetch the data from Apple, which we then modify with the user's values
269
271
  primary_language ||= "English"
270
272
  platform ||= "ios"
@@ -273,7 +275,6 @@ module Spaceship
273
275
 
274
276
  # Now fill in the values we have
275
277
  # some values are nil, that's why there is a hash
276
- data['versionString'] = { value: version }
277
278
  data['name'] = { value: name }
278
279
  data['bundleId'] = { value: bundle_id }
279
280
  data['primaryLanguage'] = { value: primary_language }
data/supply/README.md CHANGED
@@ -62,7 +62,7 @@ Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.c
62
62
  - Upload the app icon, promo graphics and screenshots for multiple languages
63
63
  - Have a local copy of the metadata in your git repository
64
64
 
65
- ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
65
+ ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
66
66
 
67
67
  ## Installation
68
68
 
@@ -199,7 +199,7 @@ This can be done using the `--track_promote_to` parameter. The `--track_promote
199
199
  - [`gym`](https://github.com/fastlane/fastlane/tree/master/gym): Building your iOS apps has never been easier
200
200
  - [`match`](https://github.com/fastlane/fastlane/tree/master/match): Easily sync your certificates and profiles across your team using git
201
201
 
202
- ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
202
+ ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
203
203
 
204
204
  # Need help?
205
205
  Please submit an issue on GitHub and provide information about your setup
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.20.0
4
+ version: 2.21.0.beta.20170316010039
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2017-03-15 00:00:00.000000000 Z
17
+ date: 2017-03-16 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: slack-notifier
@@ -1180,7 +1180,6 @@ files:
1180
1180
  - sigh/lib/sigh/resign.rb
1181
1181
  - sigh/lib/sigh/runner.rb
1182
1182
  - snapshot/README.md
1183
- - snapshot/lib/.DS_Store
1184
1183
  - snapshot/lib/assets/SnapfileTemplate
1185
1184
  - snapshot/lib/assets/SnapshotHelper.swift
1186
1185
  - snapshot/lib/assets/SnapshotHelper2-3.swift
@@ -1297,23 +1296,23 @@ metadata:
1297
1296
  post_install_message:
1298
1297
  rdoc_options: []
1299
1298
  require_paths:
1300
- - cert/lib
1301
- - credentials_manager/lib
1302
- - deliver/lib
1303
- - fastlane/lib
1299
+ - scan/lib
1304
1300
  - fastlane_core/lib
1305
- - frameit/lib
1301
+ - screengrab/lib
1306
1302
  - gym/lib
1303
+ - cert/lib
1304
+ - deliver/lib
1307
1305
  - match/lib
1308
- - pem/lib
1309
1306
  - pilot/lib
1307
+ - credentials_manager/lib
1310
1308
  - produce/lib
1311
- - scan/lib
1312
- - screengrab/lib
1313
- - sigh/lib
1314
1309
  - snapshot/lib
1315
- - spaceship/lib
1310
+ - pem/lib
1316
1311
  - supply/lib
1312
+ - fastlane/lib
1313
+ - frameit/lib
1314
+ - spaceship/lib
1315
+ - sigh/lib
1317
1316
  required_ruby_version: !ruby/object:Gem::Requirement
1318
1317
  requirements:
1319
1318
  - - ">="
@@ -1321,15 +1320,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
1321
1320
  version: 2.0.0
1322
1321
  required_rubygems_version: !ruby/object:Gem::Requirement
1323
1322
  requirements:
1324
- - - ">="
1323
+ - - ">"
1325
1324
  - !ruby/object:Gem::Version
1326
- version: '0'
1325
+ version: 1.3.1
1327
1326
  requirements: []
1328
1327
  rubyforge_project:
1329
- rubygems_version: 2.5.1
1328
+ rubygems_version: 2.4.5.2
1330
1329
  signing_key:
1331
1330
  specification_version: 4
1332
1331
  summary: The easiest way to automate beta deployments and releases for your iOS and
1333
1332
  Android apps
1334
1333
  test_files: []
1335
- has_rdoc:
Binary file