diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-31 16:15:46 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-31 16:17:14 +0000 |
commit | c3311f6c8a8b7cf327dcd23fa120c7e72273fbcf (patch) | |
tree | ceee8398fd95f9b687de69c8998d766382cc5ba4 | |
parent | 250d7de50e2d2a10f16311aab8a7b2d185b073a0 (diff) |
Apparently this file was never before commited :/.
-rw-r--r-- | uicache.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/uicache.xml b/uicache.xml new file mode 100644 index 0000000..c91640f --- /dev/null +++ b/uicache.xml @@ -0,0 +1,9 @@ +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>com.apple.private.mobileinstall.allowedSPI</key> + <array> + <string>InstallForLaunchServices</string> + </array> +</dict> +</plist> |