summary refs log tree commit diff stats
path: root/Resources
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2011-08-10 15:23:40 -0400
committerStarla Insigna <starla4444@gmail.com>2011-08-10 15:23:40 -0400
commit07f40d804de35d1cead13217c448811e774e6e67 (patch)
tree2956155dc2c8fdfdb55e8907c8032a3b9e39b66c /Resources
parent002dc99a071a4a8f7d2afc15d1fdf2ae0312faed (diff)
downloadcartcollect-07f40d804de35d1cead13217c448811e774e6e67.tar.gz
cartcollect-07f40d804de35d1cead13217c448811e774e6e67.tar.bz2
cartcollect-07f40d804de35d1cead13217c448811e774e6e67.zip
Prepared Cart Collect for legitimate development
Previously, as we did not possess an Apple Developer Account, Cart Collect was configured to easily allow jailbroken development and testing. However, as we now have a developer account, this is no longer necessary and Cart Collect has been configured to codesign legitimately.
Diffstat (limited to 'Resources')
-rw-r--r--Resources/Entitlements.plist8
1 files changed, 8 insertions, 0 deletions
diff --git a/Resources/Entitlements.plist b/Resources/Entitlements.plist new file mode 100644 index 0000000..ce373e1 --- /dev/null +++ b/Resources/Entitlements.plist
@@ -0,0 +1,8 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>get-task-allow</key>
6 <false/>
7</dict>
8</plist>