-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(Jyutping App) Improve AboutView and MacAboutView
- Loading branch information
1 parent
a061df2
commit 7fcb1b8
Showing
3 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,17 +30,16 @@ struct AppMaster { | |
return marketingVersion + " (" + currentProjectVersion + ")" | ||
}() | ||
|
||
/// `https://jyutping.app` | ||
static let websiteAddress: String = "https://jyutping.app" | ||
|
||
/// `https://jyutping.app` | ||
static let websiteURL: URL = URL(string: websiteAddress)! | ||
|
||
/// `https://apps.apple.com/hk/app/id1509367629` | ||
static let appStoreAddress: String = "https://apps.apple.com/hk/app/id1509367629" | ||
static let jyutping4MacAddress: String = "https://jyutping.app/mac" | ||
static let privacyPolicyAddress: String = "https://jyutping.app/privacy" | ||
static let faqAddress: String = "https://jyutping.app/faq" | ||
|
||
/// Email Feedback | ||
static let emailAddress: String = "[email protected]" | ||
static let sourceCodeAddress: String = "https://github.com/yuetyam/jyutping" | ||
static let appStoreAddress: String = "https://apps.apple.com/hk/app/id1509367629" | ||
static let emailAddress: String = "[email protected]" | ||
} | ||
|
||
extension AppMaster { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters