Info.plist 587 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleExecutable</key>
	<string>launcher.sh</string>
	<key>CFBundleName</key>
	<string>pw3270</string>
	<key>CFBundleDisplayName</key>
	<string>pw3270</string>
	<key>CFBundleIconFile</key>
	<string>pw3270.icns</string>
	<key>CFBundleIdentifier</key>
	<string>br.com.bb.pw3270</string>
	<key>NSHighResolutionCapable</key>
	<true/>
	<key>LSMinimumSystemVersion</key>
	<string>10.13.6</string>
</dict>
</plist>