<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
  <dict>

    <key>CFBundleName</key>
    <string>${app.name}</string>
    
    <key>CFBundleVersion</key>
    <string>${app.version}</string>
    
    <key>CFBundleExecutable</key>
    <string>${app.name}</string>
    
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    
    <key>CFBundleShortVersionString</key>
    <string>${app.version}</string>
    
    <key>CFBundleSignature</key>
    <string>????</string>
    
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    
    <key>CFBundleIconFile</key>
    <string>${app.name}.icns</string>
  </dict>
</plist>