• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Automator-2.5.1/Examples/Get Buddy Info/
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>AMAccepts</key>
6	<dict>
7		<key>Container</key>
8		<string>List</string>
9		<key>Optional</key>
10		<false/>
11		<key>Types</key>
12		<array>
13			<string>com.apple.addressbook.person-object</string>
14		</array>
15	</dict>
16	<key>AMApplication</key>
17	<array>
18		<string>Address Book</string>
19		<string>Messages</string>
20	</array>
21	<key>AMCanShowWhenRun</key>
22	<true/>
23	<key>AMCategory</key>
24	<string>Messages</string>
25	<key>AMDefaultParameters</key>
26	<dict/>
27	<key>AMDescription</key>
28	<dict>
29		<key>AMDAlert</key>
30		<string>Messages must be running for this action to work properly.</string>
31		<key>AMDNote</key>
32		<string>Information will not be returned for the current user.</string>
33		<key>AMDSummary</key>
34		<string>This action returns the Instant Message information of the people passed from the previous action.</string>
35	</dict>
36	<key>AMIconName</key>
37	<string>Messages</string>
38	<key>AMKeywords</key>
39	<array>
40		<string>Instant</string>
41		<string>Message</string>
42		<string>IM</string>
43	</array>
44	<key>AMName</key>
45	<string>Get Buddy Info</string>
46	<key>AMProvides</key>
47	<dict>
48		<key>Container</key>
49		<string>List</string>
50		<key>Types</key>
51		<array>
52			<string>com.apple.cocoa.string</string>
53		</array>
54	</dict>
55	<key>CFBundleDevelopmentRegion</key>
56	<string>English</string>
57	<key>CFBundleExecutable</key>
58	<string>Get Buddy Info</string>
59	<key>CFBundleGetInfoString</key>
60	<string>Get Buddy Info version 1.0, Copyright (c) 2005, Apple Computer, Inc.</string>
61	<key>CFBundleIconFile</key>
62	<string></string>
63	<key>CFBundleIdentifier</key>
64	<string>org.pythonmac.AutomatorExamples.GetBuddyInfo</string>
65	<key>CFBundleInfoDictionaryVersion</key>
66	<string>6.0</string>
67	<key>CFBundleName</key>
68	<string>Get Buddy Info</string>
69	<key>CFBundlePackageType</key>
70	<string>BNDL</string>
71	<key>CFBundleShortVersionString</key>
72	<string>1.0.2</string>
73	<key>CFBundleSignature</key>
74	<string>????</string>
75	<key>CFBundleVersion</key>
76	<string>1.0</string>
77	<key>NSPrincipalClass</key>
78	<string>GetBuddyInfo</string>
79</dict>
80</plist>
81