Ariver
2026-05-13 beebaf7b68b3749f4a1bc4d916e23906b8c16d7f
build.sh
@@ -24,6 +24,10 @@
    if [ -z "$CODESIGN_IDENTITY" ]; then
        echo "⚠️  APP_STORE=1 but CODESIGN_IDENTITY not set. Will ad-hoc sign with entitlements."
    fi
    if [ ! -f "$ENTITLEMENTS" ]; then
        echo "❌ APP_STORE=1 requires entitlements at: $ENTITLEMENTS"
        exit 1
    fi
fi
echo "==> Cleaning..."