From 202b7ff5f4c44034499be8eec3833d64da0547b0 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sat, 25 May 2019 14:52:31 -0500 Subject: [PATCH] Remove App Camp for Girls donation link. --- iOS/Settings/Settings.storyboard | 35 +++++------------------ iOS/Settings/SettingsViewController.swift | 4 +-- 2 files changed, 8 insertions(+), 31 deletions(-) diff --git a/iOS/Settings/Settings.storyboard b/iOS/Settings/Settings.storyboard index f3562e076..25dc9cd27 100644 --- a/iOS/Settings/Settings.storyboard +++ b/iOS/Settings/Settings.storyboard @@ -146,31 +146,10 @@ - - - - - - - - - - - - - - - - + @@ -200,7 +179,7 @@ - + @@ -228,7 +207,7 @@ - + @@ -252,7 +231,7 @@ - + @@ -269,7 +248,7 @@ - + @@ -441,7 +420,7 @@ - + @@ -558,7 +537,7 @@ - + diff --git a/iOS/Settings/SettingsViewController.swift b/iOS/Settings/SettingsViewController.swift index f395d62d1..52c7da5f7 100644 --- a/iOS/Settings/SettingsViewController.swift +++ b/iOS/Settings/SettingsViewController.swift @@ -131,13 +131,11 @@ class SettingsViewController: UITableViewController { UIApplication.shared.open(URL(string: "https://ranchero.com/netnewswire/")!, options: [:]) } case 2: - UIApplication.shared.open(URL(string: "https://appcamp4girls.com/contribute/")!, options: [:]) - case 3: if indexPath.row == 1 { let timeline = UIStoryboard.settings.instantiateController(ofType: TimelineNumberOfLinesViewController.self) self.navigationController?.pushViewController(timeline, animated: true) } - case 4: + case 3: switch indexPath.row { case 0: let timeline = UIStoryboard.settings.instantiateController(ofType: RefreshIntervalViewController.self)