<?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>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleDocumentTypes</key>
	<array>
		<dict>
			<key>CFBundleTypeExtensions</key>
			<array>
				<string>pd</string>
				<string>pat</string>
			</array>
			<key>CFBundleTypeIconFile</key>
			<string>pd-file.icns</string>
			<key>CFBundleTypeName</key>
			<string>Pure Data Patch</string>
			<key>CFBundleTypeRole</key>
			<string>Editor</string>
		</dict>
	</array>
	<key>CFBundleExecutable</key>
	<string>PD_APP_NAME</string>
	<key>CFBundleIdentifier</key>
	<string>org.puredata.pd.wish</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleIconFile</key>
	<string>pd.icns</string>
	<key>CFBundleVersion</key>
	<string>PD_VERSION</string>
        <key>LSUIPresentationMode</key>
        <integer>0</integer>
        <key>LSUIElement</key>
        <integer>0</integer>
        <key>LSEnvironment</key>
        <dict>
          	<key>EXAMPLE_ENVIRONMENT_VARIABLE</key>
		<string>this is just a test</string>
        </dict>
</dict>
</plist>