summaryrefslogtreecommitdiff
path: root/builds/mac
diff options
context:
space:
mode:
authorAlexey Petruchik <alexey.petruchik@gmail.com>2014-05-16 08:09:43 +0200
committerWerner Lemberg <wl@gnu.org>2014-05-16 08:09:43 +0200
commit02f2170432bf9f2c4bfa39d283b7152539edb814 (patch)
tree1914dc54055c3758dfa0af372a65094e93a3e04e /builds/mac
parentd7f4594317f4c180211a2a15e1909471b3b97a07 (diff)
downloadfreetype2-02f2170432bf9f2c4bfa39d283b7152539edb814.tar.gz
[cmake] Add option to build OS X framework.
* CMakeLists.txt: Update accordingly. * builds/mac/freetype-Info.plist: New file.
Diffstat (limited to 'builds/mac')
-rw-r--r--builds/mac/freetype-Info.plist36
1 files changed, 36 insertions, 0 deletions
diff --git a/builds/mac/freetype-Info.plist b/builds/mac/freetype-Info.plist
new file mode 100644
index 000000000..b3d114dad
--- /dev/null
+++ b/builds/mac/freetype-Info.plist
@@ -0,0 +1,36 @@
+<?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>FreeType</string>
+
+ <key>CFBundleGetInfoString</key>
+ <string>FreeType ${PROJECT_VERSION}</string>
+
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+
+ <key>CFBundleName</key>
+ <string>FreeType</string>
+
+ <key>CFBundlePackageType</key>
+ <string>FMWK</string>
+
+ <key>CFBundleShortVersionString</key>
+ <string>${PROJECT_VERSION}</string>
+
+ <key>CFBundleSignature</key>
+ <string>????</string>
+
+ <key>CFBundleVersion</key>
+ <string>${PROJECT_VERSION}</string>
+</dict>
+
+</plist>