spaceship/lib/spaceship/connect_api/models/certificate.rb in fastlane-2.197.0 vs spaceship/lib/spaceship/connect_api/models/certificate.rb in fastlane-2.198.0
- old
+ new
@@ -39,9 +39,12 @@
MAC_APP_DISTRIBUTION = "MAC_APP_DISTRIBUTION"
MAC_INSTALLER_DISTRIBUTION = "MAC_INSTALLER_DISTRIBUTION"
MAC_APP_DEVELOPMENT = "MAC_APP_DEVELOPMENT"
DEVELOPER_ID_KEXT = "DEVELOPER_ID_KEXT"
DEVELOPER_ID_APPLICATION = "DEVELOPER_ID_APPLICATION"
+
+ # As of 2021-11-09, this is only available with Apple ID auth
+ DEVELOPER_ID_INSTALLER = "DEVELOPER_ID_INSTALLER"
end
def self.type
return "certificates"
end