Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

๐Ÿ”€ :: [#395] ๊ฐ•์˜ ์ƒ์„ธํŽ˜์ด์ง€ ๊ฐ•์˜ ์žฅ์†Œ ์กฐํšŒ ๊ธฐ๋Šฅ ์ถ”๊ฐ€ #408

Merged
merged 8 commits into from
Aug 15, 2024
Merged
21 changes: 21 additions & 0 deletions App/Resources/Image/Images.xcassets/Ping.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Frame 7668.svg",
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
23 changes: 23 additions & 0 deletions App/Resources/Image/Images.xcassets/Ping.imageset/Frame 7668.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions App/Sources/Application/BitgouelApp.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import KakaoMapsSDK
import Service
import SwiftUI

Expand All @@ -15,6 +16,10 @@ struct BitgouelApp: App {
AppComponent().makeRootView()
.environmentObject(sceneState)
.environmentObject(adminPageState)
.onAppear {
SDKInitializer
.InitSDK(appKey: Bundle.main.object(forInfoDictionaryKey: "KAKAO_APP_KEY") as? String ?? "")
}
}
}
}
Loading
Loading