From cfcc0a78cf51dd49dd78efec823aa967a3442be7 Mon Sep 17 00:00:00 2001 From: dbqls200 Date: Tue, 3 Dec 2024 21:00:17 +0900 Subject: [PATCH] chore: Update location permission alert description --- TMT/TMT/Resource/en.lproj/InfoPlist.strings | 2 +- TMT/TMT/en.lproj/Info.plist | 4 ++-- TMT/TMT/ko.lproj/Info.plist | 4 ++-- TMT/TMTWidget/TMTWidgetLiveActivity.swift | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/TMT/TMT/Resource/en.lproj/InfoPlist.strings b/TMT/TMT/Resource/en.lproj/InfoPlist.strings index 2d87a12..a3b4539 100644 --- a/TMT/TMT/Resource/en.lproj/InfoPlist.strings +++ b/TMT/TMT/Resource/en.lproj/InfoPlist.strings @@ -5,4 +5,4 @@ // Created by Choi Minkyeong on 12/3/24. // -NSLocationWhenInUseUsageDescription = "We need your location to provide bus route information."; +NSLocationWhenInUseUsageDescription = "It is required to display your location."; diff --git a/TMT/TMT/en.lproj/Info.plist b/TMT/TMT/en.lproj/Info.plist index c5fcc15..5a221ed 100644 --- a/TMT/TMT/en.lproj/Info.plist +++ b/TMT/TMT/en.lproj/Info.plist @@ -19,7 +19,7 @@ UIImageName LaunchLogo - NSLocationWhenInUseUsageDescription - We need your location to provide bus route information. + NSLocationWhenInUseUsageDescription + It is required to display your location. diff --git a/TMT/TMT/ko.lproj/Info.plist b/TMT/TMT/ko.lproj/Info.plist index c5fcc15..5a221ed 100644 --- a/TMT/TMT/ko.lproj/Info.plist +++ b/TMT/TMT/ko.lproj/Info.plist @@ -19,7 +19,7 @@ UIImageName LaunchLogo - NSLocationWhenInUseUsageDescription - We need your location to provide bus route information. + NSLocationWhenInUseUsageDescription + It is required to display your location. diff --git a/TMT/TMTWidget/TMTWidgetLiveActivity.swift b/TMT/TMTWidget/TMTWidgetLiveActivity.swift index b3cd0c5..a30f74f 100644 --- a/TMT/TMTWidget/TMTWidgetLiveActivity.swift +++ b/TMT/TMTWidget/TMTWidgetLiveActivity.swift @@ -162,6 +162,7 @@ struct BusJourneyLiveActivity: Widget { Image("LeadingLogo") .resizable() .frame(width: 23, height: 23) + .padding(.horizontal, 2) } compactTrailing: { // MARK: Compact Trailing Image("TrailingSmall") .resizable()