pyobjc-framework-CoreData 10.2__tar.gz → 10.3__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-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/DragApp/DragSupportDataSource.py +1 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/DragApp/setup.py +1 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/OutlineEdit/setup.py +1 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Lib/CoreData/__init__.py +18 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Lib/CoreData/_convenience.py +1 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Lib/CoreData/_metadata.py +112 -5
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Lib/pyobjc_framework_CoreData.egg-info/PKG-INFO +3 -3
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Lib/pyobjc_framework_CoreData.egg-info/SOURCES.txt +2 -4
- pyobjc_framework_coredata-10.3/Lib/pyobjc_framework_CoreData.egg-info/requires.txt +2 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PKG-INFO +3 -3
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_coredata.py +1 -0
- pyobjc-framework-CoreData-10.2/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_coredata-10.3/metadata/raw/arm64-14.5.fwinfo +104 -9
- pyobjc-framework-CoreData-10.2/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_coredata-10.3/metadata/raw/x86_64-14.5.fwinfo +104 -9
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/setup.py +2 -1
- pyobjc-framework-CoreData-10.2/Lib/pyobjc_framework_CoreData.egg-info/requires.txt +0 -2
- pyobjc-framework-CoreData-10.2/metadata/raw/arm64-12.0.fwinfo +0 -13070
- pyobjc-framework-CoreData-10.2/metadata/raw/x86_64-12.0.fwinfo +0 -13070
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/DragApp/DragAppAppDelegate.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/DragApp/DragApp_DataModel.xcdatamodel/elements +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/DragApp/DragApp_DataModel.xcdatamodel/layout +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/DragApp/English.lproj/MainMenu.nib/classes.nib +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/DragApp/English.lproj/MainMenu.nib/info.nib +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/DragApp/English.lproj/MainMenu.nib/keyedobjects.nib +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/DragApp/ReadMe.txt +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/DragApp/main.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/DragApp/summary.txt +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/OutlineEdit/English.lproj/InfoPlist.strings +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/OutlineEdit/English.lproj/MainMenu.nib/classes.nib +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/OutlineEdit/English.lproj/MainMenu.nib/info.nib +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/OutlineEdit/English.lproj/MainMenu.nib/keyedobjects.nib +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/OutlineEdit/English.lproj/MyDocument.nib/classes.nib +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/OutlineEdit/English.lproj/MyDocument.nib/info.nib +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/OutlineEdit/English.lproj/MyDocument.nib/keyedobjects.nib +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/OutlineEdit/MyDocument.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/OutlineEdit/MyDocument.xcdatamodel/elements +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/OutlineEdit/MyDocument.xcdatamodel/layout +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/OutlineEdit/Note.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/OutlineEdit/main.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Examples/OutlineEdit/summary.txt +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/LICENSE.txt +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Lib/pyobjc_framework_CoreData.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Lib/pyobjc_framework_CoreData.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Lib/pyobjc_framework_CoreData.egg-info/top_level.txt +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/MANIFEST.in +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Modules/_CoreData.m +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Modules/_CoreData_protocols.m +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Modules/pyobjc-api.h +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/Modules/pyobjc-compat.h +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_coredatadefines.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_coredataerrors.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_managedkvo.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nsatomicstore.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nsattributedescription.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nsbatchinsertrequest.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nsbatchupdaterequest.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nscoredatacorespotlightdelegate.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nscustommigrationstage.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nsentitydescription.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nsentitymapping.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nsentitymigrationpolicy.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nsfetchedresultscontroller.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nsfetchindexelementdescription.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nsfetchrequest.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nsfetchrequestexpression.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nsincrementalstore.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nsmanagedobject.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nsmanagedobjectcontext.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nsmanagedobjectid.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nsmanagedobjectmodel.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nsmappingmodel.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nsmergepolicy.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nsmigrationmanager.py +0 -0
- /pyobjc-framework-CoreData-10.2/PyObjCTest/test_nspersistentcloudKitcontainer.py → /pyobjc_framework_coredata-10.3/PyObjCTest/test_nspersistentcloudkitcontainer.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nspersistentcloudkitcontainer_sharing.py +0 -0
- /pyobjc-framework-CoreData-10.2/PyObjCTest/test_nspersistentcloudKitcontainerevent.py → /pyobjc_framework_coredata-10.3/PyObjCTest/test_nspersistentcloudkitcontainerevent.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nspersistentcontainer.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nspersistenthistorychange.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nspersistentstore.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nspersistentstorecoordinator.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nspersistentstoredescription.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nspersistentstorerequest.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nspersistentstoreresult.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nspropertydescription.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/PyObjCTest/test_nsrelationshipdescription.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/README.txt +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/metadata/CoreData.fwinfo +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/metadata/metadata.ini +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/metadata/raw/arm64-13.3.fwinfo +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/metadata/raw/x86_64-10.10.fwinfo +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/metadata/raw/x86_64-10.15.fwinfo +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/metadata/raw/x86_64-10.16.fwinfo +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/metadata/raw/x86_64-10.6.fwinfo +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/metadata/raw/x86_64-10.7.fwinfo +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/metadata/raw/x86_64-10.8.fwinfo +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/metadata/raw/x86_64-13.3.fwinfo +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/pyobjc_setup.py +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/pyproject.toml +0 -0
- {pyobjc-framework-CoreData-10.2 → pyobjc_framework_coredata-10.3}/setup.cfg +0 -0
|
@@ -31,6 +31,24 @@ def _setup():
|
|
|
31
31
|
globals()["__dir__"] = dir_func
|
|
32
32
|
globals()["__getattr__"] = getattr_func
|
|
33
33
|
|
|
34
|
+
for cls, sel in (
|
|
35
|
+
("NSLightweightMigrationStage", b"init"),
|
|
36
|
+
("NSPersistentCloudKitContainerEvent", b"init"),
|
|
37
|
+
("NSPersistentCloudKitContainerEvent", b"new"),
|
|
38
|
+
("NSPersistentCloudKitContainerOptions", b"init"),
|
|
39
|
+
("NSCoreDataCoreSpotlightDelegate", b"init"),
|
|
40
|
+
("NSManagedObjectModelReference", b"init"),
|
|
41
|
+
("NSStagedMigrationManager", b"init"),
|
|
42
|
+
("NSBatchDeleteRequest", b"init"),
|
|
43
|
+
("NSPersistentCloudKitContainerEventResult", b"init"),
|
|
44
|
+
("NSPersistentCloudKitContainerEventResult", b"new"),
|
|
45
|
+
("NSPersistentStore", b"init"),
|
|
46
|
+
("NSMergeConflict", b"init"),
|
|
47
|
+
("NSMergePolicy", b"init"),
|
|
48
|
+
("NSCustomMigrationStage", b"init"),
|
|
49
|
+
):
|
|
50
|
+
objc.registerUnavailableMethod(cls, sel)
|
|
51
|
+
|
|
34
52
|
del sys.modules["CoreData._metadata"]
|
|
35
53
|
|
|
36
54
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Sat May 18 09:20:09 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -34,10 +34,6 @@ constants = """$NSAddedPersistentStoresKey$NSAffectedObjectsErrorKey$NSAffectedS
|
|
|
34
34
|
enums = """$NSAddEntityMappingType@2$NSBatchDeleteRequestType@7$NSBatchDeleteResultTypeCount@2$NSBatchDeleteResultTypeObjectIDs@1$NSBatchDeleteResultTypeStatusOnly@0$NSBatchInsertRequestResultTypeCount@2$NSBatchInsertRequestResultTypeObjectIDs@1$NSBatchInsertRequestResultTypeStatusOnly@0$NSBatchInsertRequestType@5$NSBatchUpdateRequestType@6$NSBinaryDataAttributeType@1000$NSBooleanAttributeType@800$NSCascadeDeleteRule@2$NSCompositeAttributeType@2100$NSConfinementConcurrencyType@0$NSCopyEntityMappingType@4$NSCoreDataError@134060$NSCoreDataVersionNumber10_10@526.0$NSCoreDataVersionNumber10_10_2@526.1$NSCoreDataVersionNumber10_10_3@526.2$NSCoreDataVersionNumber10_11@640.0$NSCoreDataVersionNumber10_11_3@641.3$NSCountResultType@4$NSCustomEntityMappingType@1$NSDateAttributeType@900$NSDecimalAttributeType@400$NSDenyDeleteRule@3$NSDictionaryResultType@2$NSDoubleAttributeType@500$NSEntityMigrationPolicyError@134170$NSErrorMergePolicyType@0$NSExternalRecordImportError@134200$NSFetchIndexElementTypeBinary@0$NSFetchIndexElementTypeRTree@1$NSFetchRequestExpressionType@50$NSFetchRequestType@1$NSFetchedResultsChangeDelete@2$NSFetchedResultsChangeInsert@1$NSFetchedResultsChangeMove@3$NSFetchedResultsChangeUpdate@4$NSFloatAttributeType@600$NSInferredMappingModelError@134190$NSInteger16AttributeType@100$NSInteger32AttributeType@200$NSInteger64AttributeType@300$NSMainQueueConcurrencyType@2$NSManagedObjectConstraintMergeError@133021$NSManagedObjectConstraintValidationError@1551$NSManagedObjectContextLockingError@132000$NSManagedObjectExternalRelationshipError@133010$NSManagedObjectIDResultType@1$NSManagedObjectMergeError@133020$NSManagedObjectModelReferenceNotFoundError@134504$NSManagedObjectReferentialIntegrityError@133000$NSManagedObjectResultType@0$NSManagedObjectValidationError@1550$NSMergeByPropertyObjectTrumpMergePolicyType@2$NSMergeByPropertyStoreTrumpMergePolicyType@1$NSMigrationCancelledError@134120$NSMigrationConstraintViolationError@134111$NSMigrationError@134110$NSMigrationManagerDestinationStoreError@134160$NSMigrationManagerSourceStoreError@134150$NSMigrationMissingMappingModelError@134140$NSMigrationMissingSourceModelError@134130$NSNoActionDeleteRule@0$NSNullifyDeleteRule@1$NSObjectIDAttributeType@2000$NSOverwriteMergePolicyType@3$NSPersistentCloudKitContainerEventResultTypeCountEvents@1$NSPersistentCloudKitContainerEventResultTypeEvents@0$NSPersistentCloudKitContainerEventTypeExport@2$NSPersistentCloudKitContainerEventTypeImport@1$NSPersistentCloudKitContainerEventTypeSetup@0$NSPersistentCloudKitContainerSchemaInitializationOptionsDryRun@2$NSPersistentCloudKitContainerSchemaInitializationOptionsNone@0$NSPersistentCloudKitContainerSchemaInitializationOptionsPrintSchema@4$NSPersistentHistoryChangeTypeDelete@2$NSPersistentHistoryChangeTypeInsert@0$NSPersistentHistoryChangeTypeUpdate@1$NSPersistentHistoryResultTypeChangesOnly@4$NSPersistentHistoryResultTypeCount@2$NSPersistentHistoryResultTypeObjectIDs@1$NSPersistentHistoryResultTypeStatusOnly@0$NSPersistentHistoryResultTypeTransactionsAndChanges@5$NSPersistentHistoryResultTypeTransactionsOnly@3$NSPersistentHistoryTokenExpiredError@134301$NSPersistentStoreCoordinatorLockingError@132010$NSPersistentStoreIncompatibleSchemaError@134020$NSPersistentStoreIncompatibleVersionHashError@134100$NSPersistentStoreIncompleteSaveError@134040$NSPersistentStoreInvalidTypeError@134000$NSPersistentStoreOpenError@134080$NSPersistentStoreOperationError@134070$NSPersistentStoreSaveConflictsError@134050$NSPersistentStoreSaveError@134030$NSPersistentStoreTimeoutError@134090$NSPersistentStoreTypeMismatchError@134010$NSPersistentStoreUbiquitousTransitionTypeAccountAdded@1$NSPersistentStoreUbiquitousTransitionTypeAccountRemoved@2$NSPersistentStoreUbiquitousTransitionTypeContentRemoved@3$NSPersistentStoreUbiquitousTransitionTypeInitialImportCompleted@4$NSPersistentStoreUnsupportedRequestTypeError@134091$NSPrivateQueueConcurrencyType@1$NSRemoveEntityMappingType@3$NSRollbackMergePolicyType@4$NSSQLiteError@134180$NSSaveRequestType@2$NSSnapshotEventMergePolicy@64$NSSnapshotEventRefresh@32$NSSnapshotEventRollback@16$NSSnapshotEventUndoDeletion@4$NSSnapshotEventUndoInsertion@2$NSSnapshotEventUndoUpdate@8$NSStagedMigrationBackwardMigrationError@134506$NSStagedMigrationFrameworkVersionMismatchError@134505$NSStatusOnlyResultType@0$NSStringAttributeType@700$NSTransformEntityMappingType@5$NSTransformableAttributeType@1800$NSURIAttributeType@1200$NSUUIDAttributeType@1100$NSUndefinedAttributeType@0$NSUndefinedEntityMappingType@0$NSUpdatedObjectIDsResultType@1$NSUpdatedObjectsCountResultType@2$NSValidationDateTooLateError@1630$NSValidationDateTooSoonError@1640$NSValidationInvalidDateError@1650$NSValidationInvalidURIError@1690$NSValidationMissingMandatoryPropertyError@1570$NSValidationMultipleErrorsError@1560$NSValidationNumberTooLargeError@1610$NSValidationNumberTooSmallError@1620$NSValidationRelationshipDeniedDeleteError@1600$NSValidationRelationshipExceedsMaximumCountError@1590$NSValidationRelationshipLacksMinimumCountError@1580$NSValidationStringPatternMatchingError@1680$NSValidationStringTooLongError@1660$NSValidationStringTooShortError@1670$"""
|
|
35
35
|
misc.update(
|
|
36
36
|
{
|
|
37
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreDataErrors.h:32:1)": NewType(
|
|
38
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreDataErrors.h:32:1)",
|
|
39
|
-
int,
|
|
40
|
-
),
|
|
41
37
|
"NSPersistentStoreUbiquitousTransitionType": NewType(
|
|
42
38
|
"NSPersistentStoreUbiquitousTransitionType", int
|
|
43
39
|
),
|
|
@@ -1192,6 +1188,117 @@ try:
|
|
|
1192
1188
|
r(b"NSRelationshipDescription", b"setOrdered:", {"arguments": {2: {"type": b"Z"}}})
|
|
1193
1189
|
finally:
|
|
1194
1190
|
objc._updatingMetadata(False)
|
|
1191
|
+
|
|
1192
|
+
objc.registerNewKeywordsFromSelector(
|
|
1193
|
+
"NSAsynchronousFetchRequest", b"initWithFetchRequest:completionBlock:"
|
|
1194
|
+
)
|
|
1195
|
+
objc.registerNewKeywordsFromSelector(
|
|
1196
|
+
"NSAtomicStore",
|
|
1197
|
+
b"initWithPersistentStoreCoordinator:configurationName:URL:options:",
|
|
1198
|
+
)
|
|
1199
|
+
objc.registerNewKeywordsFromSelector("NSAtomicStoreCacheNode", b"initWithObjectID:")
|
|
1200
|
+
objc.registerNewKeywordsFromSelector("NSBatchDeleteRequest", b"initWithFetchRequest:")
|
|
1201
|
+
objc.registerNewKeywordsFromSelector("NSBatchDeleteRequest", b"initWithObjectIDs:")
|
|
1202
|
+
objc.registerNewKeywordsFromSelector(
|
|
1203
|
+
"NSBatchInsertRequest", b"initWithEntity:dictionaryHandler:"
|
|
1204
|
+
)
|
|
1205
|
+
objc.registerNewKeywordsFromSelector(
|
|
1206
|
+
"NSBatchInsertRequest", b"initWithEntity:managedObjectHandler:"
|
|
1207
|
+
)
|
|
1208
|
+
objc.registerNewKeywordsFromSelector("NSBatchInsertRequest", b"initWithEntity:objects:")
|
|
1209
|
+
objc.registerNewKeywordsFromSelector(
|
|
1210
|
+
"NSBatchInsertRequest", b"initWithEntityName:dictionaryHandler:"
|
|
1211
|
+
)
|
|
1212
|
+
objc.registerNewKeywordsFromSelector(
|
|
1213
|
+
"NSBatchInsertRequest", b"initWithEntityName:managedObjectHandler:"
|
|
1214
|
+
)
|
|
1215
|
+
objc.registerNewKeywordsFromSelector(
|
|
1216
|
+
"NSBatchInsertRequest", b"initWithEntityName:objects:"
|
|
1217
|
+
)
|
|
1218
|
+
objc.registerNewKeywordsFromSelector("NSBatchUpdateRequest", b"initWithEntity:")
|
|
1219
|
+
objc.registerNewKeywordsFromSelector("NSBatchUpdateRequest", b"initWithEntityName:")
|
|
1220
|
+
objc.registerNewKeywordsFromSelector(
|
|
1221
|
+
"NSConstraintConflict",
|
|
1222
|
+
b"initWithConstraint:databaseObject:databaseSnapshot:conflictingObjects:conflictingSnapshots:",
|
|
1223
|
+
)
|
|
1224
|
+
objc.registerNewKeywordsFromSelector(
|
|
1225
|
+
"NSCoreDataCoreSpotlightDelegate", b"initForStoreWithDescription:coordinator:"
|
|
1226
|
+
)
|
|
1227
|
+
objc.registerNewKeywordsFromSelector(
|
|
1228
|
+
"NSCoreDataCoreSpotlightDelegate", b"initForStoreWithDescription:model:"
|
|
1229
|
+
)
|
|
1230
|
+
objc.registerNewKeywordsFromSelector(
|
|
1231
|
+
"NSCustomMigrationStage", b"initWithCurrentModelReference:nextModelReference:"
|
|
1232
|
+
)
|
|
1233
|
+
objc.registerNewKeywordsFromSelector(
|
|
1234
|
+
"NSFetchIndexDescription", b"initWithName:elements:"
|
|
1235
|
+
)
|
|
1236
|
+
objc.registerNewKeywordsFromSelector(
|
|
1237
|
+
"NSFetchIndexElementDescription", b"initWithProperty:collationType:"
|
|
1238
|
+
)
|
|
1239
|
+
objc.registerNewKeywordsFromSelector("NSFetchRequest", b"initWithEntityName:")
|
|
1240
|
+
objc.registerNewKeywordsFromSelector(
|
|
1241
|
+
"NSFetchedResultsController",
|
|
1242
|
+
b"initWithFetchRequest:managedObjectContext:sectionNameKeyPath:cacheName:",
|
|
1243
|
+
)
|
|
1244
|
+
objc.registerNewKeywordsFromSelector(
|
|
1245
|
+
"NSIncrementalStoreNode", b"initWithObjectID:withValues:version:"
|
|
1246
|
+
)
|
|
1247
|
+
objc.registerNewKeywordsFromSelector(
|
|
1248
|
+
"NSLightweightMigrationStage", b"initWithVersionChecksums:"
|
|
1249
|
+
)
|
|
1250
|
+
objc.registerNewKeywordsFromSelector("NSManagedObject", b"initWithContext:")
|
|
1251
|
+
objc.registerNewKeywordsFromSelector(
|
|
1252
|
+
"NSManagedObject", b"initWithEntity:insertIntoManagedObjectContext:"
|
|
1253
|
+
)
|
|
1254
|
+
objc.registerNewKeywordsFromSelector(
|
|
1255
|
+
"NSManagedObjectContext", b"initWithConcurrencyType:"
|
|
1256
|
+
)
|
|
1257
|
+
objc.registerNewKeywordsFromSelector("NSManagedObjectModel", b"initWithContentsOfURL:")
|
|
1258
|
+
objc.registerNewKeywordsFromSelector(
|
|
1259
|
+
"NSManagedObjectModelReference",
|
|
1260
|
+
b"initWithEntityVersionHashes:inBundle:versionChecksum:",
|
|
1261
|
+
)
|
|
1262
|
+
objc.registerNewKeywordsFromSelector(
|
|
1263
|
+
"NSManagedObjectModelReference", b"initWithFileURL:versionChecksum:"
|
|
1264
|
+
)
|
|
1265
|
+
objc.registerNewKeywordsFromSelector(
|
|
1266
|
+
"NSManagedObjectModelReference", b"initWithModel:versionChecksum:"
|
|
1267
|
+
)
|
|
1268
|
+
objc.registerNewKeywordsFromSelector(
|
|
1269
|
+
"NSManagedObjectModelReference", b"initWithName:inBundle:versionChecksum:"
|
|
1270
|
+
)
|
|
1271
|
+
objc.registerNewKeywordsFromSelector("NSMappingModel", b"initWithContentsOfURL:")
|
|
1272
|
+
objc.registerNewKeywordsFromSelector(
|
|
1273
|
+
"NSMergeConflict",
|
|
1274
|
+
b"initWithSource:newVersion:oldVersion:cachedSnapshot:persistedSnapshot:",
|
|
1275
|
+
)
|
|
1276
|
+
objc.registerNewKeywordsFromSelector("NSMergePolicy", b"initWithMergeType:")
|
|
1277
|
+
objc.registerNewKeywordsFromSelector(
|
|
1278
|
+
"NSMigrationManager", b"initWithSourceModel:destinationModel:"
|
|
1279
|
+
)
|
|
1280
|
+
objc.registerNewKeywordsFromSelector(
|
|
1281
|
+
"NSPersistentCloudKitContainerOptions", b"initWithContainerIdentifier:"
|
|
1282
|
+
)
|
|
1283
|
+
objc.registerNewKeywordsFromSelector("NSPersistentContainer", b"initWithName:")
|
|
1284
|
+
objc.registerNewKeywordsFromSelector(
|
|
1285
|
+
"NSPersistentContainer", b"initWithName:managedObjectModel:"
|
|
1286
|
+
)
|
|
1287
|
+
objc.registerNewKeywordsFromSelector(
|
|
1288
|
+
"NSPersistentStore",
|
|
1289
|
+
b"initWithPersistentStoreCoordinator:configurationName:URL:options:",
|
|
1290
|
+
)
|
|
1291
|
+
objc.registerNewKeywordsFromSelector(
|
|
1292
|
+
"NSPersistentStoreCoordinator", b"initWithManagedObjectModel:"
|
|
1293
|
+
)
|
|
1294
|
+
objc.registerNewKeywordsFromSelector("NSPersistentStoreDescription", b"initWithURL:")
|
|
1295
|
+
objc.registerNewKeywordsFromSelector(
|
|
1296
|
+
"NSSaveChangesRequest",
|
|
1297
|
+
b"initWithInsertedObjects:updatedObjects:deletedObjects:lockedObjects:",
|
|
1298
|
+
)
|
|
1299
|
+
objc.registerNewKeywordsFromSelector(
|
|
1300
|
+
"NSStagedMigrationManager", b"initWithMigrationStages:"
|
|
1301
|
+
)
|
|
1195
1302
|
expressions = {}
|
|
1196
1303
|
|
|
1197
1304
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-CoreData
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework CoreData 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.8
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
33
|
License-File: LICENSE.txt
|
|
34
|
-
Requires-Dist: pyobjc-core>=10.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=10.
|
|
34
|
+
Requires-Dist: pyobjc-core>=10.3
|
|
35
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.3
|
|
36
36
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
37
37
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
38
38
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -84,17 +84,15 @@ PyObjCTest/test_nspropertydescription.py
|
|
|
84
84
|
PyObjCTest/test_nsrelationshipdescription.py
|
|
85
85
|
metadata/CoreData.fwinfo
|
|
86
86
|
metadata/metadata.ini
|
|
87
|
-
metadata/raw/arm64-12.0.fwinfo
|
|
88
87
|
metadata/raw/arm64-12.3.fwinfo
|
|
89
88
|
metadata/raw/arm64-13.3.fwinfo
|
|
90
|
-
metadata/raw/arm64-14.
|
|
89
|
+
metadata/raw/arm64-14.5.fwinfo
|
|
91
90
|
metadata/raw/x86_64-10.10.fwinfo
|
|
92
91
|
metadata/raw/x86_64-10.15.fwinfo
|
|
93
92
|
metadata/raw/x86_64-10.16.fwinfo
|
|
94
93
|
metadata/raw/x86_64-10.6.fwinfo
|
|
95
94
|
metadata/raw/x86_64-10.7.fwinfo
|
|
96
95
|
metadata/raw/x86_64-10.8.fwinfo
|
|
97
|
-
metadata/raw/x86_64-12.0.fwinfo
|
|
98
96
|
metadata/raw/x86_64-12.3.fwinfo
|
|
99
97
|
metadata/raw/x86_64-13.3.fwinfo
|
|
100
|
-
metadata/raw/x86_64-14.
|
|
98
|
+
metadata/raw/x86_64-14.5.fwinfo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-CoreData
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework CoreData 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.8
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
33
|
License-File: LICENSE.txt
|
|
34
|
-
Requires-Dist: pyobjc-core>=10.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=10.
|
|
34
|
+
Requires-Dist: pyobjc-core>=10.3
|
|
35
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.3
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
Wrappers for the "CoreData" framework on macOS. The Core Data framework
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update:
|
|
4
|
+
// Last update: Sat May 18 09:20:09 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -58,6 +58,16 @@
|
|
|
58
58
|
"args": [],
|
|
59
59
|
"class_method": false,
|
|
60
60
|
"retval": {
|
|
61
|
+
"callable": {
|
|
62
|
+
"arguments": {
|
|
63
|
+
"0": {
|
|
64
|
+
"type": "^v"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"retval": {
|
|
68
|
+
"type": "v"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
61
71
|
"typestr": "@?",
|
|
62
72
|
"typestr_special": false
|
|
63
73
|
},
|
|
@@ -1199,6 +1209,19 @@
|
|
|
1199
1209
|
"args": [],
|
|
1200
1210
|
"class_method": false,
|
|
1201
1211
|
"retval": {
|
|
1212
|
+
"callable": {
|
|
1213
|
+
"arguments": {
|
|
1214
|
+
"0": {
|
|
1215
|
+
"type": "^v"
|
|
1216
|
+
},
|
|
1217
|
+
"1": {
|
|
1218
|
+
"type": "@"
|
|
1219
|
+
}
|
|
1220
|
+
},
|
|
1221
|
+
"retval": {
|
|
1222
|
+
"type": "Z"
|
|
1223
|
+
}
|
|
1224
|
+
},
|
|
1202
1225
|
"typestr": "@?",
|
|
1203
1226
|
"typestr_special": false
|
|
1204
1227
|
},
|
|
@@ -1212,10 +1235,13 @@
|
|
|
1212
1235
|
"arguments": {
|
|
1213
1236
|
"0": {
|
|
1214
1237
|
"type": "^v"
|
|
1238
|
+
},
|
|
1239
|
+
"1": {
|
|
1240
|
+
"type": "@"
|
|
1215
1241
|
}
|
|
1216
1242
|
},
|
|
1217
1243
|
"retval": {
|
|
1218
|
-
"type": "
|
|
1244
|
+
"type": "Z"
|
|
1219
1245
|
}
|
|
1220
1246
|
},
|
|
1221
1247
|
"typestr": "@?",
|
|
@@ -1234,6 +1260,19 @@
|
|
|
1234
1260
|
"args": [],
|
|
1235
1261
|
"class_method": false,
|
|
1236
1262
|
"retval": {
|
|
1263
|
+
"callable": {
|
|
1264
|
+
"arguments": {
|
|
1265
|
+
"0": {
|
|
1266
|
+
"type": "^v"
|
|
1267
|
+
},
|
|
1268
|
+
"1": {
|
|
1269
|
+
"type": "@"
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1272
|
+
"retval": {
|
|
1273
|
+
"type": "Z"
|
|
1274
|
+
}
|
|
1275
|
+
},
|
|
1237
1276
|
"typestr": "@?",
|
|
1238
1277
|
"typestr_special": false
|
|
1239
1278
|
},
|
|
@@ -1247,10 +1286,13 @@
|
|
|
1247
1286
|
"arguments": {
|
|
1248
1287
|
"0": {
|
|
1249
1288
|
"type": "^v"
|
|
1289
|
+
},
|
|
1290
|
+
"1": {
|
|
1291
|
+
"type": "@"
|
|
1250
1292
|
}
|
|
1251
1293
|
},
|
|
1252
1294
|
"retval": {
|
|
1253
|
-
"type": "
|
|
1295
|
+
"type": "Z"
|
|
1254
1296
|
}
|
|
1255
1297
|
},
|
|
1256
1298
|
"typestr": "@?",
|
|
@@ -2139,6 +2181,25 @@
|
|
|
2139
2181
|
"args": [],
|
|
2140
2182
|
"class_method": false,
|
|
2141
2183
|
"retval": {
|
|
2184
|
+
"callable": {
|
|
2185
|
+
"arguments": {
|
|
2186
|
+
"0": {
|
|
2187
|
+
"type": "^v"
|
|
2188
|
+
},
|
|
2189
|
+
"1": {
|
|
2190
|
+
"type": "@"
|
|
2191
|
+
},
|
|
2192
|
+
"2": {
|
|
2193
|
+
"type": "@"
|
|
2194
|
+
},
|
|
2195
|
+
"3": {
|
|
2196
|
+
"type": "^@"
|
|
2197
|
+
}
|
|
2198
|
+
},
|
|
2199
|
+
"retval": {
|
|
2200
|
+
"type": "Z"
|
|
2201
|
+
}
|
|
2202
|
+
},
|
|
2142
2203
|
"typestr": "@?",
|
|
2143
2204
|
"typestr_special": false
|
|
2144
2205
|
},
|
|
@@ -2152,10 +2213,19 @@
|
|
|
2152
2213
|
"arguments": {
|
|
2153
2214
|
"0": {
|
|
2154
2215
|
"type": "^v"
|
|
2216
|
+
},
|
|
2217
|
+
"1": {
|
|
2218
|
+
"type": "@"
|
|
2219
|
+
},
|
|
2220
|
+
"2": {
|
|
2221
|
+
"type": "@"
|
|
2222
|
+
},
|
|
2223
|
+
"3": {
|
|
2224
|
+
"type": "^@"
|
|
2155
2225
|
}
|
|
2156
2226
|
},
|
|
2157
2227
|
"retval": {
|
|
2158
|
-
"type": "
|
|
2228
|
+
"type": "Z"
|
|
2159
2229
|
}
|
|
2160
2230
|
},
|
|
2161
2231
|
"typestr": "@?",
|
|
@@ -2174,6 +2244,25 @@
|
|
|
2174
2244
|
"args": [],
|
|
2175
2245
|
"class_method": false,
|
|
2176
2246
|
"retval": {
|
|
2247
|
+
"callable": {
|
|
2248
|
+
"arguments": {
|
|
2249
|
+
"0": {
|
|
2250
|
+
"type": "^v"
|
|
2251
|
+
},
|
|
2252
|
+
"1": {
|
|
2253
|
+
"type": "@"
|
|
2254
|
+
},
|
|
2255
|
+
"2": {
|
|
2256
|
+
"type": "@"
|
|
2257
|
+
},
|
|
2258
|
+
"3": {
|
|
2259
|
+
"type": "^@"
|
|
2260
|
+
}
|
|
2261
|
+
},
|
|
2262
|
+
"retval": {
|
|
2263
|
+
"type": "Z"
|
|
2264
|
+
}
|
|
2265
|
+
},
|
|
2177
2266
|
"typestr": "@?",
|
|
2178
2267
|
"typestr_special": false
|
|
2179
2268
|
},
|
|
@@ -2187,10 +2276,19 @@
|
|
|
2187
2276
|
"arguments": {
|
|
2188
2277
|
"0": {
|
|
2189
2278
|
"type": "^v"
|
|
2279
|
+
},
|
|
2280
|
+
"1": {
|
|
2281
|
+
"type": "@"
|
|
2282
|
+
},
|
|
2283
|
+
"2": {
|
|
2284
|
+
"type": "@"
|
|
2285
|
+
},
|
|
2286
|
+
"3": {
|
|
2287
|
+
"type": "^@"
|
|
2190
2288
|
}
|
|
2191
2289
|
},
|
|
2192
2290
|
"retval": {
|
|
2193
|
-
"type": "
|
|
2291
|
+
"type": "Z"
|
|
2194
2292
|
}
|
|
2195
2293
|
},
|
|
2196
2294
|
"typestr": "@?",
|
|
@@ -13078,9 +13176,6 @@
|
|
|
13078
13176
|
},
|
|
13079
13177
|
"NSSnapshotEventType": {
|
|
13080
13178
|
"type": "Q"
|
|
13081
|
-
},
|
|
13082
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreDataErrors.h:32:1)": {
|
|
13083
|
-
"type": "q"
|
|
13084
13179
|
}
|
|
13085
13180
|
},
|
|
13086
13181
|
"expressions": {},
|
|
@@ -13756,5 +13851,5 @@
|
|
|
13756
13851
|
"NSStagedMigrationManager.h"
|
|
13757
13852
|
],
|
|
13758
13853
|
"release": "10.16",
|
|
13759
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
13854
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
13760
13855
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update:
|
|
4
|
+
// Last update: Sat May 18 09:20:06 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -58,6 +58,16 @@
|
|
|
58
58
|
"args": [],
|
|
59
59
|
"class_method": false,
|
|
60
60
|
"retval": {
|
|
61
|
+
"callable": {
|
|
62
|
+
"arguments": {
|
|
63
|
+
"0": {
|
|
64
|
+
"type": "^v"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"retval": {
|
|
68
|
+
"type": "v"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
61
71
|
"typestr": "@?",
|
|
62
72
|
"typestr_special": false
|
|
63
73
|
},
|
|
@@ -1199,6 +1209,19 @@
|
|
|
1199
1209
|
"args": [],
|
|
1200
1210
|
"class_method": false,
|
|
1201
1211
|
"retval": {
|
|
1212
|
+
"callable": {
|
|
1213
|
+
"arguments": {
|
|
1214
|
+
"0": {
|
|
1215
|
+
"type": "^v"
|
|
1216
|
+
},
|
|
1217
|
+
"1": {
|
|
1218
|
+
"type": "@"
|
|
1219
|
+
}
|
|
1220
|
+
},
|
|
1221
|
+
"retval": {
|
|
1222
|
+
"type": "Z"
|
|
1223
|
+
}
|
|
1224
|
+
},
|
|
1202
1225
|
"typestr": "@?",
|
|
1203
1226
|
"typestr_special": false
|
|
1204
1227
|
},
|
|
@@ -1212,10 +1235,13 @@
|
|
|
1212
1235
|
"arguments": {
|
|
1213
1236
|
"0": {
|
|
1214
1237
|
"type": "^v"
|
|
1238
|
+
},
|
|
1239
|
+
"1": {
|
|
1240
|
+
"type": "@"
|
|
1215
1241
|
}
|
|
1216
1242
|
},
|
|
1217
1243
|
"retval": {
|
|
1218
|
-
"type": "
|
|
1244
|
+
"type": "Z"
|
|
1219
1245
|
}
|
|
1220
1246
|
},
|
|
1221
1247
|
"typestr": "@?",
|
|
@@ -1234,6 +1260,19 @@
|
|
|
1234
1260
|
"args": [],
|
|
1235
1261
|
"class_method": false,
|
|
1236
1262
|
"retval": {
|
|
1263
|
+
"callable": {
|
|
1264
|
+
"arguments": {
|
|
1265
|
+
"0": {
|
|
1266
|
+
"type": "^v"
|
|
1267
|
+
},
|
|
1268
|
+
"1": {
|
|
1269
|
+
"type": "@"
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1272
|
+
"retval": {
|
|
1273
|
+
"type": "Z"
|
|
1274
|
+
}
|
|
1275
|
+
},
|
|
1237
1276
|
"typestr": "@?",
|
|
1238
1277
|
"typestr_special": false
|
|
1239
1278
|
},
|
|
@@ -1247,10 +1286,13 @@
|
|
|
1247
1286
|
"arguments": {
|
|
1248
1287
|
"0": {
|
|
1249
1288
|
"type": "^v"
|
|
1289
|
+
},
|
|
1290
|
+
"1": {
|
|
1291
|
+
"type": "@"
|
|
1250
1292
|
}
|
|
1251
1293
|
},
|
|
1252
1294
|
"retval": {
|
|
1253
|
-
"type": "
|
|
1295
|
+
"type": "Z"
|
|
1254
1296
|
}
|
|
1255
1297
|
},
|
|
1256
1298
|
"typestr": "@?",
|
|
@@ -2139,6 +2181,25 @@
|
|
|
2139
2181
|
"args": [],
|
|
2140
2182
|
"class_method": false,
|
|
2141
2183
|
"retval": {
|
|
2184
|
+
"callable": {
|
|
2185
|
+
"arguments": {
|
|
2186
|
+
"0": {
|
|
2187
|
+
"type": "^v"
|
|
2188
|
+
},
|
|
2189
|
+
"1": {
|
|
2190
|
+
"type": "@"
|
|
2191
|
+
},
|
|
2192
|
+
"2": {
|
|
2193
|
+
"type": "@"
|
|
2194
|
+
},
|
|
2195
|
+
"3": {
|
|
2196
|
+
"type": "^@"
|
|
2197
|
+
}
|
|
2198
|
+
},
|
|
2199
|
+
"retval": {
|
|
2200
|
+
"type": "Z"
|
|
2201
|
+
}
|
|
2202
|
+
},
|
|
2142
2203
|
"typestr": "@?",
|
|
2143
2204
|
"typestr_special": false
|
|
2144
2205
|
},
|
|
@@ -2152,10 +2213,19 @@
|
|
|
2152
2213
|
"arguments": {
|
|
2153
2214
|
"0": {
|
|
2154
2215
|
"type": "^v"
|
|
2216
|
+
},
|
|
2217
|
+
"1": {
|
|
2218
|
+
"type": "@"
|
|
2219
|
+
},
|
|
2220
|
+
"2": {
|
|
2221
|
+
"type": "@"
|
|
2222
|
+
},
|
|
2223
|
+
"3": {
|
|
2224
|
+
"type": "^@"
|
|
2155
2225
|
}
|
|
2156
2226
|
},
|
|
2157
2227
|
"retval": {
|
|
2158
|
-
"type": "
|
|
2228
|
+
"type": "Z"
|
|
2159
2229
|
}
|
|
2160
2230
|
},
|
|
2161
2231
|
"typestr": "@?",
|
|
@@ -2174,6 +2244,25 @@
|
|
|
2174
2244
|
"args": [],
|
|
2175
2245
|
"class_method": false,
|
|
2176
2246
|
"retval": {
|
|
2247
|
+
"callable": {
|
|
2248
|
+
"arguments": {
|
|
2249
|
+
"0": {
|
|
2250
|
+
"type": "^v"
|
|
2251
|
+
},
|
|
2252
|
+
"1": {
|
|
2253
|
+
"type": "@"
|
|
2254
|
+
},
|
|
2255
|
+
"2": {
|
|
2256
|
+
"type": "@"
|
|
2257
|
+
},
|
|
2258
|
+
"3": {
|
|
2259
|
+
"type": "^@"
|
|
2260
|
+
}
|
|
2261
|
+
},
|
|
2262
|
+
"retval": {
|
|
2263
|
+
"type": "Z"
|
|
2264
|
+
}
|
|
2265
|
+
},
|
|
2177
2266
|
"typestr": "@?",
|
|
2178
2267
|
"typestr_special": false
|
|
2179
2268
|
},
|
|
@@ -2187,10 +2276,19 @@
|
|
|
2187
2276
|
"arguments": {
|
|
2188
2277
|
"0": {
|
|
2189
2278
|
"type": "^v"
|
|
2279
|
+
},
|
|
2280
|
+
"1": {
|
|
2281
|
+
"type": "@"
|
|
2282
|
+
},
|
|
2283
|
+
"2": {
|
|
2284
|
+
"type": "@"
|
|
2285
|
+
},
|
|
2286
|
+
"3": {
|
|
2287
|
+
"type": "^@"
|
|
2190
2288
|
}
|
|
2191
2289
|
},
|
|
2192
2290
|
"retval": {
|
|
2193
|
-
"type": "
|
|
2291
|
+
"type": "Z"
|
|
2194
2292
|
}
|
|
2195
2293
|
},
|
|
2196
2294
|
"typestr": "@?",
|
|
@@ -13078,9 +13176,6 @@
|
|
|
13078
13176
|
},
|
|
13079
13177
|
"NSSnapshotEventType": {
|
|
13080
13178
|
"type": "Q"
|
|
13081
|
-
},
|
|
13082
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreDataErrors.h:32:1)": {
|
|
13083
|
-
"type": "q"
|
|
13084
13179
|
}
|
|
13085
13180
|
},
|
|
13086
13181
|
"expressions": {},
|
|
@@ -13756,5 +13851,5 @@
|
|
|
13756
13851
|
"NSStagedMigrationManager.h"
|
|
13757
13852
|
],
|
|
13758
13853
|
"release": "10.16",
|
|
13759
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
13854
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
13760
13855
|
}
|