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
37c8ef1e
Commit
37c8ef1e
authored
Jan 10, 2024
by
shigemi miura
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Help更新
parent
f8c506a2
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
9 additions
and
10 deletions
+9
-10
project.pbxproj
Seilassist/Sailassist.xcodeproj/project.pbxproj
+3
-3
MapTaskView.swift
Seilassist/Sailassist/Map/Task/View/MapTaskView.swift
+2
-1
MainTabView.swift
Seilassist/Sailassist/Tab/MainTabView.swift
+2
-4
bg_number_01.png
...ssist/html/Manual/content/images/sp/help/bg_number_01.png
+0
-0
bg_number_02.png
...ssist/html/Manual/content/images/sp/help/bg_number_02.png
+0
-0
bg_number_03.png
...ssist/html/Manual/content/images/sp/help/bg_number_03.png
+0
-0
bg_number_04.png
...ssist/html/Manual/content/images/sp/help/bg_number_04.png
+0
-0
bg_number_05.png
...ssist/html/Manual/content/images/sp/help/bg_number_05.png
+0
-0
bg_number_06.png
...ssist/html/Manual/content/images/sp/help/bg_number_06.png
+0
-0
help.html
Seilassist/Sailassist/html/Manual/help.html
+1
-1
help.jp.html
Seilassist/Sailassist/html/Manual/help.jp.html
+1
-1
No files found.
Seilassist/Sailassist.xcodeproj/project.pbxproj
View file @
37c8ef1e
...
@@ -1218,7 +1218,7 @@
...
@@ -1218,7 +1218,7 @@
CODE_SIGN_ENTITLEMENTS
=
Sailassist/Sailassist.entitlements
;
CODE_SIGN_ENTITLEMENTS
=
Sailassist/Sailassist.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
1
;
CURRENT_PROJECT_VERSION
=
5
;
DEVELOPMENT_ASSET_PATHS
=
"\"Sailassist/Preview Content\""
;
DEVELOPMENT_ASSET_PATHS
=
"\"Sailassist/Preview Content\""
;
DEVELOPMENT_TEAM
=
D2DC7QNNJ8
;
DEVELOPMENT_TEAM
=
D2DC7QNNJ8
;
ENABLE_PREVIEWS
=
YES
;
ENABLE_PREVIEWS
=
YES
;
...
@@ -1264,7 +1264,7 @@
...
@@ -1264,7 +1264,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME
=
AccentColor
;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME
=
AccentColor
;
CODE_SIGN_ENTITLEMENTS
=
Sailassist/Sailassist.entitlements
;
CODE_SIGN_ENTITLEMENTS
=
Sailassist/Sailassist.entitlements
;
CODE_SIGN_STYLE
=
Automatic
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
1
;
CURRENT_PROJECT_VERSION
=
5
;
DEVELOPMENT_ASSET_PATHS
=
"\"Sailassist/Preview Content\""
;
DEVELOPMENT_ASSET_PATHS
=
"\"Sailassist/Preview Content\""
;
DEVELOPMENT_TEAM
=
D2DC7QNNJ8
;
DEVELOPMENT_TEAM
=
D2DC7QNNJ8
;
ENABLE_PREVIEWS
=
YES
;
ENABLE_PREVIEWS
=
YES
;
...
@@ -1447,7 +1447,7 @@
...
@@ -1447,7 +1447,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME
=
AccentColor
;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME
=
AccentColor
;
CODE_SIGN_ENTITLEMENTS
=
Sailassist/Sailassist.entitlements
;
CODE_SIGN_ENTITLEMENTS
=
Sailassist/Sailassist.entitlements
;
CODE_SIGN_STYLE
=
Automatic
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
1
;
CURRENT_PROJECT_VERSION
=
5
;
DEVELOPMENT_ASSET_PATHS
=
"\"Sailassist/Preview Content\""
;
DEVELOPMENT_ASSET_PATHS
=
"\"Sailassist/Preview Content\""
;
DEVELOPMENT_TEAM
=
D2DC7QNNJ8
;
DEVELOPMENT_TEAM
=
D2DC7QNNJ8
;
ENABLE_PREVIEWS
=
YES
;
ENABLE_PREVIEWS
=
YES
;
...
...
Seilassist/Sailassist/Map/Task/View/MapTaskView.swift
View file @
37c8ef1e
...
@@ -28,10 +28,12 @@ struct MapTaskView: View {
...
@@ -28,10 +28,12 @@ struct MapTaskView: View {
var
body
:
some
View
{
var
body
:
some
View
{
VStack
{
VStack
{
if
UIDevice
.
current
.
userInterfaceIdiom
==
.
phone
{
Capsule
()
Capsule
()
.
foregroundColor
(
ColorSet
.
ScrollBarColor
.
color
)
.
foregroundColor
(
ColorSet
.
ScrollBarColor
.
color
)
.
frame
(
width
:
45
,
height
:
3
)
.
frame
(
width
:
45
,
height
:
3
)
.
padding
(
.
top
,
10
)
.
padding
(
.
top
,
10
)
}
//タイトルエリア
//タイトルエリア
HStack
{
HStack
{
...
@@ -85,7 +87,6 @@ struct MapTaskView: View {
...
@@ -85,7 +87,6 @@ struct MapTaskView: View {
.
onAppear
{
.
onAppear
{
let
appVersionModel
=
AppVersionModel
()
let
appVersionModel
=
AppVersionModel
()
appVersionModel
.
start
()
appVersionModel
.
start
()
// EcaCoordinatesTable().setEcaData()
}
}
.
alert
(
""
,
isPresented
:
$
eca
.
isShowEcaAlert
)
{
.
alert
(
""
,
isPresented
:
$
eca
.
isShowEcaAlert
)
{
if
let
ecaArea
=
eca
.
ecaArea
.
map
({
$0
.
1
})
.
filter
({
$0
.
isRunning
})
.
first
{
if
let
ecaArea
=
eca
.
ecaArea
.
map
({
$0
.
1
})
.
filter
({
$0
.
isRunning
})
.
first
{
...
...
Seilassist/Sailassist/Tab/MainTabView.swift
View file @
37c8ef1e
...
@@ -84,14 +84,12 @@ struct MainTabView: View {
...
@@ -84,14 +84,12 @@ struct MainTabView: View {
.
tag
(
Tab
.
menu
)
.
tag
(
Tab
.
menu
)
}
}
.
hideNativeTabBar
()
.
hideNativeTabBar
()
.
popover
(
isPresented
:
.
constant
(
isPopover
),
attachmentAnchor
:
.
point
(
.
bottom
)
,
arrowEdge
:
.
bottom
)
{
.
popover
(
isPresented
:
.
constant
(
isPopover
),
attachmentAnchor
:
.
point
(
.
bottom
))
{
MapTaskView
()
MapTaskView
()
.
presentationCompactAdaptation
(
.
none
)
.
presentationCompactAdaptation
(
.
none
)
.
zIndex
(
0
)
.
zIndex
(
0
)
.
presentationDragIndicator
(
.
hidden
)
.
frame
(
minWidth
:
300
,
maxHeight
:
500
)
.
frame
(
minWidth
:
300
,
maxHeight
:
500
)
// .frame(minWidth: 0, maxWidth: 300, minHeight: 0, maxHeight: 600, alignment: .center)
.
aspectRatio
(
contentMode
:
.
fit
)
// .aspectRatio(contentMode: .fit)
.
presentationCornerRadius
(
15
)
.
presentationCornerRadius
(
15
)
.
presentationBackgroundInteraction
(
.
enabled
(
upThrough
:
.
medium
))
.
presentationBackgroundInteraction
(
.
enabled
(
upThrough
:
.
medium
))
.
presentationBackground
(
ColorSet
.
BackgroundSecondary
.
color
)
.
presentationBackground
(
ColorSet
.
BackgroundSecondary
.
color
)
...
...
Seilassist/Sailassist/html/Manual/content/images/sp/help/bg_number_01.png
0 → 100644
View file @
37c8ef1e
448 Bytes
Seilassist/Sailassist/html/Manual/content/images/sp/help/bg_number_02.png
0 → 100644
View file @
37c8ef1e
544 Bytes
Seilassist/Sailassist/html/Manual/content/images/sp/help/bg_number_03.png
0 → 100644
View file @
37c8ef1e
538 Bytes
Seilassist/Sailassist/html/Manual/content/images/sp/help/bg_number_04.png
0 → 100644
View file @
37c8ef1e
498 Bytes
Seilassist/Sailassist/html/Manual/content/images/sp/help/bg_number_05.png
0 → 100644
View file @
37c8ef1e
531 Bytes
Seilassist/Sailassist/html/Manual/content/images/sp/help/bg_number_06.png
0 → 100644
View file @
37c8ef1e
567 Bytes
Seilassist/Sailassist/html/Manual/help.html
View file @
37c8ef1e
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<div
id=
"wrap"
>
<div
id=
"wrap"
>
<div
id=
"header"
>
<div
id=
"header"
>
<h1>
S
SV Mobile
</h1>
<h1>
S
ail Assist
</h1>
</div>
</div>
<div
id=
"contents"
>
<div
id=
"contents"
>
...
...
Seilassist/Sailassist/html/Manual/help.jp.html
View file @
37c8ef1e
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<div
id=
"wrap"
>
<div
id=
"wrap"
>
<div
id=
"header"
>
<div
id=
"header"
>
<h1>
S
SV Mobile
</h1>
<h1>
S
ail Assist
</h1>
</div>
</div>
<div
id=
"contents"
>
<div
id=
"contents"
>
...
...
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