File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,10 @@ const (
1919
2020var (
2121 iOSCertificateNames = []string {
22- "iPhone Developer" , //type: "iOS Development"
22+ "iPhone Developer" , // type: "iOS Development"
2323 "iPhone Distribution" , // type: "iOS Distribution"
24+ "Apple Development" , // type: "iOS Development for Xcode 11", id: "83Q87W3TGH"
25+ "Apple Distribution" , // type: "iOS Distribution for Xcode 11", id: "WXV89964HE"
2426 }
2527
2628 macOSCertificateNames = []string {
3234 macOSInstallerCertificateNames = []string {
3335 "3rd Party Mac Developer Installer" , // type: "Mac Installer Distribution"
3436 "Developer ID Installer" , // type: "Developer ID Installer"
37+ "Apple Development" , // type: "iOS Development for Xcode 11", id: "83Q87W3TGH"
38+ "Apple Distribution" , // type: "iOS Distribution for Xcode 11", id: "WXV89964HE"
3539 }
3640)
3741
You can’t perform that action at this time.
0 commit comments