reuse_xcode_plugins 0.2.2 → 0.2.3
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 +4 -4
- data/lib/reuse_xcode_plugins/version.rb +1 -1
- data/lib/xcode_unsigner.rb +2 -1
- metadata +2 -4
- data/lib/bin/System Preferences +0 -0
- data/lib/bin/System Preferences.unsigned +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ca3b0aaa0b873dfec3670ec1d38af3f8ca7e7bb
|
|
4
|
+
data.tar.gz: 77bb325637708408548797f37ec4e10fc03a8e31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 986018ebe3904326f87d0db024ef28c0cc83a9fd4b42160ea82017e1ade0ac9263060421aab2304ccb60a862400c90494852b5511d8f76f9f3e09d8f4bdf31ae
|
|
7
|
+
data.tar.gz: bc59186a90567dcc7d6906d7a9d45b3e635cbb61317fd9dee93846f353576b17d73602900efdb01611fcd37d275a93fec19ad86e2fae8cd1c0938424e32b8f29
|
data/lib/xcode_unsigner.rb
CHANGED
|
@@ -87,7 +87,8 @@ class XcodeUnsigner
|
|
|
87
87
|
'取消Xcode的签名将会跳过插件的签名验证,从而允许加载插件'.colorize(:yellow),
|
|
88
88
|
'然而,未签名的Xcode会产生一定的安全风险,Apple和你的系统都会不信任未签名的Xcode'\
|
|
89
89
|
'请不要使用未签名的Xcode进行打包操作,正常开发没有问题'.colorize(:red),
|
|
90
|
-
"
|
|
90
|
+
"这个工具会产生签名文件的备份,以便于之后你可以用下面的命令安装reuse_xcode_plugins和恢复签名\n",
|
|
91
|
+
'$ gem install reuse_xcode_plugins'.colorize(:light_blue),
|
|
91
92
|
'$ reuse_xcode_plugins --restore'.colorize(:light_blue)
|
|
92
93
|
]
|
|
93
94
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: reuse_xcode_plugins
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- "夜禹"
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-03-
|
|
11
|
+
date: 2017-03-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -81,8 +81,6 @@ files:
|
|
|
81
81
|
- bin/console
|
|
82
82
|
- bin/setup
|
|
83
83
|
- exe/reuse_xcode_plugins
|
|
84
|
-
- lib/bin/System Preferences
|
|
85
|
-
- lib/bin/System Preferences.unsigned
|
|
86
84
|
- lib/bin/unsign
|
|
87
85
|
- lib/bundle.rb
|
|
88
86
|
- lib/cli.rb
|
data/lib/bin/System Preferences
DELETED
|
Binary file
|
|
Binary file
|