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 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 } 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 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 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