From 17a627855f1f04625a1722ae22953cb59a17fc10 Mon Sep 17 00:00:00 2001 From: Ahmed Fathy Date: Mon, 9 Sep 2024 05:25:52 +0300 Subject: [PATCH 1/5] Update AppListView.swift Fix some removeable Apple apps not showing due to not having a ShortVersion --- TrollFools/AppListView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrollFools/AppListView.swift b/TrollFools/AppListView.swift index dbcca84..1394574 100644 --- a/TrollFools/AppListView.swift +++ b/TrollFools/AppListView.swift @@ -161,7 +161,7 @@ final class AppListModel: ObservableObject { let teamID = proxy.teamID(), let appType = proxy.applicationType(), let localizedName = proxy.localizedName(), - let shortVersionString = proxy.shortVersionString() + let shortVersionString: String? = proxy.shortVersionString() else { return nil } From 5bc17f969b575114a2fb520c59d7b35c0be1679e Mon Sep 17 00:00:00 2001 From: Ahmed Fathy Date: Mon, 9 Sep 2024 05:26:35 +0300 Subject: [PATCH 2/5] bump version --- TrollFools/Version.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrollFools/Version.xcconfig b/TrollFools/Version.xcconfig index e1fc916..b8a329d 100644 --- a/TrollFools/Version.xcconfig +++ b/TrollFools/Version.xcconfig @@ -9,4 +9,4 @@ // https://help.apple.com/xcode/#/dev745c5c974 VERSION = 2.6 -BUILD_NUMBER = 6 +BUILD_NUMBER = 7 From 89782dfcb2d28464509e49f9b07dda87da58beb1 Mon Sep 17 00:00:00 2001 From: Ahmed Fathy Date: Mon, 9 Sep 2024 05:27:16 +0300 Subject: [PATCH 3/5] bump version --- TrollFools/Version.Debug.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrollFools/Version.Debug.xcconfig b/TrollFools/Version.Debug.xcconfig index 97d5fe4..2fa106d 100644 --- a/TrollFools/Version.Debug.xcconfig +++ b/TrollFools/Version.Debug.xcconfig @@ -9,4 +9,4 @@ // https://help.apple.com/xcode/#/dev745c5c974 DEBUG_VERSION = 2.6 -DEBUG_BUILD_NUMBER = 202408191 +DEBUG_BUILD_NUMBER = 202409091 From 05d7c9daec1c336e819a5a45fd73f2f69332b40c Mon Sep 17 00:00:00 2001 From: Ahmed Fathy Date: Mon, 9 Sep 2024 05:27:54 +0300 Subject: [PATCH 4/5] bump version --- layout/DEBIAN/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/DEBIAN/control b/layout/DEBIAN/control index 0c2f52d..511523a 100644 --- a/layout/DEBIAN/control +++ b/layout/DEBIAN/control @@ -1,6 +1,6 @@ Package: wiki.qaq.trollfools Name: TrollFools -Version: 2.6-6 +Version: 2.6-7 Section: Applications Depends: firmware (>= 14.0) Architecture: iphoneos-arm From 38e2a97d9e02a6606e35ad629b14662d5fb29ad6 Mon Sep 17 00:00:00 2001 From: Ahmed Fathy Date: Mon, 9 Sep 2024 05:31:36 +0300 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a3b21..7c8668b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,3 +2,4 @@ - “Developer Mode” is no longer required. - Now you can access “iCloud Drive” from TrollFools. +- Removeable Apple apps with no version defined now show