codeobscure 0.1.7.3 → 0.1.7.4

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
  SHA256:
3
- metadata.gz: e0d44254ce1ebd10e9b8046e9d2d8898d459d98c54da229f431941105a0ae5cd
4
- data.tar.gz: 0a657aab80516e41ed18d3c18662bd0dd06b8761039a791e0da787e0e865e3fe
3
+ metadata.gz: e01eabffe5671f5bea87832591056d200d93a454efce20f58fa0eaa36d5e8f5d
4
+ data.tar.gz: dbde62b4c7be2e895b508aac8d50dfcd5a1faf0bf09ae5366deebce7920d76f8
5
5
  SHA512:
6
- metadata.gz: a3fd921a2dcc6091a5be5eff0768be9e52bc6a26f8c0e2092d54c6bcfc078436699f3b1b20544d80f4581a4eec8d3b0dbdb1dadd832bb2fbaeeb2478a861bb80
7
- data.tar.gz: 6ba2f8d2350efb540c59523edec0cba9124fad66bf20ecf6501ebde3754dd95cae8277900d11ff20de6bc59e6c2f67f1db6b111257124527e6210a0f088b38ae
6
+ metadata.gz: 26eb0ab3c40156f6486b3ed9d8537dbb4bea7e9b3a2c9f50276f9fe6c14fdbcb4b1bbb8c6dc811252e0b8c8e849a1df541cb3a0046b12e87d24d27cd1999b40d
7
+ data.tar.gz: dbe940dbf143bc58b0207f854044cc55adca2f0a60e7d075cdf8be2bea204993d7707a5a4c27e12b91ecd83c0009ce47d57a3271f8610e4c5aaa65b1e47e701c
@@ -57,8 +57,8 @@ module Codeobscure
57
57
  end.parse!
58
58
 
59
59
  if options[:reset]
60
- `rm -f #{root}/filtSymbols`
61
- `cp #{root}/filtSymbols_standard #{root}/filtSymbols`
60
+ `rm -f '#{root}/filtSymbols'`
61
+ `cp '#{root}/filtSymbols_standard #{root}/filtSymbols'`
62
62
  puts "重置完毕!".colorize(:green)
63
63
  end
64
64
 
@@ -131,7 +131,7 @@ module Codeobscure
131
131
  end
132
132
  project.save
133
133
  #Fix bug for SIP
134
- system "chmod 755 #{xpj_path}/project.pbxproj"
134
+ system "chmod 755 '#{xpj_path}/project.pbxproj'"
135
135
  puts "配置完成!".colorize(:green)
136
136
  puts "请直接运行项目,如果项目中出现类似: `+[LoremIpsum PyTJvHwWNmeaaVzp:]: unrecognized selector sent to class`。在codeObfuscation.h中查询PyTJvHwWNmeaaVzp并删除它!".colorize(:yellow)
137
137
  else
@@ -53,7 +53,7 @@ module FiltSymbols
53
53
  end
54
54
 
55
55
  if File.exist? funclist_path
56
- `rm -f #{funclist_path}`
56
+ `rm -f '#{funclist_path}'`
57
57
  end
58
58
 
59
59
  end
@@ -86,7 +86,7 @@ module Obscure
86
86
  end
87
87
 
88
88
  if File.exists? @@HEAD_FILE
89
- `rm -f #{@@HEAD_FILE}`
89
+ `rm -f '#{@@HEAD_FILE}'`
90
90
  end
91
91
 
92
92
  date = `date`
@@ -123,7 +123,7 @@ module Obscure
123
123
  file.close
124
124
 
125
125
  if File.exist? @@STRING_SYMBOL_FILE
126
- `rm -f #{@@STRING_SYMBOL_FILE}`
126
+ `rm -f '#{@@STRING_SYMBOL_FILE}'`
127
127
  end
128
128
  @@HEAD_FILE
129
129
  end
@@ -1,3 +1,3 @@
1
1
  module Codeobscure
2
- VERSION = "0.1.7.3"
2
+ VERSION = "0.1.7.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codeobscure
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7.3
4
+ version: 0.1.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - kaich