Skip to content

Commit 028c025

Browse files
committed
added Xcode project, thanks to lab101
1 parent e3e97b6 commit 028c025

File tree

4 files changed

+1081
-0
lines changed

4 files changed

+1081
-0
lines changed

Entitlements.plist

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
<!--- Required entitlements (in most cases shouldn't be changed) --->
6+
<key>application-identifier</key>
7+
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
8+
<key>keychain-access-groups</key>
9+
<array>
10+
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
11+
</array>
12+
13+
<!--- Custom entitlements below --->
14+
15+
16+
</dict>
17+
</plist>

0 commit comments

Comments
 (0)