mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-16 10:13:27 +01:00
[cleanup]: renamed identifiers from io.altstore.xxxx to io.sidestore.xxxx
This commit is contained in:
@@ -15,8 +15,8 @@ import Nuke
|
||||
|
||||
extension UIAction.Identifier
|
||||
{
|
||||
fileprivate static let showAllApps = Self("io.altstore.ShowAllApps")
|
||||
fileprivate static let showSourceDetails = Self("io.altstore.ShowSourceDetails")
|
||||
fileprivate static let showAllApps = Self("io.sidestore.ShowAllApps")
|
||||
fileprivate static let showSourceDetails = Self("io.sidestore.ShowSourceDetails")
|
||||
}
|
||||
|
||||
extension FeaturedViewController
|
||||
|
||||
Reference in New Issue
Block a user