mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Limits adding sources to allowed identifiers in non-BETA builds
This commit is contained in:
@@ -33,6 +33,10 @@ public extension Source
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
static let exampleIdentifier = "io.altstore.example"
|
||||
|
||||
static let allowedIdentifiers: Set<String> = [exampleIdentifier]
|
||||
}
|
||||
|
||||
@objc(Source)
|
||||
|
||||
Reference in New Issue
Block a user