File tree Expand file tree Collapse file tree
Projects/Presentation/Sources/Setting/ViewModel Expand file tree Collapse file tree Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 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 >
6464 <string >LaunchScreen </string >
6565 <key >UIRequiresFullScreen </key >
6666 <true />
67+ <key >UIUserInterfaceStyle </key >
68+ <string >Light </string >
6769</dict >
6870</plist >
You can’t perform that action at this time.
0 commit comments