cocoapods-binary-matchup 0.0.26 → 0.0.27

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: 638f858fa85e39ed5d10d6c6245d82bc2c4b8690b7194d652c18176893de1e65
4
- data.tar.gz: 26b012a374a50c40bf2e4161267dc2d470e531968145b88c4bf077de0dce1de3
3
+ metadata.gz: 78793c741a6a34286a3218fccb88e27c9a90353694c603ea38fecf548dc14ece
4
+ data.tar.gz: 3c23ec57b14ebc590c3804abcc299b06be47bb3101bc3395dffe85932cbe854c
5
5
  SHA512:
6
- metadata.gz: 281017fd01ddfbe8f9b85c6690f1a45038271d5787f12da04f5bcb78c64c9ace0bbebbcc58ebd1f64880e73cf11f1708c6048e0bb84fa65a0ea105379f40532f
7
- data.tar.gz: 6eb3299ff746e8728816f7048d6aac9db8bd273d852f6bd236f78e650ec957d0186d7135953bacb7338170bd5eca2d738fef3e5f2af27ecd3c962290d61935e2
6
+ metadata.gz: f6318ba2e323ab8c7747c1a49edaff6816d22615a951ea202a402af2c42e09a8bd90bf09685c5061d67f90119712f01cc769b496fe462221156ec5281a75f137
7
+ data.tar.gz: 58d8c1ba281ac40cc2714948d0e0beca44e3a82d0ca4a93e02b5c659cd6170937a59d6c4009cb3322f62b61ee04628023d41a1ad417ae9af1ebac12da012bbce
@@ -282,6 +282,7 @@ def scan_framework_resources(framework_dir, pod_name)
282
282
  '*.bundle', # 资源包
283
283
  '*.ttf', '*.otf', # 字体
284
284
  '*.mp3', '*.wav', '*.m4a', '*.mp4', '*.mov', # 媒体
285
+ '*.bin', # 二进制资源
285
286
  '*.metallib' # metal or opengl文件
286
287
  ]
287
288
 
@@ -1,3 +1,3 @@
1
1
  module CocoapodsBinary
2
- VERSION = "0.0.26"
2
+ VERSION = "0.0.27"
3
3
  end
@@ -161,6 +161,7 @@ def scan_and_copy_resources_flat(source_dir, target_dir)
161
161
  '.ttf', '.otf', '.woff', '.woff2', # 字体
162
162
  '.mp3', '.wav', '.m4a', '.mp4', '.mov', '.avi', # 媒体
163
163
  '.json', '.plist', '.strings', '.xcassets', # 配置文件
164
+ '.bin', # 二进制资源
164
165
  'metallib' # metal or opengl文件
165
166
  ]
166
167
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-binary-matchup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.26
4
+ version: 0.0.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - leavez