mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Fix bundle IDs
This commit is contained in:
parent
7973ff50ea
commit
155c62de77
2 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ public struct Logging {
|
|||
}
|
||||
|
||||
public struct Keychain {
|
||||
private static let keychain = KeychainAccess.Keychain(service: "com.robotsandpencils.xcodes")
|
||||
private static let keychain = KeychainAccess.Keychain(service: "com.robotsandpencils.XcodesApp")
|
||||
|
||||
public var getString: (String) throws -> String? = keychain.getString(_:)
|
||||
public func getString(_ key: String) throws -> String? {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import Path
|
||||
|
||||
extension Path {
|
||||
static let xcodesApplicationSupport = Path.applicationSupport/"com.robotsandpencils.xcodes"
|
||||
static let xcodesApplicationSupport = Path.applicationSupport/"com.robotsandpencils.XcodesApp"
|
||||
static let cacheFile = xcodesApplicationSupport/"available-xcodes.json"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue