Warning, /graphics/glaxnimate/deploy/bundle.xml.plist is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0003 <plist version="1.0">
0004 <dict>
0005   <key>CFBundleExecutable</key>
0006   <string>Resources/bin/glaxnimate</string>
0007   <key>CFBundleIconFile</key>
0008   <string>${PROJECT_NAME}.icns</string>
0009   <key>CFBundleIdentifier</key>
0010   <string>org.mattbas.glaxnimate</string>
0011   <key>CFBundleName</key>
0012   <string>${PROJECT_NAME}</string>
0013   <key>CFBundlePackageType</key>
0014   <string>APPL</string>
0015   <key>CFBundleShortVersionString</key>
0016   <string>${PROJECT_VERSION}</string>
0017         <key>CFBundleGetInfoString</key>
0018         <string>${PROJECT_NAME} ${PROJECT_VERSION}</string>
0019 </dict>
0020 </plist>