This commit is contained in:
Max Goedjen
2022-02-16 22:02:57 -08:00
parent ba1c4c1563
commit 93b51f9e9b
9 changed files with 52 additions and 100 deletions

View File

@@ -4,4 +4,5 @@ import Foundation
extension Bundle {
public var agentBundleID: String {(self.bundleIdentifier?.replacingOccurrences(of: "Host", with: "SecretAgent"))!}
public var hostBundleID: String {(self.bundleIdentifier?.replacingOccurrences(of: "SecretAgent", with: "Host"))!}
public var updaterBundleID: String { "Z72PRUAWF6.com.maxgoedjen.SecretiveUpdater" }
}