fastlane-plugin-update_project_codesigning 0.1.1.pre.alpha.pre.10 → 0.1.1.pre.alpha.pre.12
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,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YzAyNDZhZGM5NjQ5MzBmY2VmMDUyNmFmMmJjZDg3NWQ3MDljYTQ1Mw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OGZiZTY0ZTZjMmI2ZWI2MjQ5MTc2MDhjZWUzOWEwNjFlZDM2Y2EwYg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OGU5NDE3Zjg5MGIzN2Y1OWYxMGU4NDAzOTFjODQzOTE5Y2ViOGRlMTRmZDRm
|
|
10
|
+
MzFlYmZhOWMwNzJjNTY3MWMyZjg4NGUwNWYwZjFlYmE5NTZkOWQ2ODU4YTdk
|
|
11
|
+
NzgyN2I3YmUxOWNiMmJiNGM3YzYxZmZjODllMmJiNzA5YTdhOTQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ODY3ZTk1NDQ3MzIxZDQyMzU2OWNmZDUwNDNjZDA0NjRmOTY0ZWVmY2FiZDAz
|
|
14
|
+
Nzc5ZmU3ZjQ1MGM4ZDJkMTA5YWExYmU1YzgxMzhlYmJkMWFjMWFiZjhhMTNh
|
|
15
|
+
NGI5MTE0NDI2YTllMzEyNDRhMWM2NzY1ZjVmMGUwM2IxZDUyMTY=
|
data/lib/fastlane/plugin/update_project_codesigning/actions/update_project_codesigning_action.rb
CHANGED
|
@@ -25,7 +25,7 @@ module Fastlane
|
|
|
25
25
|
env_name: "FL_PROJECT_SIGNING_PROJECT_PATH",
|
|
26
26
|
description: "Path to your Xcode project",
|
|
27
27
|
verify_block: proc do |value|
|
|
28
|
-
UI.user_error!("Path is invalid") unless File.exist?(value)
|
|
28
|
+
UI.user_error!("Path is invalid") unless File.exist?(File.expand_path(value))
|
|
29
29
|
end),
|
|
30
30
|
FastlaneCore::ConfigItem.new(key: :use_automatic_signing,
|
|
31
31
|
env_name: "FL_PROJECT_USE_AUTOMATIC_SIGNING",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.1.pre.alpha.pre.
|
|
4
|
+
version: 0.1.1.pre.alpha.pre.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Helmut Januschka
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-10-
|
|
11
|
+
date: 2016-10-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pry
|