Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
- Fixed issue not being able to write to /var/containers/Bundle/Application, etc. (Dopamine 2.0)
  • Loading branch information
ichitaso committed Feb 29, 2024
1 parent d3fed7d commit 7587154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: com.cannathea.afc2d-arm64
Name: Apple File Conduit "2" (iOS 11+, arm64)
Version: 1.1.9
Version: 1.2.0
Description: Allow full file-system access over USB for all arm64 devices, especially useful for those on iOS 11 and above. Please install ldid as it is required for use. (except for the XinaA15 jailbreak)
Section: System
Pre-Depends: dpkg (>= 1.14.25-8)
Expand Down
2 changes: 1 addition & 1 deletion extrainst.mm
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ int main(int argc, const char *argv[]) {
}

// entitlements for afc2d
NSString *entitlements = @"<?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>com.apple.private.security.container-manager</key><true/></dict></plist>";
NSString *entitlements = @"<?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>com.apple.private.security.container-manager</key><true/><key>com.apple.security.exception.files.absolute-path.read-write</key><array><string>/</string></array><key>com.apple.private.security.no-container</key><true/><key>com.apple.SystemConfiguration.SCDynamicStore-write-access</key><true/><key>com.apple.private.MobileContainerManager.allowed</key><true/><key>com.apple.mobile.deleted.AllowFreeSpace</key><true/><key>com.apple.security.assets.music.read-write</key><true/><key>com.apple.SystemConfiguration.SCPreferences-write-access</key><true/><key>com.apple.private.security.container-manager</key><true/><key>com.apple.private.security.storage.AppDataContainers</key><true/><key>com.apple.private.security.storage.Photos</key><true/><key>com.apple.private.security.storage.AppBundles</key><true/><key>com.apple.private.persona-mgmt</key><true/></dict></plist>";

if ([entitlements writeToFile:@"/tmp/entitlements_afc2d.xml" atomically:YES]) {
// For unc0ver
Expand Down

0 comments on commit 7587154

Please sign in to comment.