Commit cc52af77 by Sarkizz

对外暴露沙盒src路径

parent 246f3793
......@@ -75,6 +75,9 @@ open class MRUpdateManager: NSObject {
private var _status: UpdateStatus = .none
private var backgroundTaskId: UIBackgroundTaskIdentifier = .invalid
public var sandboxSrcURL: URL? {
return settings.sandboxSrc
}
public var bundleWWWURL: URL? {
return settings.bundleSrc?.appendingPathComponent(settings.wwwDirectoryName)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment