fastlane 2.20.0.beta.20170310010058 → 2.20.0.beta.20170311010030
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: 8d6d86e1377167804b4148ac6e7be7350fcfb155
|
4
|
+
data.tar.gz: a710f2a65b3515bf0e2af92412038a0b1aaaf691
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5db3e883b4fee7776cb1a991e324291b01296fe0d3274710aaa2c469781dc2e5f94a6a00d5c2870db3967b29756f5f2009c8d674bb070177deb8913ad3dc777e
|
7
|
+
data.tar.gz: b76157cc1ee8a3642347d5175475f518d37e9b40c7ded05f4597f08a7a0105006e42244398794515d7698b62e3712bbc8597db3307cf437c7d8d068316cf3071
|
@@ -38,7 +38,7 @@ module Produce
|
|
38
38
|
command :enable_services do |c|
|
39
39
|
c.syntax = 'fastlane produce enable_services -a APP_IDENTIFIER SERVICE1, SERVICE2, ...'
|
40
40
|
c.description = 'Enable specific Application Services for a specific app on the Apple Developer Portal'
|
41
|
-
c.example 'Enable HealthKit, HomeKit and Passbook', 'produce enable_services -a com.example.app --healthkit --homekit --passbook'
|
41
|
+
c.example 'Enable HealthKit, HomeKit and Passbook', 'fastlane produce enable_services -a com.example.app --healthkit --homekit --passbook'
|
42
42
|
|
43
43
|
c.option '--app-group', 'Enable App Groups'
|
44
44
|
c.option '--apple-pay', 'Enable Apple Pay'
|
@@ -71,7 +71,7 @@ module Produce
|
|
71
71
|
command :disable_services do |c|
|
72
72
|
c.syntax = 'fastlane produce disable_services -a APP_IDENTIFIER SERVICE1, SERVICE2, ...'
|
73
73
|
c.description = 'Disable specific Application Services for a specific app on the Apple Developer Portal'
|
74
|
-
c.example 'Disable HealthKit', 'produce disable_services -a com.example.app --healthkit'
|
74
|
+
c.example 'Disable HealthKit', 'fastlane produce disable_services -a com.example.app --healthkit'
|
75
75
|
|
76
76
|
c.option '--app-group', 'Disable App Groups'
|
77
77
|
c.option '--apple-pay', 'Disable Apple Pay'
|
@@ -104,7 +104,7 @@ module Produce
|
|
104
104
|
command :group do |c|
|
105
105
|
c.syntax = 'fastlane produce group'
|
106
106
|
c.description = 'Ensure that a specific App Group exists'
|
107
|
-
c.example 'Create group', 'produce group -g group.example.app -n "Example App Group"'
|
107
|
+
c.example 'Create group', 'fastlane produce group -g group.example.app -n "Example App Group"'
|
108
108
|
|
109
109
|
c.option '-n', '--group_name STRING', String, 'Name for the group that is created (PRODUCE_GROUP_NAME)'
|
110
110
|
c.option '-g', '--group_identifier STRING', String, 'Group identifier for the group (PRODUCE_GROUP_IDENTIFIER)'
|
@@ -123,7 +123,7 @@ module Produce
|
|
123
123
|
command :associate_group do |c|
|
124
124
|
c.syntax = 'fastlane produce associate_group -a APP_IDENTIFIER GROUP_IDENTIFIER1, GROUP_IDENTIFIER2, ...'
|
125
125
|
c.description = 'Associate with a group, which is created if needed or simply located otherwise'
|
126
|
-
c.example 'Associate with group', 'produce associate-group -a com.example.app group.example.com'
|
126
|
+
c.example 'Associate with group', 'fastlane produce associate-group -a com.example.app group.example.com'
|
127
127
|
|
128
128
|
FastlaneCore::CommanderGenerator.new.generate(Produce::Options.available_options, command: c)
|
129
129
|
|
@@ -111,7 +111,7 @@ module Sigh
|
|
111
111
|
c.option '-e', '--clean_expired', 'Remove all expired provisioning profiles.'
|
112
112
|
|
113
113
|
c.option '-p', '--clean_pattern STRING', String, 'Remove any provisioning profiles that matches the regular expression.'
|
114
|
-
c.example 'Remove all "iOS Team Provisioning" provisioning profiles', 'sigh manage -p "iOS\ ?Team Provisioning Profile"'
|
114
|
+
c.example 'Remove all "iOS Team Provisioning" provisioning profiles', 'fastlane sigh manage -p "iOS\ ?Team Provisioning Profile"'
|
115
115
|
|
116
116
|
c.action do |args, options|
|
117
117
|
Sigh::LocalManage.start(options, args)
|
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.beta.
|
4
|
+
version: 2.20.0.beta.20170311010030
|
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-
|
17
|
+
date: 2017-03-11 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: slack-notifier
|
@@ -1294,23 +1294,23 @@ metadata: {}
|
|
1294
1294
|
post_install_message:
|
1295
1295
|
rdoc_options: []
|
1296
1296
|
require_paths:
|
1297
|
-
- credentials_manager/lib
|
1298
|
-
- produce/lib
|
1299
|
-
- deliver/lib
|
1300
|
-
- gym/lib
|
1301
|
-
- fastlane_core/lib
|
1302
|
-
- sigh/lib
|
1303
|
-
- frameit/lib
|
1304
1297
|
- supply/lib
|
1305
1298
|
- cert/lib
|
1306
|
-
- fastlane/lib
|
1307
|
-
- spaceship/lib
|
1308
1299
|
- snapshot/lib
|
1309
|
-
- pilot/lib
|
1310
1300
|
- pem/lib
|
1311
|
-
- match/lib
|
1312
1301
|
- screengrab/lib
|
1302
|
+
- gym/lib
|
1303
|
+
- deliver/lib
|
1304
|
+
- produce/lib
|
1313
1305
|
- scan/lib
|
1306
|
+
- spaceship/lib
|
1307
|
+
- pilot/lib
|
1308
|
+
- sigh/lib
|
1309
|
+
- fastlane/lib
|
1310
|
+
- fastlane_core/lib
|
1311
|
+
- match/lib
|
1312
|
+
- frameit/lib
|
1313
|
+
- credentials_manager/lib
|
1314
1314
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1315
1315
|
requirements:
|
1316
1316
|
- - ">="
|