--- /dev/null
+<!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.coreaudio.allow-amr-decode</key>
+ <true/>
+
+ <key>com.apple.coremedia.allow-protected-content-playback</key>
+ <true/>
+
+ <key>com.apple.managedconfiguration.profiled-access</key>
+ <true/>
+
+ <key>com.apple.springboard.opensensitiveurl</key>
+ <true/>
+
+ <key>dynamic-codesigning</key>
+ <true/>
+
+ <key>com.apple.springboard.launchapplications</key>
+ <true/>
+
+ <key>com.apple.springboard.opensensitiveurl</key>
+ <true/>
+
+ <key>keychain-access-groups</key>
+ <array>
+ <string>com.apple.cfnetwork</string>
+ <string>com.apple.identities</string>
+ <string>com.apple.mobilesafari</string>
+ </array>
+
+ <key>platform-application</key>
+ <true/>
+</dict>
+</plist>
+++ /dev/null
-<!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.springboard.launchapplications</key>
- <true/>
- <key>com.apple.springboard.opensensitiveurl</key>
- <true/>
-</dict>
-</plist>
@echo 1>&2
@exit 1
-MobileCydia: sysroot $(object)
+MobileCydia: sysroot $(object) entitlements.xml
@echo "[link] $(object:Objects/%=%)"
@$(cycc) $(filter %.o,$^) $(flags) $(link) $(uikit)
@cp -a $@ bins/$@-$(version)
@echo "[strp] $@"
@strip -no_uuid $@
@echo "[sign] $@"
- @ldid -T0 -Slaunch.xml $@ || { rm -f $@ && false; }
+ @ldid -T0 -Sentitlements.xml $@ || { rm -f $@ && false; }
CydiaAppliance: CydiaAppliance.mm
$(cycc) $(filter %.mm,$^) $(flags) -bundle $(link) $(backrow)