Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
zhangyongji
/
MRFramework
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cc52af77
authored
Sep 09, 2019
by
Sarkizz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
对外暴露沙盒src路径
parent
246f3793
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
MRFramework/MRFramework/FoundationManagers/HotUpdate/MRUpdateManager.swift
+3
-0
No files found.
MRFramework/MRFramework/FoundationManagers/HotUpdate/MRUpdateManager.swift
View file @
cc52af77
...
...
@@ -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
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment