From f99f1167e810c2394707b2d003c06dc2ee0d0ce9 Mon Sep 17 00:00:00 2001 From: Al4ise Date: Mon, 3 Jan 2022 12:43:56 +0200 Subject: [PATCH] watch fixes --- azule | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azule b/azule index 0726006..3e3b2fe 100755 --- a/azule +++ b/azule @@ -465,6 +465,7 @@ fi # REMOVING WATCH APP if [ -n "$remove_watchapp" ] || [ -n "$unzipped" ]; then + Announce "Removing Watch App..." while read -r i; do DTPlatformName="$(ExtractPlistValue DTPlatformName "$i")" if [ "$DTPlatformName" == "watchos" ]; then @@ -480,7 +481,7 @@ if [ -n "$remove_watchapp" ] || [ -n "$unzipped" ]; then if [ -n "$status" ]; then Verbose "Removed Watch App" "Couldn't Remove Watch App" -x else - watch_app="$(find "$dir/$tweakid/Payload" -type d -name Watch.app)" + watch_app="$(find "$dir/$tweakid/Payload" -type d -name Watch.app -o -name Watch -o -name WatchApp.app)" if [ -n "$watch_app" ]; then rm -rf "$watch_app" Verbose "Removed Watch App" "Couldn't Remove Watch App"