Skip to content

Commit 4c3d643

Browse files
choijungptaipaise
authored andcommitted
Chore: 배포 전 설정 변경
1 parent 096971b commit 4c3d643

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Projects/Presentation/Sources/Setting/ViewModel/SettingViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ final class SettingViewModel: ViewModel {
1818
fileprivate var url: URL? {
1919
switch self {
2020
case .update:
21-
return URL(string: "itms-apps://itunes.apple.com/app/{빛나길 id}")
21+
return URL(string: "itms-apps://itunes.apple.com/app/id6749437799")
2222
case .terms:
2323
return URL(string: "https://complex-wombat-99f.notion.site/2025-7-20-236f4587491d8071833adfaf8115bce2")
2424
case .privacy:

SupportingFiles/Info.plist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.0.3</string>
18+
<string>1.0.0</string>
1919
<key>CFBundleURLTypes</key>
2020
<array>
2121
<dict>
@@ -64,5 +64,7 @@
6464
<string>LaunchScreen</string>
6565
<key>UIRequiresFullScreen</key>
6666
<true/>
67+
<key>UIUserInterfaceStyle</key>
68+
<string>Light</string>
6769
</dict>
6870
</plist>

0 commit comments

Comments
 (0)