fastlane 2.56.0.beta.20170911010003 → 2.56.0.beta.20170912010003
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: c8b735f64ee1142626af351f075337113b485564
|
4
|
+
data.tar.gz: f0066e8cad5924d68565d596e50c4bd9107deeb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5650cf2290a5be73e21ba78f47976ffb6c8f5fc0f4c7208dcd3f1d3c77387ef8e5180bb6c20401a2447883d7858f2ba8af1b589a6cf1fcaabd01e32cb4aeef8e
|
7
|
+
data.tar.gz: 78ab5ca64299b1a09019b1cd2cf2efac283001dd8cd3bc28ab3843ae88db2d699020bd06c8f7afb8b44e8a1a1dc94fcbf8f1df52755cc6ff3a9bc5cd0d559a7d
|
@@ -64,13 +64,14 @@ module Fastlane
|
|
64
64
|
end
|
65
65
|
|
66
66
|
build_configuration.build_settings["PROVISIONING_PROFILE"] = data["UUID"]
|
67
|
+
build_configuration.build_settings["PROVISIONING_PROFILE_SPECIFIER"] = data["Name"]
|
67
68
|
end
|
68
69
|
end
|
69
70
|
|
70
71
|
project.save
|
71
72
|
|
72
73
|
# complete
|
73
|
-
UI.success("Successfully updated project settings in'#{params[:xcodeproj]}'")
|
74
|
+
UI.success("Successfully updated project settings in '#{params[:xcodeproj]}'")
|
74
75
|
end
|
75
76
|
|
76
77
|
def self.description
|
@@ -79,7 +80,7 @@ module Fastlane
|
|
79
80
|
|
80
81
|
def self.details
|
81
82
|
[
|
82
|
-
"You should check out the code signing
|
83
|
+
"You should check out the code signing guide before using this action: https://docs.fastlane.tools/codesigning/getting-started/",
|
83
84
|
"This action retrieves a provisioning profile UUID from a provisioning profile (.mobileprovision) to set",
|
84
85
|
"up the xcode projects' code signing settings in *.xcodeproj/project.pbxproj",
|
85
86
|
"The `target_filter` value can be used to only update code signing for specified targets",
|
@@ -57,7 +57,7 @@ module Spaceship::TestFlight
|
|
57
57
|
|
58
58
|
# @return (Array) Returns all beta testers available for this account
|
59
59
|
def self.all(app_id: nil)
|
60
|
-
client.testers_for_app(app_id: app_id).map { |data| self.
|
60
|
+
client.testers_for_app(app_id: app_id).map { |data| self.new(data) }
|
61
61
|
end
|
62
62
|
|
63
63
|
# *DEPRECATED: Use `Spaceship::TestFlight::Tester.search` method instead*
|
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.56.0.beta.
|
4
|
+
version: 2.56.0.beta.20170912010003
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felix Krause
|
@@ -15,7 +15,7 @@ authors:
|
|
15
15
|
autorequire:
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
|
-
date: 2017-09-
|
18
|
+
date: 2017-09-12 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: slack-notifier
|