Skip to content

Commit 089f7ae

Browse files
authored
Merge pull request #286 from TaskarCenterAtUW/TASK-2289-Update-display-name-from-GoInfoGame-to-AVIV-ScoutRoute
Task 2289 update display name from go info game to aviv scout route
2 parents a2b873a + 2fff5c9 commit 089f7ae

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.DS_Store

-6 KB
Binary file not shown.

GoInfoGame/GoInfoGame.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2899,13 +2899,13 @@
28992899
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
29002900
CODE_SIGN_IDENTITY = "Apple Development";
29012901
CODE_SIGN_STYLE = Automatic;
2902-
CURRENT_PROJECT_VERSION = 3;
2902+
CURRENT_PROJECT_VERSION = 4;
29032903
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
29042904
DEVELOPMENT_TEAM = G8MQVE5WWW;
29052905
ENABLE_USER_SCRIPT_SANDBOXING = NO;
29062906
GENERATE_INFOPLIST_FILE = YES;
29072907
INFOPLIST_FILE = GoInfoGame/Info.plist;
2908-
INFOPLIST_KEY_CFBundleDisplayName = GoInfoGame;
2908+
INFOPLIST_KEY_CFBundleDisplayName = "AVIV ScoutRoute";
29092909
INFOPLIST_KEY_NSCameraUsageDescription = "This app requires access to your camera to upload images to Kartaview";
29102910
INFOPLIST_KEY_NSFaceIDUsageDescription = "Used to securely log in using Face ID";
29112911
INFOPLIST_KEY_NSFileProviderDomainUsageDescription = "";
@@ -2964,12 +2964,12 @@
29642964
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
29652965
CODE_SIGN_IDENTITY = "Apple Development";
29662966
CODE_SIGN_STYLE = Automatic;
2967-
CURRENT_PROJECT_VERSION = 3;
2967+
CURRENT_PROJECT_VERSION = 4;
29682968
DEVELOPMENT_TEAM = G8MQVE5WWW;
29692969
ENABLE_USER_SCRIPT_SANDBOXING = NO;
29702970
GENERATE_INFOPLIST_FILE = YES;
29712971
INFOPLIST_FILE = GoInfoGame/Info.plist;
2972-
INFOPLIST_KEY_CFBundleDisplayName = GoInfoGame;
2972+
INFOPLIST_KEY_CFBundleDisplayName = "AVIV ScoutRoute";
29732973
INFOPLIST_KEY_NSCameraUsageDescription = "This app requires access to your camera to upload images to Kartaview";
29742974
INFOPLIST_KEY_NSFaceIDUsageDescription = "Used to securely log in using Face ID";
29752975
INFOPLIST_KEY_NSFileProviderDomainUsageDescription = "";

GoInfoGame/GoInfoGame/UI/InitialView/InitialView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ struct WorkspacesListView: View {
204204
struct LocationDisabledView: View {
205205
var body: some View {
206206
VStack {
207-
Text("GoInfoGame")
207+
Text(L10n.Localizable.appName)
208208
.font(.custom("Lato-Bold", size: 30))
209209
.foregroundColor((Asset.Colors.huskyPurple.swiftUIColor))
210210
.padding([.bottom], 50)

GoInfoGame/GoInfoGame/UI/Onboarding/OnboardingView1.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ struct OnboardingView1: View {
2020
Text("the free wiki world map")
2121

2222

23-
Text("GoInfoGame makes it easy to contribute to OpenStreetMap. It automatically looks for missing details in your vicinity: bicycle lanes, house numbers, opening hours and much more...")
23+
Text("\(L10n.Localizable.appName) makes it easy to contribute to OpenStreetMap. It automatically looks for missing details in your vicinity: bicycle lanes, house numbers, opening hours and much more...")
2424
.padding()
2525

2626
}

0 commit comments

Comments
 (0)