-
Notifications
You must be signed in to change notification settings - Fork 790
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fixed the issue where the home directory path of the jailbroken app is incorrect - fixed an issue that may cause dpkg data corruption when installing deb - update strapfiles for apt and fix the issue of incorrect PATH environment variable when apt installs deb - fixed the issue where Shortcuts/Spotlight/MobileMail did not work correctly after tweak injected - add a button "reset mobile user password" in the app settings - updated built-in Zebra to 1.1.36-1 to fix the following issues: 1: fixed the issue that dependencies cannot be correctly parsed when installing llvm related packages 2: fixed the issue that dependencies cannot be resolved correctly when installing ffmpeg 3: fix some potential bugs and improve stability - update the built-in Sileo to 2.5-12, fix the following issues: 1: fixed the issue that the download cannot be canceled when installing llvm related packages 2: fix the issue that the image cache may be accidentally deleted during startup 2: add the slide-down refresh feature to the installed package list 3: fix some other bugs that may cause crashes and improve stability
- Loading branch information
Showing
19 changed files
with
78 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+2.05 KB
(100%)
...xcodeproj/project.xcworkspace/xcuserdata/admin.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>platform-application</key> | ||
<true/> | ||
<key>get-task-allow</key> | ||
<true/> | ||
|
||
<key>com.apple.private.security.no-sandbox</key> | ||
<true/> | ||
<key>com.apple.private.security.storage.AppBundles</key> | ||
<true/> | ||
<key>com.apple.private.security.storage.AppDataContainers</key> | ||
<true/> | ||
<key>com.apple.security.iokit-user-client-class</key> | ||
<array> | ||
<string>IOUserClient</string> | ||
</array> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<array> | ||
<string>com.apple.private.security.container-required</string> | ||
</array> | ||
</plist> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Submodule basebin
updated
8 files
+25 −3 | bootstrap/autosign.c | |
+11 −14 | bootstrap/bootstrap.c | |
+8 −2 | bootstrap/platformhook.m | |
+21 −0 | entitlements/com.apple.mobilemail.extra | |
+7 −0 | entitlements/com.apple.mobilemail.strip | |
+5 −0 | rebuildapp/main.m | |
+91 −90 | rebuildapp/realstore.cpp | |
+78 −3 | uicache/main.m |
Binary file not shown.
Binary file not shown.