aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app/Info.plist.in
blob: 6c4d9a698acf8f8af41b0b031e0ac9896d5ee160 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?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>