a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
13 lines
373 B
XML
13 lines
373 B
XML
<?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>CFBundleIdentifier</key>
|
|
<string>%APPNAME%</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>%APPNAME%</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>%ICONFILE%</string>
|
|
</dict>
|
|
</plist>
|