Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion TrollFools/AppListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion TrollFools/Version.Debug.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
// https://help.apple.com/xcode/#/dev745c5c974

DEBUG_VERSION = 2.6
DEBUG_BUILD_NUMBER = 202408191
DEBUG_BUILD_NUMBER = 202409091
2 changes: 1 addition & 1 deletion TrollFools/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
// https://help.apple.com/xcode/#/dev745c5c974

VERSION = 2.6
BUILD_NUMBER = 6
BUILD_NUMBER = 7
2 changes: 1 addition & 1 deletion layout/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -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
Expand Down