|
@@ -151,7 +151,7 @@ class PQMovieFilter: PQBaseFilter {
|
|
|
2,try find move file from bfframework bundle e.g. 库 bundle 的地址 "/var/containers/Bundle/Application/AD663220-6AF2-4841-AF82-071C10D78959/MusicVideoPlus.app/BFFramework.bundle/endMovieA.mp4"
|
|
|
*/
|
|
|
var videoFilePath = movieSticker.locationPath
|
|
|
- if (!videoFilePath.contains("var/mobile/Media")) && (!videoFilePath.contains("BFFramework.bundle")) {
|
|
|
+ if (!videoFilePath.contains("var/mobile/Media")) && (!videoFilePath.contains("BFFramework_Resources.bundle")) {
|
|
|
videoFilePath = documensDirectory + videoFilePath
|
|
|
}
|
|
|
BFLog(2, message: "视频地址 \(String(describing: videoFilePath))")
|