Commit 0079cc8
fix: fix black screen on iOS 26+ with correct dyld bypass and entitlements
- Use @available(iOS 26.0, *) with proper flag fallback chain for dyld bypass
- Restore entitlements (application-identifier, container-required, jb.pmap_cs.custom_trust)
- Remove auto-generated Xcode and binary changes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 00678b0 commit 0079cc8
2 files changed
Lines changed: 10 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | | - | |
| 231 | + | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
| 235 | + | |
| 236 | + | |
241 | 237 | | |
242 | 238 | | |
243 | | - | |
244 | | - | |
| 239 | + | |
245 | 240 | | |
246 | 241 | | |
247 | | - | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
248 | 246 | | |
249 | 247 | | |
250 | 248 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
| |||
0 commit comments