fastlane-plugin-update_project_codesigning 0.1.5 → 0.1.6.pre.alpha.pre.23
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: 868ee3e3a7b06fbe6ef39d03337b56f7cf3be4e2
|
|
4
|
+
data.tar.gz: 8edb169384a1da5ffa6bb1742a8979ec4aa4b482
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04edca8e126ec92e75fbce86fcb3518691ad4e5d3c3b5357de9fc35ba947b57d5228bbea37d9040a4c7ecae2b22a2944f07824492e5f2e61fa854b0a8d25020d
|
|
7
|
+
data.tar.gz: ac38ab04dad7988cb40273bc4c7209f87b99418d47aa7992c26465ca2f9b6670f9a7c9b6c51d575e84083edf67c869ebdda2da01c5493771b682e8b3d8ca44ab
|
data/lib/fastlane/plugin/update_project_codesigning/actions/update_project_codesigning_action.rb
CHANGED
|
@@ -13,7 +13,7 @@ module Fastlane
|
|
|
13
13
|
unless project.root_object.attributes["TargetAttributes"]
|
|
14
14
|
UI.error("Seems to be a very old project file format")
|
|
15
15
|
UI.error("PLEASE BACKUP ALL FILES before doing this.")
|
|
16
|
-
if UI.confirm("Proceed with upgrade to xcode8 format?")
|
|
16
|
+
if ENV["FL_PROJECT_SIGNING_FORCE_UPGRADE"] || UI.confirm("Proceed with upgrade to xcode8 format?")
|
|
17
17
|
UI.important("Upgrading project to use xcode8 signing stuff")
|
|
18
18
|
unless params[:team_id]
|
|
19
19
|
UI.important("TEAM id is not set")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-update_project_codesigning
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6.pre.alpha.pre.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Helmut Januschka
|
|
@@ -135,9 +135,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
135
135
|
version: '0'
|
|
136
136
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
137
137
|
requirements:
|
|
138
|
-
- - "
|
|
138
|
+
- - ">"
|
|
139
139
|
- !ruby/object:Gem::Version
|
|
140
|
-
version:
|
|
140
|
+
version: 1.3.1
|
|
141
141
|
requirements: []
|
|
142
142
|
rubyforge_project:
|
|
143
143
|
rubygems_version: 2.4.8
|