Commit 51f9532513763ccd610dcd24edbcbfb13c352dfc
1 parent
5aa38de3
no message
Showing
2 changed files
with
4 additions
and
2 deletions
CNLiveBBASMModule.podspec
| ... | ... | @@ -35,7 +35,9 @@ TODO: Add long description of the pod here. |
| 35 | 35 | s.vendored_frameworks = ['CNLiveBBASMModule/CNFrameworks/**'] |
| 36 | 36 | s.static_framework = true |
| 37 | 37 | # s.resources = 'CNLiveBBASMModule/Assets/**/*' |
| 38 | - s.resources = ['CNLiveBBASMModule/Assets/*', | |
| 38 | + s.resources = ['CNLiveBBASMModule/Assets/*.png', | |
| 39 | + 'CNLiveBBASMModule/Assets/ZFPlayer.bundle', | |
| 40 | + 'CNLiveBBASMModule/Assets/BBASMPyramid.bundle', | |
| 39 | 41 | 'CNLiveBBASMModule/CNFrameworks/BaiduWallet_Portal.framework/BaiduWallet_Portal.bundle', |
| 40 | 42 | 'CNLiveBBASMModule/CNFrameworks/BainuoCashierSDK.framework/BainuoCashierSDK.bundle' |
| 41 | 43 | ] | ... | ... |
Example/Podfile.lock
| ... | ... | @@ -497,7 +497,7 @@ SPEC CHECKSUMS: |
| 497 | 497 | AlipaySDK-iOS: 8659cdb4403de7e5f26ad8b699864a9cbe53384c |
| 498 | 498 | BaiduBCE: ca933eadbccac8f8254976c9181ca5f45ded948b |
| 499 | 499 | BBAMNPLib: 070a935319cfd816f29d00c88012a496f7448229 |
| 500 | - CNLiveBBASMModule: 8707ca790bbc0d610003d254de95fe12f3bd92d5 | |
| 500 | + CNLiveBBASMModule: ce7e3381d005a837f719139acd0ae919edd4a5e4 | |
| 501 | 501 | CNLiveBeeHive: 1e105b15b6ccaad546258fcf91231563beb853d4 |
| 502 | 502 | CNLiveCommonCategory: 11c736c733ab9c3ea27426d2fafff31a92f0286e |
| 503 | 503 | CNLiveEnvironment: 6af0a2f332b704ffdec67106b4ba044c7f8da371 | ... | ... |