From 6c479e2f105d50d1046cd8f31292cef720d857f7 Mon Sep 17 00:00:00 2001 From: simons-plugins Date: Mon, 13 Jul 2026 08:03:45 +0100 Subject: [PATCH] fix: set CFBundleVersion to 1.0.0 (Indigo bundle-layout key) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CFBundleVersion identifies the Indigo plugin bundle layout and is controlled by Indigo — it must be 1.0.0, not the plugin version. Flagged by Indigo plugin-store validation. Bumps PluginVersion one patch. Co-Authored-By: Claude Fable 5 --- Netro Sprinklers.indigoPlugin/Contents/Info.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Netro Sprinklers.indigoPlugin/Contents/Info.plist b/Netro Sprinklers.indigoPlugin/Contents/Info.plist index de6c0a8..58c5f6c 100644 --- a/Netro Sprinklers.indigoPlugin/Contents/Info.plist +++ b/Netro Sprinklers.indigoPlugin/Contents/Info.plist @@ -3,7 +3,7 @@ PluginVersion - 2026.5.5 + 2026.5.6 ServerApiVersion 3.6 IwsApiVersion @@ -13,7 +13,7 @@ CFBundleIdentifier com.simons-plugins.netro CFBundleVersion - 2.0.0 + 1.0.0 CFBundleShortVersionString 2.0 CFBundleURLTypes