From ea59d8fc17762ea5943d4761d92ec60ee22df19a Mon Sep 17 00:00:00 2001 From: Nate Walck Date: Wed, 19 Jun 2024 13:37:36 -0700 Subject: [PATCH] Update io.macadmins.asset.exampledaemon.json ddm expects application/xml as the data type. --- assets/io.macadmins.asset.exampledaemon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/io.macadmins.asset.exampledaemon.json b/assets/io.macadmins.asset.exampledaemon.json index bd91c74..7ccdecd 100644 --- a/assets/io.macadmins.asset.exampledaemon.json +++ b/assets/io.macadmins.asset.exampledaemon.json @@ -3,7 +3,7 @@ "Type": "com.apple.asset.data", "Payload": { "Reference": { - "ContentType": "text/xml", + "ContentType": "application/xml", "DataURL": "https://files.macadmins.io/io.macadmins.exampledaemon.plist", "Hash-SHA-256": "23b5ad7cd586dce311d0fe35a9032e5fd8de35bc8204fb14d33d878a7b0282c7" },