diff --git a/codesign/certificates.go b/codesign/certificates.go index cae50270..dbd95d83 100644 --- a/codesign/certificates.go +++ b/codesign/certificates.go @@ -21,21 +21,21 @@ var ( iOSCertificateNames = []string{ "iPhone Developer", // type: "iOS Development" "iPhone Distribution", // type: "iOS Distribution" - "Apple Development", // type: "iOS Development for Xcode 11", id: "83Q87W3TGH" - "Apple Distribution", // type: "iOS Distribution for Xcode 11", id: "WXV89964HE" + "Apple Development", // type: "Apple Development" + "Apple Distribution", // type: "Apple Distribution" } macOSCertificateNames = []string{ "Mac Developer", // type: "Mac Development" "3rd Party Mac Developer Application", // type: "Mac App Distribution" "Developer ID Application", // type: "Developer ID Application" + "Apple Development", // type: "Apple Development" + "Apple Distribution", // type: "Apple Distribution" } macOSInstallerCertificateNames = []string{ "3rd Party Mac Developer Installer", // type: "Mac Installer Distribution" "Developer ID Installer", // type: "Developer ID Installer" - "Apple Development", // type: "iOS Development for Xcode 11", id: "83Q87W3TGH" - "Apple Distribution", // type: "iOS Distribution for Xcode 11", id: "WXV89964HE" } )