Skip to content

Commit

Permalink
add a link to join TestFlight in the app's settings
Browse files Browse the repository at this point in the history
  • Loading branch information
c99koder committed Feb 28, 2019
1 parent 28ebca1 commit 64387c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions IRCCloud/Classes/SettingsViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,9 @@ -(void)refresh {
@{@"title":@"Feedback Channel", @"selected":^{[self dismissViewControllerAnimated:YES completion:^{
[(AppDelegate *)([UIApplication sharedApplication].delegate) launchURL:[NSURL URLWithString:@"irc://irc.irccloud.com/%23feedback"]];
}];}},
#ifndef ENTERPRISE
@{@"title":@"Become a Beta Tester", @"selected":^{[(AppDelegate *)([UIApplication sharedApplication].delegate) launchURL:[NSURL URLWithString:@"https://testflight.apple.com/join/MApr7Une"]];}},
#endif
@{@"title":@"FAQ", @"selected":^{[(AppDelegate *)([UIApplication sharedApplication].delegate) launchURL:[NSURL URLWithString:@"https://www.irccloud.com/faq"]];}},
@{@"title":@"Version History", @"selected":^{[(AppDelegate *)([UIApplication sharedApplication].delegate) launchURL:[NSURL URLWithString:@"https://github.com/irccloud/ios/releases"]];}},
@{@"title":@"Open-Source Licenses", @"selected":^{[self.navigationController pushViewController:[[LicenseViewController alloc] init] animated:YES];}},
Expand Down

0 comments on commit 64387c7

Please sign in to comment.