secretive/Sources/Secretive/Helpers/BundleIDs.swift

8 lines
250 B
Swift
Raw Normal View History

import Foundation
extension Bundle {
2022-01-03 06:15:18 +00:00
public var agentBundleID: String { "Z72PRUAWF6.com.maxgoedjen.Secretive.SecretAgent" }
public var hostBundleID: String {(self.bundleIdentifier?.replacingOccurrences(of: "SecretAgent", with: "Host"))!}
}