pyobjc-framework-AddressBook 12.1__tar.gz → 12.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/Lib/AddressBook/_metadata.py +3 -21
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/Lib/pyobjc_framework_AddressBook.egg-info/PKG-INFO +3 -3
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/Lib/pyobjc_framework_AddressBook.egg-info/SOURCES.txt +2 -2
- pyobjc_framework_addressbook-12.2/Lib/pyobjc_framework_AddressBook.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_addressbook-12.2/Lib/pyobjc_framework_AddressBook.egg-info/requires.txt +2 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/Modules/pyobjc-compat.h +5 -2
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/PKG-INFO +3 -3
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/metadata/AddressBook.fwinfo +72 -36
- pyobjc_framework_addressbook-12.1/metadata/raw/arm64-26.0.fwinfo → pyobjc_framework_addressbook-12.2/metadata/raw/arm64-26.5.fwinfo +1175 -78
- pyobjc_framework_addressbook-12.1/metadata/raw/x86_64-26.0.fwinfo → pyobjc_framework_addressbook-12.2/metadata/raw/x86_64-26.5.fwinfo +1175 -78
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/setup.py +1 -1
- pyobjc_framework_addressbook-12.1/Lib/pyobjc_framework_AddressBook.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_addressbook-12.1/Lib/pyobjc_framework_AddressBook.egg-info/requires.txt +0 -2
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/Examples/Plugins/Python Address Label/plugin.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/Examples/Plugins/Python Address Label/readme.txt +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/Examples/Plugins/Python Address Label/setup.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/Examples/Plugins/Python Address Label/summary.txt +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/Examples/Scripts/exportBook.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/Examples/Scripts/meInC.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/LICENSE.txt +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/Lib/AddressBook/__init__.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/Lib/pyobjc_framework_AddressBook.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/Lib/pyobjc_framework_AddressBook.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/Lib/pyobjc_framework_AddressBook.egg-info/top_level.txt +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/MANIFEST.in +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/Modules/_AddressBook.m +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/Modules/_AddressBook_protocols.m +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/Modules/pyobjc-api.h +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/PyObjCTest/__init__.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/PyObjCTest/test_abactions.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/PyObjCTest/test_abaddressbook.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/PyObjCTest/test_abaddressbookc.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/PyObjCTest/test_abglobals.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/PyObjCTest/test_abgroup.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/PyObjCTest/test_abimageloading.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/PyObjCTest/test_abmultivalue.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/PyObjCTest/test_abpeoplepickerc.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/PyObjCTest/test_abpeoplepickerview.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/PyObjCTest/test_abpersonpickerdelegate.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/PyObjCTest/test_abpersonpickler.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/PyObjCTest/test_abpersonview.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/PyObjCTest/test_abrecord.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/PyObjCTest/test_absearchelement.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/PyObjCTest/test_abtypedefs.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/PyObjCTest/test_addressbook.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/README.txt +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/metadata/metadata.ini +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/pyobjc_setup.py +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/pyproject.toml +0 -0
- {pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/setup.cfg +0 -0
{pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/Lib/AddressBook/_metadata.py
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Tue May 26 19:34:51 2026
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -31,25 +31,6 @@ else:
|
|
|
31
31
|
|
|
32
32
|
misc = {}
|
|
33
33
|
constants = """$ABAddressBookErrorDomain$ABMultiValueIdentifiersErrorKey$ABPeoplePickerDisplayedPropertyDidChangeNotification$ABPeoplePickerGroupSelectionDidChangeNotification$ABPeoplePickerNameSelectionDidChangeNotification$ABPeoplePickerValueSelectionDidChangeNotification$kABAIMHomeLabel$kABAIMInstantProperty$kABAIMMobileMeLabel$kABAIMWorkLabel$kABAddressCityKey$kABAddressCountryCodeKey$kABAddressCountryKey$kABAddressHomeLabel$kABAddressProperty$kABAddressStateKey$kABAddressStreetKey$kABAddressWorkLabel$kABAddressZIPKey$kABAlternateBirthdayComponentsProperty$kABAnniversaryLabel$kABAssistantLabel$kABBirthdayComponentsProperty$kABBirthdayProperty$kABBrotherLabel$kABCalendarURIsProperty$kABChildLabel$kABCreationDateProperty$kABDatabaseChangedExternallyNotification$kABDatabaseChangedNotification$kABDeletedRecords$kABDepartmentProperty$kABEmailHomeLabel$kABEmailMobileMeLabel$kABEmailProperty$kABEmailWorkLabel$kABFatherLabel$kABFirstNamePhoneticProperty$kABFirstNameProperty$kABFriendLabel$kABGroupNameProperty$kABHomeLabel$kABHomePageLabel$kABHomePageProperty$kABICQHomeLabel$kABICQInstantProperty$kABICQWorkLabel$kABInsertedRecords$kABInstantMessageProperty$kABInstantMessageServiceAIM$kABInstantMessageServiceFacebook$kABInstantMessageServiceGaduGadu$kABInstantMessageServiceGoogleTalk$kABInstantMessageServiceICQ$kABInstantMessageServiceJabber$kABInstantMessageServiceKey$kABInstantMessageServiceMSN$kABInstantMessageServiceQQ$kABInstantMessageServiceSkype$kABInstantMessageServiceYahoo$kABInstantMessageUsernameKey$kABJabberHomeLabel$kABJabberInstantProperty$kABJabberWorkLabel$kABJobTitleProperty$kABLastNamePhoneticProperty$kABLastNameProperty$kABMSNHomeLabel$kABMSNInstantProperty$kABMSNWorkLabel$kABMaidenNameProperty$kABManagerLabel$kABMiddleNamePhoneticProperty$kABMiddleNameProperty$kABMobileMeLabel$kABModificationDateProperty$kABMotherLabel$kABNicknameProperty$kABNoteProperty$kABOrganizationPhoneticProperty$kABOrganizationProperty$kABOtherDateComponentsProperty$kABOtherDatesProperty$kABOtherLabel$kABParentLabel$kABPartnerLabel$kABPersonFlags$kABPhoneHomeFAXLabel$kABPhoneHomeLabel$kABPhoneMainLabel$kABPhoneMobileLabel$kABPhonePagerLabel$kABPhoneProperty$kABPhoneWorkFAXLabel$kABPhoneWorkLabel$kABPhoneiPhoneLabel$kABRelatedNamesProperty$kABSisterLabel$kABSocialProfileProperty$kABSocialProfileServiceFacebook$kABSocialProfileServiceFlickr$kABSocialProfileServiceKey$kABSocialProfileServiceLinkedIn$kABSocialProfileServiceMySpace$kABSocialProfileServiceSinaWeibo$kABSocialProfileServiceTencentWeibo$kABSocialProfileServiceTwitter$kABSocialProfileServiceYelp$kABSocialProfileURLKey$kABSocialProfileUserIdentifierKey$kABSocialProfileUsernameKey$kABSpouseLabel$kABSuffixProperty$kABTitleProperty$kABUIDProperty$kABURLsProperty$kABUpdatedRecords$kABWorkLabel$kABYahooHomeLabel$kABYahooInstantProperty$kABYahooWorkLabel$"""
|
|
34
|
-
deprecated_constants = {
|
|
35
|
-
"kABMSNInstantProperty": "10.7",
|
|
36
|
-
"kABMSNHomeLabel": "10.7",
|
|
37
|
-
"kABICQInstantProperty": "10.7",
|
|
38
|
-
"kABJabberWorkLabel": "10.7",
|
|
39
|
-
"kABYahooInstantProperty": "10.7",
|
|
40
|
-
"kABMSNWorkLabel": "10.7",
|
|
41
|
-
"kABAIMWorkLabel": "10.7",
|
|
42
|
-
"kABYahooWorkLabel": "10.7",
|
|
43
|
-
"kABAIMInstantProperty": "10.7",
|
|
44
|
-
"kABJabberInstantProperty": "10.7",
|
|
45
|
-
"kABICQWorkLabel": "10.7",
|
|
46
|
-
"kABYahooHomeLabel": "10.7",
|
|
47
|
-
"kABHomePageProperty": "10.4",
|
|
48
|
-
"kABICQHomeLabel": "10.7",
|
|
49
|
-
"kABJabberHomeLabel": "10.7",
|
|
50
|
-
"kABAIMHomeLabel": "10.7",
|
|
51
|
-
"kABAIMMobileMeLabel": "10.7",
|
|
52
|
-
}
|
|
53
34
|
enums = """$ABAddRecordsError@1001$ABMultipleValueSelection@2$ABNoValueSelection@0$ABPropertyReadOnlyError@1014$ABPropertyUnsupportedBySourceError@1013$ABPropertyValueValidationError@1012$ABRemoveRecordsError@1002$ABSingleValueSelection@1$kABArrayProperty@5$kABBitsInBitFieldMatch@11$kABContainsSubString@7$kABContainsSubStringCaseInsensitive@8$kABDataProperty@7$kABDateComponentsProperty@8$kABDateProperty@4$kABDefaultNameOrdering@0$kABDictionaryProperty@6$kABDoesNotContainSubString@12$kABDoesNotContainSubStringCaseInsensitive@13$kABEqual@0$kABEqualCaseInsensitive@6$kABErrorInProperty@0$kABFirstNameFirst@32$kABGreaterThan@4$kABGreaterThanOrEqual@5$kABIntegerProperty@2$kABLastNameFirst@16$kABLessThan@2$kABLessThanOrEqual@3$kABMultiArrayProperty@261$kABMultiDataProperty@263$kABMultiDateComponentsProperty@264$kABMultiDateProperty@260$kABMultiDictionaryProperty@262$kABMultiIntegerProperty@258$kABMultiRealProperty@259$kABMultiStringProperty@257$kABMultiValueMask@256$kABNameOrderingMask@56$kABNotEqual@1$kABNotEqualCaseInsensitive@14$kABNotWithinIntervalAroundToday@19$kABNotWithinIntervalAroundTodayYearless@20$kABNotWithinIntervalFromToday@23$kABNotWithinIntervalFromTodayYearless@24$kABPickerAllowGroupSelection@4$kABPickerAllowMultipleSelection@8$kABPickerMultipleValueSelection@2$kABPickerSingleValueSelection@1$kABPrefixMatch@9$kABPrefixMatchCaseInsensitive@10$kABRealProperty@3$kABSearchAnd@0$kABSearchOr@1$kABShowAsCompany@1$kABShowAsMask@7$kABShowAsPerson@0$kABShowAsResource@2$kABShowAsRoom@3$kABStringProperty@1$kABSuffixMatch@15$kABSuffixMatchCaseInsensitive@16$kABWithinIntervalAroundToday@17$kABWithinIntervalAroundTodayYearless@18$kABWithinIntervalFromToday@21$kABWithinIntervalFromTodayYearless@22$kEventABPeoplePickerDisplayedPropertyChanged@4$kEventABPeoplePickerGroupDoubleClicked@5$kEventABPeoplePickerGroupSelectionChanged@1$kEventABPeoplePickerNameDoubleClicked@6$kEventABPeoplePickerNameSelectionChanged@2$kEventABPeoplePickerValueSelectionChanged@3$kEventClassABPeoplePicker@1633841264$kEventParamABPickerRef@1633841264$"""
|
|
54
35
|
misc.update(
|
|
55
36
|
{
|
|
@@ -285,7 +266,7 @@ functions = {
|
|
|
285
266
|
"retval": {"type": b"v"},
|
|
286
267
|
"arguments": {
|
|
287
268
|
0: {"type": b"^{__CFData=}"},
|
|
288
|
-
1: {"type": b"
|
|
269
|
+
1: {"type": b"q"},
|
|
289
270
|
2: {"type": b"^v"},
|
|
290
271
|
},
|
|
291
272
|
}
|
|
@@ -490,6 +471,7 @@ finally:
|
|
|
490
471
|
objc._updatingMetadata(False)
|
|
491
472
|
|
|
492
473
|
objc.registerNewKeywordsFromSelector("ABPerson", b"initWithVCardRepresentation:")
|
|
474
|
+
objc.registerNewKeywordsFromSelector("ABRecord", b"init")
|
|
493
475
|
objc.registerNewKeywordsFromSelector("ABRecord", b"initWithAddressBook:")
|
|
494
476
|
protocols = {
|
|
495
477
|
"ABActionDelegate": objc.informal_protocol(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-AddressBook
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework AddressBook on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -31,8 +31,8 @@ Classifier: Topic :: Software Development :: User Interfaces
|
|
|
31
31
|
Requires-Python: >=3.10
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
33
|
License-File: LICENSE.txt
|
|
34
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
34
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
35
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
36
36
|
Dynamic: author
|
|
37
37
|
Dynamic: author-email
|
|
38
38
|
Dynamic: classifier
|
{pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/Modules/pyobjc-compat.h
RENAMED
|
@@ -57,8 +57,6 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
57
57
|
/*
|
|
58
58
|
*
|
|
59
59
|
* Start of compiler support helpers
|
|
60
|
-
*
|
|
61
|
-
* XXX: Are these needed?
|
|
62
60
|
*/
|
|
63
61
|
|
|
64
62
|
#define unlikely(x) __builtin_expect(!!(x), 0)
|
|
@@ -363,6 +361,11 @@ PyUnstable_TryIncRef(PyObject* op __attribute__((__unused__)))
|
|
|
363
361
|
}
|
|
364
362
|
#endif
|
|
365
363
|
|
|
364
|
+
#if PY_VERSION_HEX < 0x030f00a7
|
|
365
|
+
#define PyAnyDict_CheckExact PyDict_CheckExact
|
|
366
|
+
#define PyAnyDict_Check PyDict_Check
|
|
367
|
+
#endif
|
|
368
|
+
|
|
366
369
|
NS_ASSUME_NONNULL_END
|
|
367
370
|
|
|
368
371
|
#endif /* PyObjC_COMPAT_H */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-AddressBook
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework AddressBook on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -31,8 +31,8 @@ Classifier: Topic :: Software Development :: User Interfaces
|
|
|
31
31
|
Requires-Python: >=3.10
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
33
|
License-File: LICENSE.txt
|
|
34
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
34
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
35
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
36
36
|
Dynamic: author
|
|
37
37
|
Dynamic: author-email
|
|
38
38
|
Dynamic: classifier
|
{pyobjc_framework_addressbook-12.1 → pyobjc_framework_addressbook-12.2}/metadata/AddressBook.fwinfo
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
// objective.metadata exceptions file, see its document
|
|
2
|
+
// for information on how to update this file.
|
|
3
3
|
{
|
|
4
4
|
"definitions": {
|
|
5
5
|
"cftypes": {
|
|
@@ -27,26 +27,6 @@
|
|
|
27
27
|
"tollfree": "ABSearchElement"
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
|
-
"externs": {
|
|
31
|
-
"kABHomePageProperty": { "deprecated": "10.4" },
|
|
32
|
-
"kABAIMInstantProperty": { "deprecated": "10.7" },
|
|
33
|
-
"kABAIMWorkLabel": { "deprecated": "10.7" },
|
|
34
|
-
"kABAIMHomeLabel": { "deprecated": "10.7" },
|
|
35
|
-
"kABAIMMobileMeLabel": { "deprecated": "10.7" },
|
|
36
|
-
"kABJabberInstantProperty": { "deprecated": "10.7" },
|
|
37
|
-
"kABJabberWorkLabel": { "deprecated": "10.7" },
|
|
38
|
-
"kABJabberHomeLabel": { "deprecated": "10.7" },
|
|
39
|
-
"kABMSNInstantProperty": { "deprecated": "10.7" },
|
|
40
|
-
"kABMSNWorkLabel": { "deprecated": "10.7" },
|
|
41
|
-
"kABMSNHomeLabel": { "deprecated": "10.7" },
|
|
42
|
-
"kABYahooInstantProperty": { "deprecated": "10.7" },
|
|
43
|
-
"kABYahooWorkLabel": { "deprecated": "10.7" },
|
|
44
|
-
"kABYahooHomeLabel": { "deprecated": "10.7" },
|
|
45
|
-
"kABICQInstantProperty": { "deprecated": "10.7" },
|
|
46
|
-
"kABICQWorkLabel": { "deprecated": "10.7" },
|
|
47
|
-
"kABICQHomeLabel": { "deprecated": "10.7" },
|
|
48
|
-
"kABOrganizationPhoneticProperty": { "typestr": "@" }
|
|
49
|
-
},
|
|
50
30
|
"classes": {
|
|
51
31
|
"ABAddressBook": {
|
|
52
32
|
"methods": [
|
|
@@ -359,6 +339,62 @@
|
|
|
359
339
|
]
|
|
360
340
|
}
|
|
361
341
|
},
|
|
342
|
+
"externs": {
|
|
343
|
+
"kABAIMHomeLabel": {
|
|
344
|
+
"deprecated": "10.7"
|
|
345
|
+
},
|
|
346
|
+
"kABAIMInstantProperty": {
|
|
347
|
+
"deprecated": "10.7"
|
|
348
|
+
},
|
|
349
|
+
"kABAIMMobileMeLabel": {
|
|
350
|
+
"deprecated": "10.7"
|
|
351
|
+
},
|
|
352
|
+
"kABAIMWorkLabel": {
|
|
353
|
+
"deprecated": "10.7"
|
|
354
|
+
},
|
|
355
|
+
"kABHomePageProperty": {
|
|
356
|
+
"deprecated": "10.4"
|
|
357
|
+
},
|
|
358
|
+
"kABICQHomeLabel": {
|
|
359
|
+
"deprecated": "10.7"
|
|
360
|
+
},
|
|
361
|
+
"kABICQInstantProperty": {
|
|
362
|
+
"deprecated": "10.7"
|
|
363
|
+
},
|
|
364
|
+
"kABICQWorkLabel": {
|
|
365
|
+
"deprecated": "10.7"
|
|
366
|
+
},
|
|
367
|
+
"kABJabberHomeLabel": {
|
|
368
|
+
"deprecated": "10.7"
|
|
369
|
+
},
|
|
370
|
+
"kABJabberInstantProperty": {
|
|
371
|
+
"deprecated": "10.7"
|
|
372
|
+
},
|
|
373
|
+
"kABJabberWorkLabel": {
|
|
374
|
+
"deprecated": "10.7"
|
|
375
|
+
},
|
|
376
|
+
"kABMSNHomeLabel": {
|
|
377
|
+
"deprecated": "10.7"
|
|
378
|
+
},
|
|
379
|
+
"kABMSNInstantProperty": {
|
|
380
|
+
"deprecated": "10.7"
|
|
381
|
+
},
|
|
382
|
+
"kABMSNWorkLabel": {
|
|
383
|
+
"deprecated": "10.7"
|
|
384
|
+
},
|
|
385
|
+
"kABOrganizationPhoneticProperty": {
|
|
386
|
+
"typestr": "@"
|
|
387
|
+
},
|
|
388
|
+
"kABYahooHomeLabel": {
|
|
389
|
+
"deprecated": "10.7"
|
|
390
|
+
},
|
|
391
|
+
"kABYahooInstantProperty": {
|
|
392
|
+
"deprecated": "10.7"
|
|
393
|
+
},
|
|
394
|
+
"kABYahooWorkLabel": {
|
|
395
|
+
"deprecated": "10.7"
|
|
396
|
+
}
|
|
397
|
+
},
|
|
362
398
|
"formal_protocols": {},
|
|
363
399
|
"functions": {
|
|
364
400
|
"ABAddPropertiesAndTypes": {
|
|
@@ -393,33 +429,33 @@
|
|
|
393
429
|
"callable": {
|
|
394
430
|
"arguments": {
|
|
395
431
|
"0": {
|
|
396
|
-
"
|
|
432
|
+
"type": "@"
|
|
397
433
|
},
|
|
398
434
|
"1": {
|
|
399
|
-
"
|
|
435
|
+
"type": "q"
|
|
400
436
|
},
|
|
401
437
|
"2": {
|
|
402
|
-
"
|
|
438
|
+
"type": "^v"
|
|
403
439
|
}
|
|
404
440
|
},
|
|
405
441
|
"retval": {
|
|
406
|
-
"
|
|
442
|
+
"type": "^v"
|
|
407
443
|
}
|
|
408
444
|
},
|
|
409
|
-
"
|
|
410
|
-
"
|
|
411
|
-
{
|
|
412
|
-
"
|
|
445
|
+
"callable": {
|
|
446
|
+
"arguments": {
|
|
447
|
+
"0": {
|
|
448
|
+
"type": "^{__CFData=}"
|
|
413
449
|
},
|
|
414
|
-
{
|
|
415
|
-
"
|
|
450
|
+
"1": {
|
|
451
|
+
"type": "q"
|
|
416
452
|
},
|
|
417
|
-
{
|
|
418
|
-
"
|
|
453
|
+
"2": {
|
|
454
|
+
"type": "^v"
|
|
419
455
|
}
|
|
420
|
-
|
|
456
|
+
},
|
|
421
457
|
"retval": {
|
|
422
|
-
"
|
|
458
|
+
"type": "v"
|
|
423
459
|
}
|
|
424
460
|
},
|
|
425
461
|
"type_override": "^?"
|