mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-11 07:43:28 +01:00
XCode project for app, moved app project to folder
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// ALTApplication+AltStoreApp.swift
|
||||
// AltStore
|
||||
//
|
||||
// Created by Riley Testut on 11/11/20.
|
||||
// Copyright © 2020 Riley Testut. All rights reserved.
|
||||
//
|
||||
|
||||
import AltSign
|
||||
|
||||
extension ALTApplication {
|
||||
static let altstoreBundleID = Bundle.Info.appbundleIdentifier
|
||||
|
||||
var isAltStoreApp: Bool {
|
||||
let isAltStoreApp = bundleIdentifier.contains(ALTApplication.altstoreBundleID)
|
||||
return isAltStoreApp
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user