From 0a65cfe4af49acc985d23ea524a67b90849c6500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Go=CC=88drei=20Krisztia=CC=81n?= Date: Fri, 4 Oct 2019 09:03:58 +0200 Subject: [PATCH 1/2] Fix new Apple certificates listing --- codesign/certificates.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codesign/certificates.go b/codesign/certificates.go index cae50270..55d2f94b 100644 --- a/codesign/certificates.go +++ b/codesign/certificates.go @@ -29,13 +29,13 @@ var ( "Mac Developer", // type: "Mac Development" "3rd Party Mac Developer Application", // type: "Mac App Distribution" "Developer ID Application", // type: "Developer ID Application" + "Apple Development", // type: "iOS Development for Xcode 11", id: "83Q87W3TGH" + "Apple Distribution", // type: "iOS Distribution for Xcode 11", id: "WXV89964HE" } 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" } ) From ba5f549cfb1b708d59831024ee020b2dec5433fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Go=CC=88drei=20Krisztia=CC=81n?= Date: Fri, 4 Oct 2019 09:13:02 +0200 Subject: [PATCH 2/2] PR update --- codesign/certificates.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/codesign/certificates.go b/codesign/certificates.go index 55d2f94b..dbd95d83 100644 --- a/codesign/certificates.go +++ b/codesign/certificates.go @@ -21,16 +21,16 @@ 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: "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" } macOSInstallerCertificateNames = []string{