blob: 46d9cb88a0f1388662f0e9c317e96fdedaaed6d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?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>CFBundleGetInfoString</key>
<string>PACKAGE_PREFIX PD_VERSION PACKAGE_VERSION</string>
<key>CFBundleIdentifier</key>
<string>com.sourceforge.pure-data.darwin-pkg</string>
<key>CFBundleName</key>
<string>PACKAGE_PREFIX</string>
<key>CFBundleShortVersionString</key>
<string>PD_VERSION PACKAGE_VERSION</string>
</dict>
</plist>
|