Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Sailassist
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
54
Merge Requests
54
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gr-ssv
Sailassist
Commits
ab7bd0d5
Commit
ab7bd0d5
authored
Jan 11, 2024
by
shigemi miura
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
位置情報許可のメッセージを日本語に修正
parent
37c8ef1e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
project.pbxproj
Seilassist/Sailassist.xcodeproj/project.pbxproj
+6
-6
InputUserNameView.swift
Seilassist/Sailassist/Login/View/InputUserNameView.swift
+1
-1
No files found.
Seilassist/Sailassist.xcodeproj/project.pbxproj
View file @
ab7bd0d5
...
...
@@ -1230,8 +1230,8 @@
INFOPLIST_FILE
=
Sailassist/Info.plist
;
INFOPLIST_KEY_LSApplicationCategoryType
=
""
;
INFOPLIST_KEY_NSCameraUsageDescription
=
"QRコードの読み取りにカメラを使用します。"
;
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription
=
"
It records your location even when running in the background to determine your location.
"
;
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription
=
"
Record location information to identify your location.
"
;
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription
=
"
Fuel Switchingで使用します。「アプリの使用中は許可」または「常に許可」に設定してください。
"
;
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription
=
"
Fuel Switchingで使用します。「アプリの使用中は許可」を選択してください。
"
;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation
=
YES
;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents
=
YES
;
INFOPLIST_KEY_UILaunchScreen_Generation
=
YES
;
...
...
@@ -1273,8 +1273,8 @@
INFOPLIST_FILE
=
Sailassist/Info.plist
;
INFOPLIST_KEY_LSApplicationCategoryType
=
""
;
INFOPLIST_KEY_NSCameraUsageDescription
=
"QRコードの読み取りにカメラを使用します。"
;
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription
=
"
It records your location even when running in the background to determine your location.
"
;
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription
=
"
Record location information to identify your location.
"
;
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription
=
"
Fuel Switchingで使用します。「アプリの使用中は許可」または「常に許可」に設定してください。
"
;
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription
=
"
Fuel Switchingで使用します。「アプリの使用中は許可」を選択してください。
"
;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation
=
YES
;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents
=
YES
;
INFOPLIST_KEY_UILaunchScreen_Generation
=
YES
;
...
...
@@ -1459,8 +1459,8 @@
INFOPLIST_FILE
=
Sailassist/Info.plist
;
INFOPLIST_KEY_LSApplicationCategoryType
=
""
;
INFOPLIST_KEY_NSCameraUsageDescription
=
"QRコードの読み取りにカメラを使用します。"
;
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription
=
"
It records your location even when running in the background to determine your location.
"
;
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription
=
"
Record location information to identify your location.
"
;
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription
=
"
Fuel Switchingで使用します。「アプリの使用中は許可」または「常に許可」に設定してください。
"
;
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription
=
"
Fuel Switchingで使用します。「アプリの使用中は許可」を選択してください。
"
;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation
=
YES
;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents
=
YES
;
INFOPLIST_KEY_UILaunchScreen_Generation
=
YES
;
...
...
Seilassist/Sailassist/Login/View/InputUserNameView.swift
View file @
ab7bd0d5
...
...
@@ -65,7 +65,7 @@ struct InputUserNameView: View {
})
.
alert
(
isPresented
:
$
isEmptyAlert
)
{
return
Alert
(
title
:
Text
(
"Error"
),
message
:
Text
(
"User N
ma
e not entered."
)
message
:
Text
(
"User N
am
e not entered."
)
)
}
.
padding
(
.
top
,
40
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment