From 992fb9839a4213df98cf2b7f1d103005951e6f37 Mon Sep 17 00:00:00 2001 From: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> Date: Wed, 31 Aug 2022 05:11:15 -0700 Subject: [PATCH 1/4] Update SettingsViewController.swift Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> --- AltStore/Settings/SettingsViewController.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/AltStore/Settings/SettingsViewController.swift b/AltStore/Settings/SettingsViewController.swift index 32562d1b..2e5d4339 100644 --- a/AltStore/Settings/SettingsViewController.swift +++ b/AltStore/Settings/SettingsViewController.swift @@ -100,11 +100,11 @@ class SettingsViewController: UITableViewController if let version = Bundle.main.object(forInfoDictionaryKey: "CFBundleShortVersionString") as? String { - self.versionLabel.text = NSLocalizedString(String(format: "AltStore %@", version), comment: "AltStore Version") + self.versionLabel.text = NSLocalizedString(String(format: "SideStore %@", version), comment: "SideStore Version") } else { - self.versionLabel.text = NSLocalizedString("AltStore", comment: "") + self.versionLabel.text = NSLocalizedString("SideStore", comment: "") } self.tableView.contentInset.bottom = 20 @@ -168,7 +168,7 @@ private extension SettingsViewController } else { - settingsHeaderFooterView.secondaryLabel.text = NSLocalizedString("Sign in with your Apple ID to download apps from AltStore.", comment: "") + settingsHeaderFooterView.secondaryLabel.text = NSLocalizedString("Sign in with your Apple ID to download apps from SideStore.", comment: "") } case .patreon: @@ -178,7 +178,7 @@ private extension SettingsViewController } else { - settingsHeaderFooterView.secondaryLabel.text = NSLocalizedString("Receive access to beta versions of AltStore, Delta, and more by becoming a patron.", comment: "") + settingsHeaderFooterView.secondaryLabel.text = NSLocalizedString("Don't Touch this button above =) ", comment: "") } case .account: @@ -195,7 +195,7 @@ private extension SettingsViewController } else { - settingsHeaderFooterView.secondaryLabel.text = NSLocalizedString("Enable Background Refresh to automatically refresh apps in the background when connected to the same Wi-Fi as AltServer.", comment: "") + settingsHeaderFooterView.secondaryLabel.text = NSLocalizedString("Enable Background Refresh to automatically refresh apps in the background when connected to the same Wi-Fi as SideServer.", comment: "") } case .instructions: @@ -468,7 +468,7 @@ extension SettingsViewController let row = CreditsRow.allCases[indexPath.row] switch row { - case .developer: self.openTwitter(username: "rileytestut") + case .developer: self.openTwitter(username: "SideTeam") case .operations: self.openTwitter(username: "shanegillio") case .designer: self.openTwitter(username: "1carolinemoore") case .softwareLicenses: break From be20c024aaaf2e9e55e2f8b99a70b2e211eda8be Mon Sep 17 00:00:00 2001 From: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> Date: Wed, 31 Aug 2022 11:15:52 -0700 Subject: [PATCH 2/4] Change wording of accessing local traffic Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> --- AltStore/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltStore/Info.plist b/AltStore/Info.plist index a35b771d..9abe557d 100644 --- a/AltStore/Info.plist +++ b/AltStore/Info.plist @@ -90,7 +90,7 @@ _altserver._tcp NSLocalNetworkUsageDescription - AltStore uses the local network to find and communicate with AltServer. + SideStore uses the local network to find and communicate with SideServer. NSUserActivityTypes RefreshAllIntent From 7a2825da9adccc623da07ce75099ba08beb1114e Mon Sep 17 00:00:00 2001 From: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> Date: Wed, 14 Sep 2022 04:19:56 -0700 Subject: [PATCH 3/4] Remove patreon footer description Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> --- AltStore/Settings/SettingsViewController.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/AltStore/Settings/SettingsViewController.swift b/AltStore/Settings/SettingsViewController.swift index 2e5d4339..d9631de3 100644 --- a/AltStore/Settings/SettingsViewController.swift +++ b/AltStore/Settings/SettingsViewController.swift @@ -176,10 +176,6 @@ private extension SettingsViewController { settingsHeaderFooterView.primaryLabel.text = NSLocalizedString("PATREON", comment: "") } - else - { - settingsHeaderFooterView.secondaryLabel.text = NSLocalizedString("Don't Touch this button above =) ", comment: "") - } case .account: settingsHeaderFooterView.primaryLabel.text = NSLocalizedString("ACCOUNT", comment: "") From f65eba606e4d89cfccea0535fa18b72627686a65 Mon Sep 17 00:00:00 2001 From: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> Date: Wed, 14 Sep 2022 04:27:26 -0700 Subject: [PATCH 4/4] Revert Patreon Description to avoid conflict. Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> --- AltStore/Settings/SettingsViewController.swift | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/AltStore/Settings/SettingsViewController.swift b/AltStore/Settings/SettingsViewController.swift index d9631de3..64c6790e 100644 --- a/AltStore/Settings/SettingsViewController.swift +++ b/AltStore/Settings/SettingsViewController.swift @@ -176,7 +176,11 @@ private extension SettingsViewController { settingsHeaderFooterView.primaryLabel.text = NSLocalizedString("PATREON", comment: "") } - + else + { + settingsHeaderFooterView.secondaryLabel.text = NSLocalizedString("Receive access to beta versions of AltStore, Delta, and more by becoming a patron.", comment: "") + } + case .account: settingsHeaderFooterView.primaryLabel.text = NSLocalizedString("ACCOUNT", comment: "")