]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
One last file.
authorBrian West <brian@freeswitch.org>
Tue, 25 Jul 2006 04:20:41 +0000 (04:20 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 25 Jul 2006 04:20:41 +0000 (04:20 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2094 d0543943-73ff-0310-b7d9-9358b9ac24b2

mac/xcode/apr.plist [new file with mode: 0644]

diff --git a/mac/xcode/apr.plist b/mac/xcode/apr.plist
new file mode 100644 (file)
index 0000000..0c4cfaa
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+       <key>CFBundleDevelopmentRegion</key>
+       <string>English</string>
+       <key>CFBundleExecutable</key>
+       <string>${EXECUTABLE_NAME}</string>
+       <key>CFBundleIdentifier</key>
+       <string>org.freeswitch.apr</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundlePackageType</key>
+       <string>FMWK</string>
+       <key>CFBundleSignature</key>
+       <string>BKW</string>
+       <key>CFBundleVersion</key>
+       <string>1.0</string>
+</dict>
+</plist>