mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-11 15:53:30 +01:00
Files
51f900a5bbd88e08e645c9aebb05fc65a5ea05f6
16 lines
291 B
Swift
16 lines
291 B
Swift
//
|
|||
// StoreApp+SideStore.swift
|
|||
// SideStore
|
|||
//
|
|||
// Created by naturecodevoid on 4/9/23.
|
|||
// Copyright © 2023 SideStore. All rights reserved.
|
|||
//
|
|||
|
|||
import AltStoreCore
|
|||
|
|||
extension StoreApp {
|
|||
var isSideStore: Bool {
|
|||
self.bundleIdentifier == Bundle.Info.appbundleIdentifier
|
|||
}
|
|||
}
|