fastlane 0.1.16 → 0.1.17

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: 09049fb8072645b5d30ff1a2189aafe198a1308e
4
- data.tar.gz: 9f220689ec52755417cc4a952b9f1fb425233159
3
+ metadata.gz: 990a4c33219bf6ede28910783bb7c1d69cf43aac
4
+ data.tar.gz: 6cc51c2c95034b0175d065dc728a7679d5235676
5
5
  SHA512:
6
- metadata.gz: 70d166fffa83d79d9d807d6fc77fb6163c936488e213fe15314dcce289603ee6eadaa41f85d94d2c9a9787f97561d271f11ee3c2726bfcaf457d23dc60920d6b
7
- data.tar.gz: 5809d13eafb4c1ed6668c9494813bc229874a271f37ed99c4bb58e49feab49fd45fde216b4fde58b3fa5e79d432883e35c752f841919eff6835cf43ccab4718b
6
+ metadata.gz: 8b0694deae169ac03823891331f17405bf5643211362d38c586035fbbf43c2544c6fddc31a0aeb44e1acde2f2ebd9f664f84f643eaf3855801380bef9af0c1c7
7
+ data.tar.gz: 00a3bf1a20ab0e651ef24c68d3ef57a6cd3493d9613a8efe413a51f5f3ba4947c5507f5017f744036da7e61fe5360602b5b849b019f1ef837b5ff006c969c8f1
@@ -9,27 +9,12 @@ module Fastlane
9
9
  def self.run(params)
10
10
  require 'sigh'
11
11
  require 'sigh/options'
12
+ require 'sigh/manager'
12
13
  require 'credentials_manager/appfile_config'
13
14
 
14
15
  Sigh.config = FastlaneCore::Configuration.create(Sigh::Options.available_options, (params.first || {}))
15
- path = Sigh::DeveloperCenter.new.run
16
-
17
-
18
-
19
- path = File.expand_path(File.join('.', File.basename(path)))
20
- if path
21
- if Sigh.config[:filename]
22
- file_name = Sigh.config[:filename]
23
- else
24
- file_name = File.basename(path)
25
- end
26
-
27
- output = File.join(Sigh.config[:output_path].gsub("~", ENV["HOME"]), file_name)
28
- (FileUtils.mv(path, output) rescue nil) # in case it already exists
29
- system("open -g '#{output}'") unless Sigh.config[:skip_install]
30
- puts output.green
31
- path = output
32
- end
16
+
17
+ path = Sigh::Manager.start
33
18
 
34
19
  Actions.lane_context[SharedValues::SIGH_PROFILE_PATH] = path # absolute path
35
20
  Actions.lane_context[SharedValues::SIGH_UDID] = ENV["SIGH_UDID"] if ENV["SIGH_UDID"] # The UDID of the new profile
@@ -1,3 +1,3 @@
1
1
  module Fastlane
2
- VERSION = '0.1.16'
2
+ VERSION = '0.1.17'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.16
4
+ version: 0.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-06 00:00:00.000000000 Z
11
+ date: 2015-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -142,14 +142,14 @@ dependencies:
142
142
  requirements:
143
143
  - - '>='
144
144
  - !ruby/object:Gem::Version
145
- version: 0.4.0
145
+ version: 0.4.3
146
146
  type: :runtime
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - '>='
151
151
  - !ruby/object:Gem::Version
152
- version: 0.4.0
152
+ version: 0.4.3
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: produce
155
155
  requirement: !ruby/object:Gem::Requirement