]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
forgot this one
authorBrian West <brian@freeswitch.org>
Fri, 10 Mar 2006 02:00:30 +0000 (02:00 +0000)
committerBrian West <brian@freeswitch.org>
Fri, 10 Mar 2006 02:00:30 +0000 (02:00 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@824 d0543943-73ff-0310-b7d9-9358b9ac24b2

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

diff --git a/mac/xcode/libs/apr-Info.plist b/mac/xcode/libs/apr-Info.plist
new file mode 100644 (file)
index 0000000..a01bf75
--- /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>com.yourcompany.apr</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundlePackageType</key>
+       <string>FMWK</string>
+       <key>CFBundleSignature</key>
+       <string>????</string>
+       <key>CFBundleVersion</key>
+       <string>1.0</string>
+</dict>
+</plist>