File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/OversizeAppStoreServices/Auth Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ public struct EnvAuthenticator: Authenticator {
2323 throw Error . missingEnvironmentVariable ( " AppStore.Account " )
2424 }
2525
26- guard let appStoreIssuerID = storage. getPassword ( for: " AppConnector -IssuerID-" + keyLabel) else {
26+ guard let appStoreIssuerID = storage. getPassword ( for: " DevConnector -IssuerID-" + keyLabel) else {
2727 logError ( " Get Keychain value for IssuerID " )
2828 throw Error . missingEnvironmentVariable ( " AppStore.Key.Default " )
2929 }
3030
31- guard let appStoreCertificate = storage. getCredentials ( with: " AppConnector -Certificate-" + keyLabel) else {
31+ guard let appStoreCertificate = storage. getCredentials ( with: " DevConnector -Certificate-" + keyLabel) else {
3232 logError ( " Get Keychain value for Certificate " )
3333 throw Error . missingEnvironmentVariable ( " AppStore.Key.Default " )
3434 }
You can’t perform that action at this time.
0 commit comments