Skip to content

Commit 6b8c90f

Browse files
committed
bump version
Signed-off-by: 82Flex <82flex@gmail.com>
1 parent 239224e commit 6b8c90f

File tree

4 files changed

+96
-5
lines changed

4 files changed

+96
-5
lines changed

TrollFools/TrollFools.entitlements

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,29 @@
44
<dict>
55
<key>application-identifier</key>
66
<string>GXZ23M5TP2.wiki.qaq.TrollFools</string>
7+
<key>checklessPersistentURLTranslation</key>
8+
<true/>
9+
<key>com.apple.AutoWake-write-access</key>
10+
<true/>
711
<key>com.apple.CommCenter.fine-grained</key>
812
<array>
913
<string>spi</string>
1014
<string>identity</string>
1115
</array>
16+
<key>com.apple.QuartzCore.displayable-context</key>
17+
<true/>
18+
<key>com.apple.QuartzCore.secure-mode</key>
19+
<true/>
20+
<key>com.apple.SystemConfiguration.SCDynamicStore-write-access</key>
21+
<true/>
22+
<key>com.apple.SystemConfiguration.SCPreferences-write-access</key>
23+
<true/>
24+
<key>com.apple.assertiond.app-state-monitor</key>
25+
<true/>
26+
<key>com.apple.backboard.client</key>
27+
<true/>
28+
<key>com.apple.backboardd.launchapplications</key>
29+
<true/>
1230
<key>com.apple.developer.icloud-container-identifiers</key>
1331
<array>
1432
<string>GXZ23M5TP2.iCloud.wiki.qaq.TrollFools.icloud-container</string>
@@ -25,6 +43,37 @@
2543
<array>
2644
<string>GXZ23M5TP2.iCloud.wiki.qaq.TrollFools.icloud-container</string>
2745
</array>
46+
<key>com.apple.frontboard.launchapplications</key>
47+
<true/>
48+
<key>com.apple.frontboard.shutdown</key>
49+
<true/>
50+
<key>com.apple.mobile.deleted.AllowFreeSpace</key>
51+
<true/>
52+
<key>com.apple.multitasking.systemappassertions</key>
53+
<true/>
54+
<key>com.apple.multitasking.termination</key>
55+
<true/>
56+
<key>com.apple.private.MobileContainerManager.allowed</key>
57+
<true/>
58+
<key>com.apple.private.MobileContainerManager.lookup</key>
59+
<true/>
60+
<key>com.apple.private.MobileContainerManager.otherIdLookup</key>
61+
<true/>
62+
<key>com.apple.private.attribution.usage-reporting-only.implicitly-assumed-identity</key>
63+
<dict>
64+
<key>type</key>
65+
<string>bundleID</string>
66+
<key>value</key>
67+
<string>wiki.qaq.TrollFools</string>
68+
</dict>
69+
<key>com.apple.private.coreservices.canmaplsdatabase</key>
70+
<true/>
71+
<key>com.apple.private.kernel.jetsam</key>
72+
<true/>
73+
<key>com.apple.private.memorystatus</key>
74+
<true/>
75+
<key>com.apple.private.network.socket-delegate</key>
76+
<true/>
2877
<key>com.apple.private.persona-mgmt</key>
2978
<true/>
3079
<key>com.apple.private.security.container-manager</key>
@@ -35,6 +84,8 @@
3584
<true/>
3685
<key>com.apple.private.security.no-container</key>
3786
<true/>
87+
<key>com.apple.private.security.no-sandbox</key>
88+
<true/>
3889
<key>com.apple.private.security.storage.AppBundles</key>
3990
<true/>
4091
<key>com.apple.private.security.storage.AppDataContainers</key>
@@ -45,8 +96,12 @@
4596
<true/>
4697
<key>com.apple.private.security.storage.DocumentRevisions</key>
4798
<true/>
99+
<key>com.apple.private.security.storage.Mail</key>
100+
<true/>
48101
<key>com.apple.private.security.storage.MobileDocuments</key>
49102
<true/>
103+
<key>com.apple.private.security.storage.Photos</key>
104+
<true/>
50105
<key>com.apple.private.security.storage.ciconia</key>
51106
<true/>
52107
<key>com.apple.private.security.storage.iCloudDrive</key>
@@ -67,6 +122,10 @@
67122
<string>kTCCServiceSystemPolicyDocumentsFolder</string>
68123
<string>kTCCServiceSystemPolicyDownloadsFolder</string>
69124
</array>
125+
<key>com.apple.private.vfs.allow-low-space-writes</key>
126+
<true/>
127+
<key>com.apple.private.vfs.open-by-id</key>
128+
<true/>
70129
<key>com.apple.security.exception.files.absolute-path.read-write</key>
71130
<array>
72131
<string>/</string>
@@ -76,6 +135,22 @@
76135
<string>/Library/CloudStorage/</string>
77136
<string>/Library/Mobile Documents/</string>
78137
</array>
138+
<key>com.apple.security.exception.mach-lookup.global-name</key>
139+
<array>
140+
<string>com.apple.lsd.modifydb</string>
141+
</array>
142+
<key>com.apple.security.iokit-user-client-class</key>
143+
<array>
144+
<string>IOUserClient</string>
145+
<string>AGXDeviceUserClient</string>
146+
<string>IOHDIXControllerUserClient</string>
147+
<string>IOMobileFramebufferUserClient</string>
148+
<string>IOSurfaceRootUserClient</string>
149+
</array>
150+
<key>com.apple.springboard.CFUserNotification</key>
151+
<true/>
152+
<key>com.apple.springboard.appbackgroundstyle</key>
153+
<true/>
79154
<key>com.apple.springboard.iconState</key>
80155
<true/>
81156
<key>com.apple.springboard.iconState.mutate</key>
@@ -88,14 +163,30 @@
88163
<true/>
89164
<key>com.apple.springboard.openurlswhenlocked</key>
90165
<true/>
166+
<key>com.apple.usernotification.notificationregistrarproxy</key>
167+
<true/>
168+
<key>com.apple.usernotification.notificationschedulerproxy</key>
169+
<true/>
170+
<key>com.apple.usernotification.proxy</key>
171+
<true/>
172+
<key>com.apple.usernotifications.legacy-extension</key>
173+
<true/>
91174
<key>file-read-data</key>
92175
<true/>
176+
<key>inter-app-audio</key>
177+
<true/>
93178
<key>keychain-access-groups</key>
94179
<array>
95180
<string>wiki.qaq.TrollFools</string>
96181
<string>GXZ23M5TP2.wiki.qaq.TrollFools</string>
97182
</array>
98183
<key>platform-application</key>
99184
<true/>
185+
<key>uicache.app-data-container-required</key>
186+
<true/>
187+
<key>user-preference-read</key>
188+
<true/>
189+
<key>user-preference-write</key>
190+
<true/>
100191
</dict>
101192
</plist>

TrollFools/Version.Debug.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
// Configuration settings file format documentation can be found at:
99
// https://help.apple.com/xcode/#/dev745c5c974
1010

11-
DEBUG_VERSION = 3.1
12-
DEBUG_BUILD_NUMBER = 202503093
11+
DEBUG_VERSION = 3.2
12+
DEBUG_BUILD_NUMBER = 202503094

TrollFools/Version.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
// Configuration settings file format documentation can be found at:
99
// https://help.apple.com/xcode/#/dev745c5c974
1010

11-
VERSION = 3.1
12-
BUILD_NUMBER = 31
11+
VERSION = 3.2
12+
BUILD_NUMBER = 32

control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: wiki.qaq.trollfools
22
Name: TrollFools
3-
Version: 3.1-31
3+
Version: 3.2-32
44
Section: Applications
55
Depends: firmware (>= 14.0)
66
Architecture: iphoneos-arm

0 commit comments

Comments
 (0)