Skip to content

Commit

Permalink
Replace twitter link
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Feb 26, 2024
1 parent 9098154 commit 9f8a776
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/AboutViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ @interface AboutViewController ()

@property (weak, nonatomic) IBOutlet UITableViewCell *sendFeedback;
@property (weak, nonatomic) IBOutlet UITableViewCell *openGithub;
@property (weak, nonatomic) IBOutlet UITableViewCell *openTwitter;
@property (weak, nonatomic) IBOutlet UITableViewCell *openMastodon;
@property (weak, nonatomic) IBOutlet UITableViewCell *openDiscord;

@property (weak, nonatomic) IBOutlet UITableViewCell *upgradeApkCell;
Expand Down Expand Up @@ -106,8 +106,8 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
[UIApplication openURL:@"mailto:[email protected]?subject=Feedback%20for%20iSH"];
} else if (cell == self.openGithub) {
[UIApplication openURL:@"https://github.com/ish-app/ish"];
} else if (cell == self.openTwitter) {
[UIApplication openURL:@"https://twitter.com/tblodt"];
} else if (cell == self.openMastodon) {
[UIApplication openURL:@"https://publ.ish.app/ish"];
} else if (cell == self.openDiscord) {
[UIApplication openURL:@"https://discord.gg/HFAXj44"];
} else if (cell == self.exportContainerCell) {
Expand Down
4 changes: 2 additions & 2 deletions app/Base.lproj/About.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
<rect key="frame" x="0.0" y="0.0" width="293.5" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="@tblodt on Twitter" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="wyO-AY-ccm">
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="iSH on Mastodon" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="wyO-AY-ccm">
<rect key="frame" x="16" y="0.0" width="269.5" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
Expand Down Expand Up @@ -393,7 +393,7 @@
<outlet property="launchCommandField" destination="gDx-hv-hhV" id="RQn-gk-Dx8"/>
<outlet property="openDiscord" destination="K5r-jy-Dzl" id="b4l-Vr-6l8"/>
<outlet property="openGithub" destination="F4i-eC-hQ6" id="66M-sQ-RJR"/>
<outlet property="openTwitter" destination="bge-GA-6p8" id="r0A-lN-0e0"/>
<outlet property="openMastodon" destination="bge-GA-6p8" id="El9-To-qws"/>
<outlet property="resetMountsCell" destination="Bqt-ud-CI0" id="2AS-2S-XCr"/>
<outlet property="saddamHussein" destination="bcR-YQ-PkC" id="mUA-6I-CB9"/>
<outlet property="sendFeedback" destination="gMm-4C-5X3" id="nhX-ZH-zyP"/>
Expand Down

0 comments on commit 9f8a776

Please sign in to comment.