aboutsummaryrefslogtreecommitdiffhomepage
path: root/build-mac/framework-Info.plist
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-04-03 00:23:38 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-04-03 00:23:38 -0700
commitebc301cf581e9e777448211d229ac20f4324d456 (patch)
tree50949bfa811b8153a9e97f5530eac7348c7ec389 /build-mac/framework-Info.plist
parentc63a0d4f5acabdc3e8f7308fcae640b86dc0354f (diff)
#include <mailcore/mailcore.h> -> <MailCore/MailCore.h>
Diffstat (limited to 'build-mac/framework-Info.plist')
-rw-r--r--build-mac/framework-Info.plist30
1 files changed, 30 insertions, 0 deletions
diff --git a/build-mac/framework-Info.plist b/build-mac/framework-Info.plist
new file mode 100644
index 00000000..e92ea282
--- /dev/null
+++ b/build-mac/framework-Info.plist
@@ -0,0 +1,30 @@
+<?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>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>com.libmailcore.${PRODUCT_NAME:rfc1034identifier}</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>${PRODUCT_NAME}</string>
+ <key>CFBundlePackageType</key>
+ <string>FMWK</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright © 2013 MailCore. All rights reserved.</string>
+ <key>NSPrincipalClass</key>
+ <string></string>
+</dict>
+</plist>