fastlane 2.56.0.beta.20170911010003 → 2.56.0.beta.20170912010003

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: 4f7525eacda03ae1af7d12d9da1d71cb1e4e20e9
4
- data.tar.gz: eb908f731266e3fd983d3ac6c3a44e42c0bc8662
3
+ metadata.gz: c8b735f64ee1142626af351f075337113b485564
4
+ data.tar.gz: f0066e8cad5924d68565d596e50c4bd9107deeb0
5
5
  SHA512:
6
- metadata.gz: 3d9b854706f51195d5ffa9b37503f18fa6508dd09b97e869deeef8931a8c3ab2c21672dd959d174f2a2821192bd1f227766b5a6b63de0b97e3e76c5790ca2ebd
7
- data.tar.gz: 5f90d2aa857f6bdd1b20d47797c932163d3f3202657bb07733f5714f091e6847b5ba36c7625535998a70022f90c5a7b35bc4ef9a6cb553511fc567b0acc7426a
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 gide before using this action: https://docs.fastlane.tools/codesigning/getting-started/",
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",
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.56.0.beta.20170911010003'.freeze
2
+ VERSION = '2.56.0.beta.20170912010003'.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
  end
@@ -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.factory(data) }
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.20170911010003
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-11 00:00:00.000000000 Z
18
+ date: 2017-09-12 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: slack-notifier