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 {
160160 let url = proxy. bundleURL ( ) ,
161161 let teamID = proxy. teamID ( ) ,
162162 let appType = proxy. applicationType ( ) ,
163- let localizedName = proxy. localizedName ( ) ,
164- let shortVersionString = proxy. shortVersionString ( )
163+ let localizedName = proxy. localizedName ( )
165164 else {
166165 return nil
167166 }
@@ -178,6 +177,7 @@ final class AppListModel: ObservableObject {
178177 return nil
179178 }
180179
180+ let shortVersionString : String ? = proxy. shortVersionString ( )
181181 let app = App (
182182 id: id,
183183 name: localizedName,
Original file line number Diff line number Diff line change 99// https://help.apple.com/xcode/#/dev745c5c974
1010
1111VERSION = 2.6
12- BUILD_NUMBER = 6
12+ BUILD_NUMBER = 8
Original file line number Diff line number Diff line change 11Package: wiki.qaq.trollfools
22Name: TrollFools
3- Version: 2.6-6
3+ Version: 2.6-8
44Section: Applications
55Depends: firmware (>= 14.0)
66Architecture: iphoneos-arm
You can’t perform that action at this time.
0 commit comments