1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
3          "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
4
5<plist version="1.0">
6
7<dict>
8  <key>CFBundleDevelopmentRegion</key>
9  <string>English</string>
10
11  <key>CFBundleExecutable</key>
12  <string>FreeType</string>
13
14  <key>CFBundleGetInfoString</key>
15  <string>FreeType ${PROJECT_VERSION}</string>
16
17  <key>CFBundleInfoDictionaryVersion</key>
18  <string>6.0</string>
19
20  <key>CFBundleName</key>
21  <string>FreeType</string>
22
23  <key>CFBundlePackageType</key>
24  <string>FMWK</string>
25
26  <key>CFBundleShortVersionString</key>
27  <string>${PROJECT_VERSION}</string>
28
29  <key>CFBundleSignature</key>
30  <string>????</string>
31
32  <key>CFBundleVersion</key>
33  <string>${PROJECT_VERSION}</string>
34</dict>
35
36</plist>
37