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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 391f1cec2a4511c0c060b8c8b18f9dc007fd4931
|
4
|
+
data.tar.gz: 97eed1da84a1008eae00a81029883bb7c841c388
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef1690ad7e847d858e0ce67dcbf7991a290bcaa4b422c6f863074ee93cc1f0ef11d867a31f7fc3d0a4676f0eae1c538bd6ed9ddf9ebf20f5729cec5f18434f43
|
7
|
+
data.tar.gz: e7ab732235213cb14e7e124b52c5f0ecac2a8b13a6e357d4c7b15091a450f1d98aa12c2d28ee537e81020f5a6b80a1717bd5e1df10c5a9aa413a84513f9bc0af
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.115.0.beta.
|
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
|
data/sigh/lib/assets/resign.sh
CHANGED
@@ -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.
|
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-
|
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
|
-
-
|
1692
|
-
-
|
1691
|
+
- precheck/lib
|
1692
|
+
- cert/lib
|
1693
1693
|
- produce/lib
|
1694
|
-
-
|
1695
|
-
-
|
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
|
-
-
|
1704
|
-
-
|
1705
|
-
-
|
1706
|
-
-
|
1707
|
-
-
|
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
|
- - ">="
|