From 703908c669a8c6120b753d604e22daf464ffcba6 Mon Sep 17 00:00:00 2001 From: Mahdi Bchatnia Date: Thu, 18 Sep 2025 02:19:42 -0700 Subject: [PATCH] Remove attributes from services.plist to allow submission to App Store --- Scripts/generate_services_plist.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Scripts/generate_services_plist.sh b/Scripts/generate_services_plist.sh index dbc8576..f15cc1c 100755 --- a/Scripts/generate_services_plist.sh +++ b/Scripts/generate_services_plist.sh @@ -13,3 +13,6 @@ echo "{}" > "$SERVICES_PLIST" # Write the list of services into the plist file as an array defaults write "$SERVICES_PLIST" "services" -array $SERVICES + +# Remove all quarantine attributes as they block submissions to App Store +xattr -c "$SERVICES_PLIST"