Welcome to mirror list, hosted at ThFree Co, Russian Federation.

osax.plist « osax « macx - github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c891d9958d56d1f0e7ab5227369cb2a7eb0ed30 (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
<?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>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleExecutable</key>
	<string>MumbleOverlay</string>
	<key>CFBundleIdentifier</key>
	<string>net.sourceforge.mumble.OverlayScriptingAddition</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundlePackageType</key>
	<string>osax</string>
	<key>CFbundleVersion</key>
	<string>1.3.2</string>
	<key>CFBundleSignature</key>
	<string>MUOL</string>
	<key>CSResourcesFileMapped</key>
	<true/>
	<key>OSAScriptingDefinition</key>
	<string>MumbleOverlay.sdef</string>
	<key>OSAXHandlers</key>
	<dict>
		<key>Events</key>
		<dict>
			<key>MUOLload</key>
			<dict>
				<key>Handler</key>
				<string>MumbleOverlayEventHandler</string>
				<key>Context</key>
				<string>Process</string>
				<key>ThreadSafe</key>
				<false/>
			</dict>
			<key>MUOLdaol</key>
			<string>MumbleOverlayEventHandler</string>
		</dict>
	</dict>
	<key>MumbleOverlayVersion</key>
	<integer>20</integer>
	<key>MumbleOverlayMinMumbleVersion</key>
	<string>1.2.4</string>
</dict>
</plist>