fastlane 2.115.0.beta.20190124200016 → 2.115.0.beta.20190125200019

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a42eb728f64b3d3400890e443e7975dc317f2dd
4
- data.tar.gz: 30a1a2dc2af93ce5b8c4fcc3466f14bcb835367a
3
+ metadata.gz: 391f1cec2a4511c0c060b8c8b18f9dc007fd4931
4
+ data.tar.gz: 97eed1da84a1008eae00a81029883bb7c841c388
5
5
  SHA512:
6
- metadata.gz: d27428345d49321073e38bba81cf7550c71e2b177899fc4bcdb2e61e762037c24b2a31db324834e7a03af2609cecca08a944079fbfbf81aafe3c30d2367deab9
7
- data.tar.gz: 7b1d279c61d355a3144f87c8cddba15963c5c300b9bb414303691b92e8b0721368fcec2f5a862b951cc5a68bc065325d49b7bb0ba4e080b50573272b8d362df4
6
+ metadata.gz: ef1690ad7e847d858e0ce67dcbf7991a290bcaa4b422c6f863074ee93cc1f0ef11d867a31f7fc3d0a4676f0eae1c538bd6ed9ddf9ebf20f5729cec5f18434f43
7
+ data.tar.gz: e7ab732235213cb14e7e124b52c5f0ecac2a8b13a6e357d4c7b15091a450f1d98aa12c2d28ee537e81020f5a6b80a1717bd5e1df10c5a9aa413a84513f9bc0af
@@ -44,6 +44,7 @@ module Fastlane
44
44
 
45
45
  def self.services_mapping
46
46
  {
47
+ access_wifi: 'access_wifi',
47
48
  app_group: 'app_group',
48
49
  apple_pay: 'apple_pay',
49
50
  associated_domains: 'associated_domains',
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.115.0.beta.20190124200016'.freeze
2
+ VERSION = '2.115.0.beta.20190125200019'.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
@@ -12,6 +12,7 @@ module Produce
12
12
  SERVICE_CLOUDKIT = "cloudkit"
13
13
 
14
14
  ALLOWED_SERVICES = {
15
+ access_wifi: [SERVICE_ON, SERVICE_OFF],
15
16
  app_group: [SERVICE_ON, SERVICE_OFF],
16
17
  apple_pay: [SERVICE_ON, SERVICE_OFF],
17
18
  associated_domains: [SERVICE_ON, SERVICE_OFF],
@@ -651,6 +651,8 @@ function resign {
651
651
  "com.apple.developer.homekit" \
652
652
  # If actually used by the App, this value will be set in its entitlements
653
653
  "com.apple.developer.healthkit" \
654
+ # If actually used by the App, this value will be set in its entitlements
655
+ "com.apple.developer.healthkit.access" \
654
656
  # PP list identifiers inconsistent with app-defined ones, must use App entitlements value
655
657
  "com.apple.developer.in-app-payments" \
656
658
  # If actually used by the App, this value will be set in its entitlements
@@ -709,6 +711,7 @@ function resign {
709
711
  "com.apple.developer.associated-domains" \
710
712
  "com.apple.developer.default-data-protection" \
711
713
  "com.apple.developer.healthkit" \
714
+ "com.apple.developer.healthkit.access" \
712
715
  "com.apple.developer.homekit" \
713
716
  "com.apple.developer.icloud-container-environment" \
714
717
  "com.apple.developer.icloud-container-identifiers" \
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.115.0.beta.20190124200016
4
+ version: 2.115.0.beta.20190125200019
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danielle Tomlinson
@@ -27,7 +27,7 @@ authors:
27
27
  autorequire:
28
28
  bindir: bin
29
29
  cert_chain: []
30
- date: 2019-01-24 00:00:00.000000000 Z
30
+ date: 2019-01-25 00:00:00.000000000 Z
31
31
  dependencies:
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: slack-notifier
@@ -1688,23 +1688,23 @@ post_install_message:
1688
1688
  rdoc_options: []
1689
1689
  require_paths:
1690
1690
  - sigh/lib
1691
- - deliver/lib
1692
- - snapshot/lib
1691
+ - precheck/lib
1692
+ - cert/lib
1693
1693
  - produce/lib
1694
- - pem/lib
1695
- - credentials_manager/lib
1696
- - scan/lib
1697
- - frameit/lib
1698
- - fastlane_core/lib
1699
- - screengrab/lib
1694
+ - match/lib
1695
+ - spaceship/lib
1700
1696
  - pilot/lib
1697
+ - fastlane_core/lib
1698
+ - supply/lib
1699
+ - credentials_manager/lib
1701
1700
  - fastlane/lib
1702
1701
  - gym/lib
1703
- - supply/lib
1704
- - cert/lib
1705
- - match/lib
1706
- - spaceship/lib
1707
- - precheck/lib
1702
+ - deliver/lib
1703
+ - screengrab/lib
1704
+ - scan/lib
1705
+ - snapshot/lib
1706
+ - pem/lib
1707
+ - frameit/lib
1708
1708
  required_ruby_version: !ruby/object:Gem::Requirement
1709
1709
  requirements:
1710
1710
  - - ">="