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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 78793c741a6a34286a3218fccb88e27c9a90353694c603ea38fecf548dc14ece
|
|
4
|
+
data.tar.gz: 3c23ec57b14ebc590c3804abcc299b06be47bb3101bc3395dffe85932cbe854c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f6318ba2e323ab8c7747c1a49edaff6816d22615a951ea202a402af2c42e09a8bd90bf09685c5061d67f90119712f01cc769b496fe462221156ec5281a75f137
|
|
7
|
+
data.tar.gz: 58d8c1ba281ac40cc2714948d0e0beca44e3a82d0ca4a93e02b5c659cd6170937a59d6c4009cb3322f62b61ee04628023d41a1ad417ae9af1ebac12da012bbce
|
|
@@ -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
|
|