Skip to content

Commit

Permalink
add help link
Browse files Browse the repository at this point in the history
  • Loading branch information
lithium0003 committed Apr 24, 2022
1 parent 13339c0 commit 8cf1c63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sshview.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_ASSET_PATHS = "\"sshview/Preview Content\"";
DEVELOPMENT_TEAM = 7A9X38B4YU;
ENABLE_PREVIEWS = YES;
Expand Down Expand Up @@ -369,7 +369,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_ASSET_PATHS = "\"sshview/Preview Content\"";
DEVELOPMENT_TEAM = 7A9X38B4YU;
ENABLE_PREVIEWS = YES;
Expand Down
3 changes: 3 additions & 0 deletions sshview/MainView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ struct MainView: View {
Section("User") {
NavigationLink("User ID", destination: UserIdList())
}
Section("Help") {
Link("Online Help", destination: URL(string: "https://lithium03.info/ios/sshview.en.html#help")!)
}
}
.navigationTitle("SSH View")
}
Expand Down

0 comments on commit 8cf1c63

Please sign in to comment.