File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -160,8 +160,7 @@ final class AppListModel: ObservableObject {
160
160
let url = proxy. bundleURL ( ) ,
161
161
let teamID = proxy. teamID ( ) ,
162
162
let appType = proxy. applicationType ( ) ,
163
- let localizedName = proxy. localizedName ( ) ,
164
- let shortVersionString = proxy. shortVersionString ( )
163
+ let localizedName = proxy. localizedName ( )
165
164
else {
166
165
return nil
167
166
}
@@ -178,6 +177,7 @@ final class AppListModel: ObservableObject {
178
177
return nil
179
178
}
180
179
180
+ let shortVersionString : String ? = proxy. shortVersionString ( )
181
181
let app = App (
182
182
id: id,
183
183
name: localizedName,
Original file line number Diff line number Diff line change 9
9
// https://help.apple.com/xcode/#/dev745c5c974
10
10
11
11
VERSION = 2.6
12
- BUILD_NUMBER = 6
12
+ BUILD_NUMBER = 8
Original file line number Diff line number Diff line change 1
1
Package: wiki.qaq.trollfools
2
2
Name: TrollFools
3
- Version: 2.6-6
3
+ Version: 2.6-8
4
4
Section: Applications
5
5
Depends: firmware (>= 14.0)
6
6
Architecture: iphoneos-arm
You can’t perform that action at this time.
0 commit comments