Skip to content

Commit

Permalink
Use follow intent for twitter link!
Browse files Browse the repository at this point in the history
  • Loading branch information
n0shake committed Jul 6, 2021
1 parent cdeb20d commit b4359e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Clocker/Onboarding/FinalOnboardingViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class FinalOnboardingViewController: NSViewController {
}

@IBAction func localizationAction(_: Any) {
guard let localizationURL = URL(string: AboutUsConstants.TwitterLink),
guard let localizationURL = URL(string: AboutUsConstants.TwitterFollowIntentLink),
let languageCode = Locale.preferredLanguages.first else { return }

NSWorkspace.shared.open(localizationURL)
Expand Down
1 change: 1 addition & 0 deletions Clocker/Preferences/About/AboutViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ struct AboutUsConstants {
static let GitHubURL = "https://github.com/abhishekbanthia/Clocker/?ref=ClockerApp"
static let PayPalURL = "https://paypal.me/abhishekbanthia1712"
static let TwitterLink = "https://twitter.com/clocker_support/?ref=ClockerApp"
static let TwitterFollowIntentLink = "https://twitter.com/intent/follow?screen_name=clocker_support"
static let AppStoreLink = "macappstore://itunes.apple.com/us/app/clocker/id1056643111?action=write-review"
static let CrowdInLocalizationLink = "https://crwd.in/clocker"
}
Expand Down

0 comments on commit b4359e3

Please sign in to comment.