From c5b0072443825fc37451436a95e8125e5f4e9d37 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Thu, 19 Sep 2019 11:29:10 -0700 Subject: [PATCH] Changes app icon + primary tint color --- AltStore/App Detail/AppViewController.swift | 2 +- AltStore/AppDelegate.swift | 2 +- .../Authentication/Authentication.storyboard | 12 ++++---- AltStore/Base.lproj/Main.storyboard | 26 +++++++++--------- AltStore/Browse/BrowseViewController.swift | 2 +- AltStore/Extensions/UIColor+AltStore.swift | 3 +- AltStore/My Apps/MyAppsViewController.swift | 14 +++++----- .../AppIcon.appiconset/Contents.json | 6 ++-- .../AppIcon.appiconset/Group 23.png | Bin 0 -> 283825 bytes .../AppIcon.appiconset/Group 23_120.png | Bin 0 -> 11798 bytes .../AppIcon.appiconset/Group 23_180.png | Bin 0 -> 21552 bytes .../AppIcon.appiconset/Group 41024.png | Bin 180831 -> 0 bytes .../AppIcon.appiconset/Group 4120.png | Bin 8399 -> 0 bytes .../AppIcon.appiconset/Group 4180.png | Bin 14708 -> 0 bytes .../Contents.json | 6 ++-- AltStore/Resources/apps.json | 10 +++---- AltStore/Settings/Settings.storyboard | 22 +++++++-------- .../Settings/SettingsViewController.swift | 4 +-- 18 files changed, 55 insertions(+), 54 deletions(-) create mode 100644 AltStore/Resources/Assets.xcassets/AppIcon.appiconset/Group 23.png create mode 100644 AltStore/Resources/Assets.xcassets/AppIcon.appiconset/Group 23_120.png create mode 100644 AltStore/Resources/Assets.xcassets/AppIcon.appiconset/Group 23_180.png delete mode 100644 AltStore/Resources/Assets.xcassets/AppIcon.appiconset/Group 41024.png delete mode 100644 AltStore/Resources/Assets.xcassets/AppIcon.appiconset/Group 4120.png delete mode 100644 AltStore/Resources/Assets.xcassets/AppIcon.appiconset/Group 4180.png rename AltStore/Resources/Assets.xcassets/Colors/{Red.colorset => Primary.colorset}/Contents.json (76%) diff --git a/AltStore/App Detail/AppViewController.swift b/AltStore/App Detail/AppViewController.swift index 37a6b31a..d2b4ff5c 100644 --- a/AltStore/App Detail/AppViewController.swift +++ b/AltStore/App Detail/AppViewController.swift @@ -392,7 +392,7 @@ private extension AppViewController navigationController?.navigationBar.barStyle = .default navigationController?.navigationBar.alpha = 1.0 navigationController?.navigationBar.barTintColor = .white - navigationController?.navigationBar.tintColor = .altRed + navigationController?.navigationBar.tintColor = .altPrimary } func hideNavigationBar(for navigationController: UINavigationController? = nil) diff --git a/AltStore/AppDelegate.swift b/AltStore/AppDelegate.swift index 3ff9c071..8ab9548d 100644 --- a/AltStore/AppDelegate.swift +++ b/AltStore/AppDelegate.swift @@ -96,7 +96,7 @@ private extension AppDelegate { func setTintColor() { - self.window?.tintColor = .altRed + self.window?.tintColor = .altPrimary } } diff --git a/AltStore/Authentication/Authentication.storyboard b/AltStore/Authentication/Authentication.storyboard index aaa18187..e6147fe3 100644 --- a/AltStore/Authentication/Authentication.storyboard +++ b/AltStore/Authentication/Authentication.storyboard @@ -19,7 +19,7 @@ - + @@ -209,7 +209,7 @@ - + @@ -407,7 +407,7 @@ - + @@ -435,9 +435,9 @@ - - + + - + diff --git a/AltStore/Base.lproj/Main.storyboard b/AltStore/Base.lproj/Main.storyboard index 2323b4b4..fb2a841e 100644 --- a/AltStore/Base.lproj/Main.storyboard +++ b/AltStore/Base.lproj/Main.storyboard @@ -134,7 +134,7 @@ - + @@ -145,10 +145,10 @@ - + - + - + @@ -170,7 +170,7 @@