We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3af5ec0 + c30bda0 commit 883c805Copy full SHA for 883c805
trySwift/Info.plist
@@ -42,6 +42,7 @@
42
<string>simplytweet</string>
43
<string>tweetings</string>
44
<string>x-birdfeed</string>
45
+ <string>twitterrific</string>
46
<string>tweetbot</string>
47
<string>echofon</string>
48
<string>twit</string>
trySwift/Twitter.swift
@@ -15,6 +15,7 @@ enum Twitter {
15
static func urls(forUsername username: String) -> [String] {
16
return [
17
"twitter://user?screen_name=\(username)", // Twitter
18
+ "twitterrific://current/profile?screen_name=\(username)", // Twitterrific
19
"tweetbot://\(username)/user_profile/\(username)", // TweetBot
20
"echofon://user_timeline?\(username)", // Echofon
21
"twit://user?screen_name=\(username)", // Twittelator Pro
0 commit comments