yozm -> sodalive 로 변경
This commit is contained in:
@@ -13,7 +13,7 @@ class ObjectBoxService {
|
||||
let playbackTrackingBox: Box<PlaybackTracking>
|
||||
|
||||
init() {
|
||||
let databaseName = "yozmlive"
|
||||
let databaseName = "sodalive"
|
||||
let appSupport = try! FileManager.default.url(for: .applicationSupportDirectory,
|
||||
in: .userDomainMask,
|
||||
appropriateFor: nil,
|
||||
|
@@ -58,7 +58,7 @@ struct SodaLiveApp: App {
|
||||
.onOpenURL { url in
|
||||
DEBUG_LOG("I have received a URL through a custom scheme! \(url.absoluteString)")
|
||||
if let scheme = url.scheme {
|
||||
if scheme == "kr.co.vividnext.yozm" {
|
||||
if scheme == "kr.co.vividnext.sodalive" {
|
||||
if let dynamicLink = DynamicLinks.dynamicLinks().dynamicLink(fromCustomSchemeURL: url) {
|
||||
self.handleIncomingDynamicLink(dynamicLink)
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user