mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Redesigns store page permissions UI to show all entitlements and privacy permissions
This commit is contained in:
14
AltStore/Extensions/UIColor+AltStore.swift
Normal file
14
AltStore/Extensions/UIColor+AltStore.swift
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// UIColor+AltStore.swift
|
||||
// AltStore
|
||||
//
|
||||
// Created by Riley Testut on 5/23/23.
|
||||
// Copyright © 2023 Riley Testut. All rights reserved.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
||||
extension UIColor
|
||||
{
|
||||
static let altBackground = UIColor(named: "Background")!
|
||||
}
|
||||
Reference in New Issue
Block a user