fastlane 2.72.0.beta.20180102010003 → 2.72.0

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: 1694db58a13226b59ad9bf4a8e814d6ad7fdb466
4
- data.tar.gz: a731c165dcdd4a8ef3333397d2b1f465a2c557ee
3
+ metadata.gz: dfc5e72725f2b4fec9d2bde3836821a3a88cbd5b
4
+ data.tar.gz: f685e0dbe8d3a6c02fa988127dceb64565c456b3
5
5
  SHA512:
6
- metadata.gz: 5a6bf1408e5ed5e31bfb09427bca7f506d08b60e2ba219be59601e7319db09c613d467f4c3a2f7123fcd0fc0c62d99c5b188571eb0d835868da86fd641805670
7
- data.tar.gz: b984a993ea128e0203cbfdbc5dff4816089485593af64d076892fa4c507ebc671a670f87f27a70dbf58850fd5897008a4f7893a3dfa2e973ec30ce2d8592b589
6
+ metadata.gz: 42696f74f23943b67870e977abe200a2d11220a07fa66efcf2717f0cb8398fd2a3fb3be6fcfdabc02b61b44588804043d6959685b68b867a3111631b9ec82b5b
7
+ data.tar.gz: 71fe7e8480362e28bf6cc29045b26155f48a40a7dcc022391b4334387d9151f07b38ba3680811386d9768a794f9745a051f5806d1c34ef7dd85b0cc3e27a2b38
Binary file
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.72.0.beta.20180102010003'.freeze
2
+ VERSION = '2.72.0'.freeze
3
3
  DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
4
4
  MINIMUM_XCODE_RELEASE = "7.0".freeze
5
5
  RUBOCOP_REQUIREMENT = '0.49.1'.freeze
@@ -11,4 +11,4 @@ class Deliverfile: DeliverfileProtocol {
11
11
 
12
12
 
13
13
 
14
- // Generated with fastlane 2.71.0
14
+ // Generated with fastlane 2.71.1
@@ -368,11 +368,19 @@ func artifactory(file: String,
368
368
  func automaticCodeSigning(path: String,
369
369
  useAutomaticSigning: Bool = false,
370
370
  teamId: String? = nil,
371
- targets: [String]? = nil) {
371
+ targets: [String]? = nil,
372
+ codeSignIdentity: String? = nil,
373
+ profileName: String? = nil,
374
+ profileUuid: String? = nil,
375
+ bundleIdentifier: String? = nil) {
372
376
  let command = RubyCommand(commandID: "", methodName: "automatic_code_signing", className: nil, args: [RubyCommand.Argument(name: "path", value: path),
373
377
  RubyCommand.Argument(name: "use_automatic_signing", value: useAutomaticSigning),
374
378
  RubyCommand.Argument(name: "team_id", value: teamId),
375
- RubyCommand.Argument(name: "targets", value: targets)])
379
+ RubyCommand.Argument(name: "targets", value: targets),
380
+ RubyCommand.Argument(name: "code_sign_identity", value: codeSignIdentity),
381
+ RubyCommand.Argument(name: "profile_name", value: profileName),
382
+ RubyCommand.Argument(name: "profile_uuid", value: profileUuid),
383
+ RubyCommand.Argument(name: "bundle_identifier", value: bundleIdentifier)])
376
384
  _ = runner.executeCommand(command)
377
385
  }
