Commit ab7bd0d5 authored by shigemi miura's avatar shigemi miura

位置情報許可のメッセージを日本語に修正

parent 37c8ef1e
...@@ -1230,8 +1230,8 @@ ...@@ -1230,8 +1230,8 @@
INFOPLIST_FILE = Sailassist/Info.plist; INFOPLIST_FILE = Sailassist/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = ""; INFOPLIST_KEY_LSApplicationCategoryType = "";
INFOPLIST_KEY_NSCameraUsageDescription = "QRコードの読み取りにカメラを使用します。"; INFOPLIST_KEY_NSCameraUsageDescription = "QRコードの読み取りにカメラを使用します。";
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "It records your location even when running in the background to determine your location."; INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "Fuel Switchingで使用します。「アプリの使用中は許可」または「常に許可」に設定してください。";
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "Record location information to identify your location."; INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "Fuel Switchingで使用します。「アプリの使用中は許可」を選択してください。";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES;
...@@ -1273,8 +1273,8 @@ ...@@ -1273,8 +1273,8 @@
INFOPLIST_FILE = Sailassist/Info.plist; INFOPLIST_FILE = Sailassist/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = ""; INFOPLIST_KEY_LSApplicationCategoryType = "";
INFOPLIST_KEY_NSCameraUsageDescription = "QRコードの読み取りにカメラを使用します。"; INFOPLIST_KEY_NSCameraUsageDescription = "QRコードの読み取りにカメラを使用します。";
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "It records your location even when running in the background to determine your location."; INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "Fuel Switchingで使用します。「アプリの使用中は許可」または「常に許可」に設定してください。";
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "Record location information to identify your location."; INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "Fuel Switchingで使用します。「アプリの使用中は許可」を選択してください。";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES;
...@@ -1459,8 +1459,8 @@ ...@@ -1459,8 +1459,8 @@
INFOPLIST_FILE = Sailassist/Info.plist; INFOPLIST_FILE = Sailassist/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = ""; INFOPLIST_KEY_LSApplicationCategoryType = "";
INFOPLIST_KEY_NSCameraUsageDescription = "QRコードの読み取りにカメラを使用します。"; INFOPLIST_KEY_NSCameraUsageDescription = "QRコードの読み取りにカメラを使用します。";
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "It records your location even when running in the background to determine your location."; INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "Fuel Switchingで使用します。「アプリの使用中は許可」または「常に許可」に設定してください。";
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "Record location information to identify your location."; INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "Fuel Switchingで使用します。「アプリの使用中は許可」を選択してください。";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES;
......
...@@ -65,7 +65,7 @@ struct InputUserNameView: View { ...@@ -65,7 +65,7 @@ struct InputUserNameView: View {
}) })
.alert(isPresented: $isEmptyAlert) { .alert(isPresented: $isEmptyAlert) {
return Alert(title: Text("Error"), return Alert(title: Text("Error"),
message: Text("User Nmae not entered.") message: Text("User Name not entered.")
) )
} }
.padding(.top, 40) .padding(.top, 40)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment