Skip to content

Commit

Permalink
chore: Update location permission alert description
Browse files Browse the repository at this point in the history
  • Loading branch information
dbqls200 committed Dec 4, 2024
1 parent 74843e7 commit cfcc0a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion TMT/TMT/Resource/en.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
4 changes: 2 additions & 2 deletions TMT/TMT/en.lproj/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>UIImageName</key>
<string>LaunchLogo</string>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string>We need your location to provide bus route information.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>It is required to display your location.</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions TMT/TMT/ko.lproj/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>UIImageName</key>
<string>LaunchLogo</string>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string>We need your location to provide bus route information.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>It is required to display your location.</string>
</dict>
</plist>
1 change: 1 addition & 0 deletions TMT/TMTWidget/TMTWidgetLiveActivity.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit cfcc0a7

Please sign in to comment.