378
386
  func backupFile(path: String) {
@@ -3068,7 +3076,7 @@ func ssh(username: String,
3068
3076
  func supply(packageName: String,
3069
3077
  track: String = "production",
3070
3078
  rollout: String? = nil,
3071
- metadataPath: String = "./metadata",
3079
+ metadataPath: String? = nil,
3072
3080
  key: String? = nil,
3073
3081
  issuer: String? = nil,
3074
3082
  jsonKey: String? = nil,
@@ -3516,7 +3524,7 @@ func uploadToAppStore(username: String,
3516
3524
  func uploadToPlayStore(packageName: String,
3517
3525
  track: String = "production",
3518
3526
  rollout: String? = nil,
3519
- metadataPath: String = "./metadata",
3527
+ metadataPath: String? = nil,
3520
3528
  key: String? = nil,
3521
3529
  issuer: String? = nil,
3522
3530
  jsonKey: String? = nil,
@@ -11,4 +11,4 @@ class Gymfile: GymfileProtocol {
11
11
 
12
12
 
13
13
 
14
- // Generated with fastlane 2.71.0
14
+ // Generated with fastlane 2.71.1
@@ -11,4 +11,4 @@ class Matchfile: MatchfileProtocol {
11
11
 
12
12
 
13
13
 
14
- // Generated with fastlane 2.71.0
14
+ // Generated with fastlane 2.71.1
@@ -11,4 +11,4 @@ class Precheckfile: PrecheckfileProtocol {
11
11
 
12
12
 
13
13
 
14
- // Generated with fastlane 2.71.0
14
+ // Generated with fastlane 2.71.1
@@ -11,4 +11,4 @@ class Scanfile: ScanfileProtocol {
11
11
 
12
12
 
13
13
 
14
- // Generated with fastlane 2.71.0
14
+ // Generated with fastlane 2.71.1
@@ -11,4 +11,4 @@ class Screengrabfile: ScreengrabfileProtocol {
11
11
 
12
12
 
13
13
 
14
- // Generated with fastlane 2.71.0
14
+ // Generated with fastlane 2.71.1
@@ -11,4 +11,4 @@ class Snapshotfile: SnapshotfileProtocol {
11
11
 
12
12
 
13
13
 
14
- // Generated with fastlane 2.71.0
14
+ // Generated with fastlane 2.71.1
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.72.0.beta.20180102010003
4
+ version: 2.72.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -855,6 +855,8 @@ files:
855
855
  - deliver/lib/deliver/upload_price_tier.rb
856
856
  - deliver/lib/deliver/upload_screenshots.rb
857
857
  - fastlane/README.md
858
+ - fastlane/lib/.DS_Store
859
+ - fastlane/lib/assets/.DS_Store
858
860
  - fastlane/lib/assets/ActionDetails.md.erb
859
861
  - fastlane/lib/assets/Actions.md.erb
860
862
  - fastlane/lib/assets/AppfileTemplate
@@ -874,8 +876,10 @@ files:
874
876
  - fastlane/lib/assets/s3_plist_template.erb
875
877
  - fastlane/lib/assets/s3_version_template.erb
876
878
  - fastlane/lib/fastlane.rb
879
+ - fastlane/lib/fastlane/.DS_Store
877
880
  - fastlane/lib/fastlane/action.rb
878
881
  - fastlane/lib/fastlane/action_collector.rb
882
+ - fastlane/lib/fastlane/actions/.DS_Store
879
883
  - fastlane/lib/fastlane/actions/README.md
880
884
  - fastlane/lib/fastlane/actions/actions_helper.rb
881
885
  - fastlane/lib/fastlane/actions/adb.rb
@@ -928,6 +932,7 @@ files:
928
932
  - fastlane/lib/fastlane/actions/deliver.rb
929
933
  - fastlane/lib/fastlane/actions/deploygate.rb
930
934
  - fastlane/lib/fastlane/actions/device_grid/README.md
935
+ - fastlane/lib/fastlane/actions/docs/.DS_Store
931
936
  - fastlane/lib/fastlane/actions/docs/cert.md
932
937
  - fastlane/lib/fastlane/actions/docs/deliver.md
933
938
  - fastlane/lib/fastlane/actions/docs/frameit.md
@@ -1162,6 +1167,7 @@ files:
1162
1167
  - fastlane/lib/fastlane/server/command_executor.rb
1163
1168
  - fastlane/lib/fastlane/server/socket_server.rb
1164
1169
  - fastlane/lib/fastlane/server/socket_server_action_command_executor.rb
1170
+ - fastlane/lib/fastlane/setup/.DS_Store
1165
1171
  - fastlane/lib/fastlane/setup/crashlytics_beta.rb
1166
1172
  - fastlane/lib/fastlane/setup/crashlytics_beta_command_line_handler.rb
1167
1173
  - fastlane/lib/fastlane/setup/crashlytics_beta_info.rb
@@ -1553,24 +1559,24 @@ metadata:
1553
1559
  post_install_message:
1554
1560
  rdoc_options: []
1555
1561
  require_paths:
1556
- - supply/lib
1557
- - screengrab/lib
1562
+ - cert/lib
1563
+ - credentials_manager/lib
1564
+ - deliver/lib
1565
+ - fastlane/lib
1566
+ - fastlane_core/lib
1567
+ - frameit/lib
1568
+ - gym/lib
1558
1569
  - match/lib
1570
+ - pem/lib
1571
+ - pilot/lib
1559
1572
  - precheck/lib
1560
- - sigh/lib
1561
1573
  - produce/lib
1562
1574
  - scan/lib
1563
- - gym/lib
1575
+ - screengrab/lib
1576
+ - sigh/lib
1564
1577
  - snapshot/lib
1565
- - frameit/lib
1566
- - fastlane/lib
1567
- - cert/lib
1568
- - pilot/lib
1569
1578
  - spaceship/lib
1570
- - credentials_manager/lib
1571
- - deliver/lib
1572
- - fastlane_core/lib
1573
- - pem/lib
1579
+ - supply/lib
1574
1580
  required_ruby_version: !ruby/object:Gem::Requirement
1575
1581
  requirements:
1576
1582
  - - ">="
@@ -1578,12 +1584,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
1578
1584
  version: 2.0.0
1579
1585
  required_rubygems_version: !ruby/object:Gem::Requirement
1580
1586
  requirements:
1581
- - - ">"
1587
+ - - ">="
1582
1588
  - !ruby/object:Gem::Version
1583
- version: 1.3.1
1589
+ version: '0'
1584
1590
  requirements: []
1585
1591
  rubyforge_project:
1586
- rubygems_version: 2.4.5.1
1592
+ rubygems_version: 2.6.10
1587
1593
  signing_key:
1588
1594
  specification_version: 4
1589
1595
  summary: The easiest way to automate beta deployments and releases for your iOS and