1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//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><string>English</string>
6<key>CFBundleName</key><string>$(APP_NAME)</string>
7<key>CFBundleExecutable</key><string>$(EXEC_NAME)</string>
8<key>CFBundleIconFile</key><string>$(ICON_NAME)</string>
9<key>CFBundleIdentifier</key><string>$(IDENT)</string>
10<key>CFBundlePackageType</key><string>APPL</string>
11<key>CFBundleShortVersionString</key><string>$(VERSION)</string>
12<key>CFBundleSignature</key><string>$(SIGNATURE)</string>
13<key>CFBundleVersion</key><string>$(VERSION)</string>
14<key>LSRequiresCarbon</key><integer>1</integer>
15<key>NSAppleScriptEnabled</key><string>NO</string>
16<key>NSHumanReadableCopyright</key><string>This software is Copyright by Jeff Lait.</string>
17</dict>
18</plist>
19