~baltix/+junk/irrlicht-test

« back to all changes in this revision

Viewing changes to source/Irrlicht/MacOSX/Irrlicht-Info.plist

  • Committer: Mantas Kriaučiūnas
  • Date: 2011-07-18 13:06:25 UTC
  • Revision ID: mantas@akl.lt-20110718130625-c5pvifp61e7kj1ol
Included whole irrlicht SVN libraries to work around launchpad recipe issue with quilt, see https://answers.launchpad.net/launchpad/+question/165193

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 
3
<plist version="1.0">
 
4
<dict>
 
5
        <key>CFBundleDevelopmentRegion</key>
 
6
        <string>English</string>
 
7
        <key>CFBundleExecutable</key>
 
8
        <string>${EXECUTABLE_NAME}</string>
 
9
        <key>CFBundleIdentifier</key>
 
10
        <string>org.irrlichtengine.${PRODUCT_NAME:identifier}</string>
 
11
        <key>CFBundleInfoDictionaryVersion</key>
 
12
        <string>6.0</string>
 
13
        <key>CFBundlePackageType</key>
 
14
        <string>FMWK</string>
 
15
        <key>CFBundleSignature</key>
 
16
        <string>????</string>
 
17
        <key>CFBundleVersion</key>
 
18
        <string>1.6</string>
 
19
</dict>
 
20
</plist>