Skip to content

Commit

Permalink
added Xcode project, thanks to lab101
Browse files Browse the repository at this point in the history
  • Loading branch information
hvfrancesco committed Sep 7, 2011
1 parent e3e97b6 commit 028c025
Show file tree
Hide file tree
Showing 4 changed files with 1,081 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Entitlements.plist
@@ -0,0 +1,17 @@
<?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>
<!--- Required entitlements (in most cases shouldn't be changed) --->
<key>application-identifier</key>
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
</array>
<!--- Custom entitlements below --->
</dict>
</plist>

0 comments on commit 028c025

Please sign in to comment.