pyobjc-framework-FileProvider 10.3.2__tar.gz → 11.1__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.

Potentially problematic release.


This version of pyobjc-framework-FileProvider might be problematic. Click here for more details.

Files changed (52) hide show
  1. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/Lib/FileProvider/_metadata.py +123 -2
  2. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/Lib/pyobjc_framework_FileProvider.egg-info/PKG-INFO +19 -8
  3. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/Lib/pyobjc_framework_FileProvider.egg-info/SOURCES.txt +7 -1
  4. pyobjc_framework_fileprovider-11.1/Lib/pyobjc_framework_FileProvider.egg-info/pyobjc-build-info.txt +3 -0
  5. pyobjc_framework_fileprovider-11.1/Lib/pyobjc_framework_FileProvider.egg-info/requires.txt +2 -0
  6. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/License.txt +1 -1
  7. pyobjc_framework_fileprovider-11.1/Modules/_FileProvider.m +67 -0
  8. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/Modules/_FileProvider_protocols.m +6 -0
  9. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/Modules/pyobjc-api.h +1 -1
  10. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/Modules/pyobjc-compat.h +175 -7
  11. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/PKG-INFO +19 -8
  12. pyobjc_framework_fileprovider-11.1/PyObjCTest/__init__.py +1 -0
  13. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/PyObjCTest/test_nsfileproviderdomain.py +4 -0
  14. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/PyObjCTest/test_nsfileproviderextension.py +17 -1
  15. pyobjc_framework_fileprovider-11.1/PyObjCTest/test_nsfileproviderknownfolders.py +40 -0
  16. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/PyObjCTest/test_nsfileprovidermanager.py +43 -0
  17. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/metadata/FileProvider.fwinfo +10 -0
  18. pyobjc_framework_fileprovider-11.1/metadata/raw/arm64-15.0.fwinfo +5570 -0
  19. pyobjc_framework_fileprovider-11.1/metadata/raw/arm64-15.4.fwinfo +5606 -0
  20. pyobjc_framework_fileprovider-11.1/metadata/raw/x86_64-15.0.fwinfo +5570 -0
  21. pyobjc_framework_fileprovider-11.1/metadata/raw/x86_64-15.4.fwinfo +5606 -0
  22. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/pyobjc_setup.py +73 -53
  23. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/setup.py +1 -2
  24. pyobjc_framework_fileprovider-10.3.2/Lib/pyobjc_framework_FileProvider.egg-info/requires.txt +0 -2
  25. pyobjc_framework_fileprovider-10.3.2/Modules/_FileProvider.m +0 -35
  26. pyobjc_framework_fileprovider-10.3.2/PyObjCTest/__init__.py +0 -1
  27. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/Lib/FileProvider/__init__.py +0 -0
  28. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/Lib/pyobjc_framework_FileProvider.egg-info/dependency_links.txt +0 -0
  29. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/Lib/pyobjc_framework_FileProvider.egg-info/not-zip-safe +0 -0
  30. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/Lib/pyobjc_framework_FileProvider.egg-info/top_level.txt +0 -0
  31. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/MANIFEST.in +0 -0
  32. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/PyObjCTest/test_fileprovider.py +0 -0
  33. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/PyObjCTest/test_nsfileprovideractions.py +0 -0
  34. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/PyObjCTest/test_nsfileproviderenumerating.py +0 -0
  35. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/PyObjCTest/test_nsfileprovidererror.py +0 -0
  36. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/PyObjCTest/test_nsfileprovideritem.py +0 -0
  37. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/PyObjCTest/test_nsfileprovideritemdecoration.py +0 -0
  38. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/PyObjCTest/test_nsfileproviderreplicatedextension.py +0 -0
  39. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/PyObjCTest/test_nsfileproviderrequest.py +0 -0
  40. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/PyObjCTest/test_nsfileproviderservice.py +0 -0
  41. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/PyObjCTest/test_nsfileprovidertesting.py +0 -0
  42. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/PyObjCTest/test_nsfileproviderthumbnailing.py +0 -0
  43. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/metadata/metadata.ini +0 -0
  44. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/metadata/raw/arm64-12.3.fwinfo +0 -0
  45. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/metadata/raw/arm64-13.3.fwinfo +0 -0
  46. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/metadata/raw/arm64-14.5.fwinfo +0 -0
  47. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/metadata/raw/x86_64-10.16.fwinfo +0 -0
  48. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/metadata/raw/x86_64-12.3.fwinfo +0 -0
  49. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/metadata/raw/x86_64-13.3.fwinfo +0 -0
  50. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/metadata/raw/x86_64-14.5.fwinfo +0 -0
  51. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/pyproject.toml +0 -0
  52. {pyobjc_framework_fileprovider-10.3.2 → pyobjc_framework_fileprovider-11.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Sat May 18 09:29:08 2024
3
+ # Last update: Sat Mar 8 10:37:18 2025
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -40,7 +40,7 @@ misc.update(
40
40
  }
41
41
  )
42
42
  constants = """$NSFileProviderDomainDidChange$NSFileProviderErrorCausedByErrorsKey$NSFileProviderErrorCollidingItemKey$NSFileProviderErrorDomain$NSFileProviderErrorItemKey$NSFileProviderErrorNonExistentItemIdentifierKey$NSFileProviderFavoriteRankUnranked@Q$NSFileProviderInitialPageSortedByDate$NSFileProviderInitialPageSortedByName$NSFileProviderMaterializedSetDidChange$NSFileProviderPendingSetDidChange$NSFileProviderRootContainerItemIdentifier$NSFileProviderTrashContainerItemIdentifier$NSFileProviderWorkingSetContainerItemIdentifier$"""
43
- enums = """$NSFileProviderContentPolicyDownloadEagerlyAndKeepDownloaded@3$NSFileProviderContentPolicyDownloadLazily@1$NSFileProviderContentPolicyDownloadLazilyAndEvictOnRemoteUpdate@2$NSFileProviderContentPolicyInherited@0$NSFileProviderCreateItemDeletionConflicted@2$NSFileProviderCreateItemMayAlreadyExist@1$NSFileProviderDeleteItemRecursive@1$NSFileProviderDomainRemovalModePreserveDirtyUserData@1$NSFileProviderDomainRemovalModePreserveDownloadedUserData@2$NSFileProviderDomainRemovalModeRemoveAll@0$NSFileProviderDomainTestingModeAlwaysEnabled@1$NSFileProviderDomainTestingModeInteractive@2$NSFileProviderErrorApplicationExtensionNotFound@-2014$NSFileProviderErrorCannotSynchronize@-2005$NSFileProviderErrorDeletionRejected@-1006$NSFileProviderErrorDirectoryNotEmpty@-1007$NSFileProviderErrorDomainDisabled@-2011$NSFileProviderErrorExcludedFromSync@-2010$NSFileProviderErrorFilenameCollision@-1001$NSFileProviderErrorInsufficientQuota@-1003$NSFileProviderErrorNewerExtensionVersionFound@-2004$NSFileProviderErrorNoSuchItem@-1005$NSFileProviderErrorNonEvictable@-2008$NSFileProviderErrorNonEvictableChildren@-2006$NSFileProviderErrorNotAuthenticated@-1000$NSFileProviderErrorOlderExtensionVersionRunning@-2003$NSFileProviderErrorPageExpired@-1002$NSFileProviderErrorProviderDomainNotFound@-2013$NSFileProviderErrorProviderDomainTemporarilyUnavailable@-2012$NSFileProviderErrorProviderNotFound@-2001$NSFileProviderErrorProviderTranslocated@-2002$NSFileProviderErrorServerUnreachable@-1004$NSFileProviderErrorSyncAnchorExpired@-1002$NSFileProviderErrorUnsyncedEdits@-2007$NSFileProviderErrorVersionNoLongerAvailable@-2009$NSFileProviderFetchContentsOptionsStrictVersioning@1$NSFileProviderFileSystemHidden@8$NSFileProviderFileSystemPathExtensionHidden@16$NSFileProviderFileSystemUserExecutable@1$NSFileProviderFileSystemUserReadable@2$NSFileProviderFileSystemUserWritable@4$NSFileProviderItemCapabilitiesAllowsAddingSubItems@2$NSFileProviderItemCapabilitiesAllowsAll@63$NSFileProviderItemCapabilitiesAllowsContentEnumerating@1$NSFileProviderItemCapabilitiesAllowsDeleting@32$NSFileProviderItemCapabilitiesAllowsEvicting@64$NSFileProviderItemCapabilitiesAllowsExcludingFromSync@128$NSFileProviderItemCapabilitiesAllowsReading@1$NSFileProviderItemCapabilitiesAllowsRenaming@8$NSFileProviderItemCapabilitiesAllowsReparenting@4$NSFileProviderItemCapabilitiesAllowsTrashing@16$NSFileProviderItemCapabilitiesAllowsWriting@2$NSFileProviderItemContentModificationDate@128$NSFileProviderItemContents@1$NSFileProviderItemCreationDate@64$NSFileProviderItemExtendedAttributes@512$NSFileProviderItemFavoriteRank@32$NSFileProviderItemFileSystemFlags@256$NSFileProviderItemFilename@2$NSFileProviderItemLastUsedDate@8$NSFileProviderItemParentItemIdentifier@4$NSFileProviderItemTagData@16$NSFileProviderItemTypeAndCreator@1024$NSFileProviderManagerDisconnectionOptionsTemporary@1$NSFileProviderMaterializationFlagsKnownSparseRanges@1$NSFileProviderModifyItemMayAlreadyExist@1$NSFileProviderTestingOperationSideDisk@0$NSFileProviderTestingOperationSideFileProvider@1$NSFileProviderTestingOperationTypeChildrenEnumeration@6$NSFileProviderTestingOperationTypeCollisionResolution@7$NSFileProviderTestingOperationTypeContentFetch@5$NSFileProviderTestingOperationTypeCreation@2$NSFileProviderTestingOperationTypeDeletion@4$NSFileProviderTestingOperationTypeIngestion@0$NSFileProviderTestingOperationTypeLookup@1$NSFileProviderTestingOperationTypeModification@3$"""
43
+ enums = """$NSFileProviderContentPolicyDownloadEagerlyAndKeepDownloaded@3$NSFileProviderContentPolicyDownloadLazily@1$NSFileProviderContentPolicyDownloadLazilyAndEvictOnRemoteUpdate@2$NSFileProviderContentPolicyInherited@0$NSFileProviderCreateItemDeletionConflicted@2$NSFileProviderCreateItemMayAlreadyExist@1$NSFileProviderDeleteItemRecursive@1$NSFileProviderDesktop@1$NSFileProviderDocuments@2$NSFileProviderDomainRemovalModePreserveDirtyUserData@1$NSFileProviderDomainRemovalModePreserveDownloadedUserData@2$NSFileProviderDomainRemovalModeRemoveAll@0$NSFileProviderDomainTestingModeAlwaysEnabled@1$NSFileProviderDomainTestingModeInteractive@2$NSFileProviderErrorApplicationExtensionNotFound@-2014$NSFileProviderErrorCannotSynchronize@-2005$NSFileProviderErrorDeletionRejected@-1006$NSFileProviderErrorDirectoryNotEmpty@-1007$NSFileProviderErrorDomainDisabled@-2011$NSFileProviderErrorExcludedFromSync@-2010$NSFileProviderErrorFilenameCollision@-1001$NSFileProviderErrorInsufficientQuota@-1003$NSFileProviderErrorNewerExtensionVersionFound@-2004$NSFileProviderErrorNoSuchItem@-1005$NSFileProviderErrorNonEvictable@-2008$NSFileProviderErrorNonEvictableChildren@-2006$NSFileProviderErrorNotAuthenticated@-1000$NSFileProviderErrorOlderExtensionVersionRunning@-2003$NSFileProviderErrorPageExpired@-1002$NSFileProviderErrorProviderDomainNotFound@-2013$NSFileProviderErrorProviderDomainTemporarilyUnavailable@-2012$NSFileProviderErrorProviderNotFound@-2001$NSFileProviderErrorProviderTranslocated@-2002$NSFileProviderErrorServerUnreachable@-1004$NSFileProviderErrorSyncAnchorExpired@-1002$NSFileProviderErrorUnsyncedEdits@-2007$NSFileProviderErrorVersionNoLongerAvailable@-2009$NSFileProviderFetchContentsOptionsStrictVersioning@1$NSFileProviderFileSystemHidden@8$NSFileProviderFileSystemPathExtensionHidden@16$NSFileProviderFileSystemUserExecutable@1$NSFileProviderFileSystemUserReadable@2$NSFileProviderFileSystemUserWritable@4$NSFileProviderItemCapabilitiesAllowsAddingSubItems@2$NSFileProviderItemCapabilitiesAllowsAll@63$NSFileProviderItemCapabilitiesAllowsContentEnumerating@1$NSFileProviderItemCapabilitiesAllowsDeleting@32$NSFileProviderItemCapabilitiesAllowsEvicting@64$NSFileProviderItemCapabilitiesAllowsExcludingFromSync@128$NSFileProviderItemCapabilitiesAllowsReading@1$NSFileProviderItemCapabilitiesAllowsRenaming@8$NSFileProviderItemCapabilitiesAllowsReparenting@4$NSFileProviderItemCapabilitiesAllowsTrashing@16$NSFileProviderItemCapabilitiesAllowsWriting@2$NSFileProviderItemContentModificationDate@128$NSFileProviderItemContents@1$NSFileProviderItemCreationDate@64$NSFileProviderItemExtendedAttributes@512$NSFileProviderItemFavoriteRank@32$NSFileProviderItemFileSystemFlags@256$NSFileProviderItemFilename@2$NSFileProviderItemLastUsedDate@8$NSFileProviderItemParentItemIdentifier@4$NSFileProviderItemTagData@16$NSFileProviderItemTypeAndCreator@1024$NSFileProviderManagerDisconnectionOptionsTemporary@1$NSFileProviderMaterializationFlagsKnownSparseRanges@1$NSFileProviderModifyItemMayAlreadyExist@1$NSFileProviderTestingOperationSideDisk@0$NSFileProviderTestingOperationSideFileProvider@1$NSFileProviderTestingOperationTypeChildrenEnumeration@6$NSFileProviderTestingOperationTypeCollisionResolution@7$NSFileProviderTestingOperationTypeContentFetch@5$NSFileProviderTestingOperationTypeCreation@2$NSFileProviderTestingOperationTypeDeletion@4$NSFileProviderTestingOperationTypeIngestion@0$NSFileProviderTestingOperationTypeLookup@1$NSFileProviderTestingOperationTypeModification@3$NSFileProviderVolumeUnsupportedReasonNetwork@16$NSFileProviderVolumeUnsupportedReasonNonAPFS@2$NSFileProviderVolumeUnsupportedReasonNonEncrypted@4$NSFileProviderVolumeUnsupportedReasonNone@0$NSFileProviderVolumeUnsupportedReasonQuarantined@32$NSFileProviderVolumeUnsupportedReasonReadOnly@8$NSFileProviderVolumeUnsupportedReasonUnknown@1$"""
44
44
  misc.update(
45
45
  {
46
46
  "NSFileProviderManagerDisconnectionOptions": NewType(
@@ -53,6 +53,7 @@ misc.update(
53
53
  "NSFileProviderCreateItemOptions": NewType(
54
54
  "NSFileProviderCreateItemOptions", int
55
55
  ),
56
+ "NSFileProviderKnownFolders": NewType("NSFileProviderKnownFolders", int),
56
57
  "NSFileProviderModifyItemOptions": NewType(
57
58
  "NSFileProviderModifyItemOptions", int
58
59
  ),
@@ -63,6 +64,9 @@ misc.update(
63
64
  "NSFileProviderDomainRemovalMode": NewType(
64
65
  "NSFileProviderDomainRemovalMode", int
65
66
  ),
67
+ "NSFileProviderVolumeUnsupportedReason": NewType(
68
+ "NSFileProviderVolumeUnsupportedReason", int
69
+ ),
66
70
  "NSFileProviderDeleteItemOptions": NewType(
67
71
  "NSFileProviderDeleteItemOptions", int
68
72
  ),
@@ -505,6 +509,16 @@ try:
505
509
  b"writePlaceholderAtURL:withMetadata:error:",
506
510
  {"retval": {"type": b"Z"}, "arguments": {4: {"type_modifier": b"o"}}},
507
511
  )
512
+ r(
513
+ b"NSFileProviderKnownFolderLocations",
514
+ b"setShouldCreateBinaryCompatibilitySymlink:",
515
+ {"arguments": {2: {"type": b"Z"}}},
516
+ )
517
+ r(
518
+ b"NSFileProviderKnownFolderLocations",
519
+ b"shouldCreateBinaryCompatibilitySymlink",
520
+ {"retval": {"type": b"Z"}},
521
+ )
508
522
  r(
509
523
  b"NSFileProviderManager",
510
524
  b"addDomain:completionHandler:",
@@ -519,6 +533,32 @@ try:
519
533
  }
520
534
  },
521
535
  )
536
+ r(
537
+ b"NSFileProviderManager",
538
+ b"checkDomainsCanBeStored:onVolumeAtURL:unsupportedReason:error:",
539
+ {
540
+ "retval": {"type": "Z"},
541
+ "arguments": {
542
+ 2: {"type": "^Z", "type_modifier": b"o"},
543
+ 4: {"type_modifier": b"o"},
544
+ 5: {"type_modifier": b"o"},
545
+ },
546
+ },
547
+ )
548
+ r(
549
+ b"NSFileProviderManager",
550
+ b"claimKnownFolders:localizedReason:completionHandler:",
551
+ {
552
+ "arguments": {
553
+ 4: {
554
+ "callable": {
555
+ "retval": {"type": b"v"},
556
+ "arguments": {0: {"type": b"^v"}, 1: {"type": b"@"}},
557
+ }
558
+ }
559
+ }
560
+ },
561
+ )
522
562
  r(
523
563
  b"NSFileProviderManager",
524
564
  b"disconnectWithReason:options:completionHandler:",
@@ -699,6 +739,20 @@ try:
699
739
  }
700
740
  },
701
741
  )
742
+ r(
743
+ b"NSFileProviderManager",
744
+ b"releaseKnownFolders:localizedReason:completionHandler:",
745
+ {
746
+ "arguments": {
747
+ 4: {
748
+ "callable": {
749
+ "retval": {"type": b"v"},
750
+ "arguments": {0: {"type": b"^v"}, 1: {"type": b"@"}},
751
+ }
752
+ }
753
+ }
754
+ },
755
+ )
702
756
  r(
703
757
  b"NSFileProviderManager",
704
758
  b"removeAllDomainsWithCompletionHandler:",
@@ -745,6 +799,20 @@ try:
745
799
  }
746
800
  },
747
801
  )
802
+ r(
803
+ b"NSFileProviderManager",
804
+ b"requestDiagnosticCollectionForItemWithIdentifier:errorReason:completionHandler:",
805
+ {
806
+ "arguments": {
807
+ 4: {
808
+ "callable": {
809
+ "retval": {"type": b"v"},
810
+ "arguments": {0: {"type": b"^v"}, 1: {"type": b"@"}},
811
+ }
812
+ }
813
+ }
814
+ },
815
+ )
748
816
  r(
749
817
  b"NSFileProviderManager",
750
818
  b"requestDownloadForItemWithIdentifier:requestedRange:completionHandler:",
@@ -820,6 +888,11 @@ try:
820
888
  }
821
889
  },
822
890
  )
891
+ r(
892
+ b"NSFileProviderManager",
893
+ b"stateDirectoryURLWithError:",
894
+ {"arguments": {2: {"type_modifier": b"o"}}},
895
+ )
823
896
  r(
824
897
  b"NSFileProviderManager",
825
898
  b"temporaryDirectoryURLWithError:",
@@ -1171,6 +1244,28 @@ try:
1171
1244
  b"finishEnumeratingWithError:",
1172
1245
  {"required": True, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
1173
1246
  )
1247
+ r(
1248
+ b"NSObject",
1249
+ b"getKnownFolderLocations:completionHandler:",
1250
+ {
1251
+ "required": True,
1252
+ "retval": {"type": b"v"},
1253
+ "arguments": {
1254
+ 2: {"type": b"Q"},
1255
+ 3: {
1256
+ "callable": {
1257
+ "retval": {"type": b"v"},
1258
+ "arguments": {
1259
+ 0: {"type": b"^v"},
1260
+ 1: {"type": b"@"},
1261
+ 2: {"type": b"@"},
1262
+ },
1263
+ },
1264
+ "type": b"@?",
1265
+ },
1266
+ },
1267
+ },
1268
+ )
1174
1269
  r(
1175
1270
  b"NSObject",
1176
1271
  b"importDidFinishWithCompletionHandler:",
@@ -1371,6 +1466,23 @@ try:
1371
1466
  "arguments": {2: {"type": b"Z"}, 3: {"type": b"@"}},
1372
1467
  },
1373
1468
  )
1469
+ r(
1470
+ b"NSObject",
1471
+ b"shouldConnectExternalDomainWithCompletionHandler:",
1472
+ {
1473
+ "required": True,
1474
+ "retval": {"type": b"v"},
1475
+ "arguments": {
1476
+ 2: {
1477
+ "callable": {
1478
+ "retval": {"type": b"v"},
1479
+ "arguments": {0: {"type": b"^v"}, 1: {"type": b"@"}},
1480
+ },
1481
+ "type": b"@?",
1482
+ }
1483
+ },
1484
+ },
1485
+ )
1374
1486
  r(b"NSObject", b"side", {"required": True, "retval": {"type": "Q"}})
1375
1487
  r(b"NSObject", b"sourceItem", {"required": True, "retval": {"type": b"@"}})
1376
1488
  r(
@@ -1644,6 +1756,9 @@ try:
1644
1756
  finally:
1645
1757
  objc._updatingMetadata(False)
1646
1758
 
1759
+ objc.registerNewKeywordsFromSelector(
1760
+ "NSFileProviderDomain", b"initWithDisplayName:userInfo:volumeURL:"
1761
+ )
1647
1762
  objc.registerNewKeywordsFromSelector(
1648
1763
  "NSFileProviderDomain", b"initWithIdentifier:displayName:"
1649
1764
  )
@@ -1654,6 +1769,12 @@ objc.registerNewKeywordsFromSelector(
1654
1769
  objc.registerNewKeywordsFromSelector(
1655
1770
  "NSFileProviderItemVersion", b"initWithContentVersion:metadataVersion:"
1656
1771
  )
1772
+ objc.registerNewKeywordsFromSelector(
1773
+ "NSFileProviderKnownFolderLocation", b"initWithExistingItemIdentifier:"
1774
+ )
1775
+ objc.registerNewKeywordsFromSelector(
1776
+ "NSFileProviderKnownFolderLocation", b"initWithParentItemIdentifier:filename:"
1777
+ )
1657
1778
  expressions = {}
1658
1779
 
1659
1780
  # END OF FILE
@@ -1,37 +1,48 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-FileProvider
3
- Version: 10.3.2
3
+ Version: 11.1
4
4
  Summary: Wrappers for the framework FileProvider on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
7
7
  Author-email: pyobjc-dev@lists.sourceforge.net
8
- License: MIT License
8
+ License: MIT
9
9
  Keywords: PyObjC,FileProvider
10
10
  Platform: MacOS X (>=10.15)
11
11
  Classifier: Development Status :: 5 - Production/Stable
12
12
  Classifier: Environment :: Console
13
13
  Classifier: Environment :: MacOS X :: Cocoa
14
14
  Classifier: Intended Audience :: Developers
15
- Classifier: License :: OSI Approved :: MIT License
16
15
  Classifier: Natural Language :: English
17
16
  Classifier: Operating System :: MacOS :: MacOS X
18
17
  Classifier: Programming Language :: Python
19
18
  Classifier: Programming Language :: Python :: 3
20
19
  Classifier: Programming Language :: Python :: 3 :: Only
21
- Classifier: Programming Language :: Python :: 3.8
22
20
  Classifier: Programming Language :: Python :: 3.9
23
21
  Classifier: Programming Language :: Python :: 3.10
24
22
  Classifier: Programming Language :: Python :: 3.11
25
23
  Classifier: Programming Language :: Python :: 3.12
26
24
  Classifier: Programming Language :: Python :: 3.13
25
+ Classifier: Programming Language :: Python :: 3.14
27
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
27
  Classifier: Programming Language :: Objective C
29
28
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
29
  Classifier: Topic :: Software Development :: User Interfaces
31
- Requires-Python: >=3.8
30
+ Requires-Python: >=3.9
32
31
  Description-Content-Type: text/x-rst; charset=UTF-8
33
- Requires-Dist: pyobjc-core>=10.3.2
34
- Requires-Dist: pyobjc-framework-Cocoa>=10.3.2
32
+ Requires-Dist: pyobjc-core>=11.1
33
+ Requires-Dist: pyobjc-framework-Cocoa>=11.1
34
+ Dynamic: author
35
+ Dynamic: author-email
36
+ Dynamic: classifier
37
+ Dynamic: description
38
+ Dynamic: description-content-type
39
+ Dynamic: home-page
40
+ Dynamic: keywords
41
+ Dynamic: license
42
+ Dynamic: platform
43
+ Dynamic: requires-dist
44
+ Dynamic: requires-python
45
+ Dynamic: summary
35
46
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
36
47
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
37
48
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
@@ -9,6 +9,7 @@ Lib/pyobjc_framework_FileProvider.egg-info/PKG-INFO
9
9
  Lib/pyobjc_framework_FileProvider.egg-info/SOURCES.txt
10
10
  Lib/pyobjc_framework_FileProvider.egg-info/dependency_links.txt
11
11
  Lib/pyobjc_framework_FileProvider.egg-info/not-zip-safe
12
+ Lib/pyobjc_framework_FileProvider.egg-info/pyobjc-build-info.txt
12
13
  Lib/pyobjc_framework_FileProvider.egg-info/requires.txt
13
14
  Lib/pyobjc_framework_FileProvider.egg-info/top_level.txt
14
15
  Modules/_FileProvider.m
@@ -24,6 +25,7 @@ PyObjCTest/test_nsfileprovidererror.py
24
25
  PyObjCTest/test_nsfileproviderextension.py
25
26
  PyObjCTest/test_nsfileprovideritem.py
26
27
  PyObjCTest/test_nsfileprovideritemdecoration.py
28
+ PyObjCTest/test_nsfileproviderknownfolders.py
27
29
  PyObjCTest/test_nsfileprovidermanager.py
28
30
  PyObjCTest/test_nsfileproviderreplicatedextension.py
29
31
  PyObjCTest/test_nsfileproviderrequest.py
@@ -35,7 +37,11 @@ metadata/metadata.ini
35
37
  metadata/raw/arm64-12.3.fwinfo
36
38
  metadata/raw/arm64-13.3.fwinfo
37
39
  metadata/raw/arm64-14.5.fwinfo
40
+ metadata/raw/arm64-15.0.fwinfo
41
+ metadata/raw/arm64-15.4.fwinfo
38
42
  metadata/raw/x86_64-10.16.fwinfo
39
43
  metadata/raw/x86_64-12.3.fwinfo
40
44
  metadata/raw/x86_64-13.3.fwinfo
41
- metadata/raw/x86_64-14.5.fwinfo
45
+ metadata/raw/x86_64-14.5.fwinfo
46
+ metadata/raw/x86_64-15.0.fwinfo
47
+ metadata/raw/x86_64-15.4.fwinfo
@@ -0,0 +1,3 @@
1
+ macOS 15.5 (24F74)
2
+ Apple clang version 17.0.0 (clang-1700.0.13.5)
3
+ SDK: macOS 15.5
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=11.1
2
+ pyobjc-framework-Cocoa>=11.1
@@ -1,7 +1,7 @@
1
1
  (This is the MIT license, note that libffi-src is a separate product with its own license)
2
2
 
3
3
  Copyright 2002, 2003 - Bill Bumgarner, Ronald Oussoren, Steve Majewski, Lele Gaifax, et.al.
4
- Copyright 2003-2024 - Ronald Oussoren
4
+ Copyright 2003-2025 - Ronald Oussoren
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7
7
 
@@ -0,0 +1,67 @@
1
+ #define PY_SSIZE_T_CLEAN
2
+ #include "Python.h"
3
+ #include "pyobjc-api.h"
4
+
5
+ #import <FileProvider/FileProvider.h>
6
+ #import <Foundation/Foundation.h>
7
+
8
+ /* We include the source code here instead of
9
+ * using the linker due to limitations in pyobjc-api.h
10
+ */
11
+ #include "_FileProvider_protocols.m"
12
+
13
+ static PyMethodDef mod_methods[] = {
14
+ {0, 0, 0, 0} /* sentinel */
15
+ };
16
+
17
+ static int mod_exec_module(PyObject* m)
18
+ {
19
+ return 0;
20
+ }
21
+
22
+ static struct PyModuleDef_Slot mod_slots[] = {
23
+ {
24
+ .slot = Py_mod_exec,
25
+ .value = (void*)mod_exec_module
26
+ },
27
+ #if PY_VERSION_HEX >= 0x030c0000
28
+ {
29
+ /* This extension does not use the CPython API other than initializing
30
+ * the module, hence is safe with subinterpreters and per-interpreter
31
+ * GILs
32
+ */
33
+ .slot = Py_mod_multiple_interpreters,
34
+ .value = Py_MOD_PER_INTERPRETER_GIL_SUPPORTED,
35
+ },
36
+ #endif
37
+ #if PY_VERSION_HEX >= 0x030d0000
38
+ {
39
+ /* The code in this extension should be safe to use without the GIL */
40
+ .slot = Py_mod_gil,
41
+ .value = Py_MOD_GIL_NOT_USED,
42
+ },
43
+ #endif
44
+ { /* Sentinel */
45
+ .slot = 0,
46
+ .value = 0
47
+ }
48
+ };
49
+
50
+ static struct PyModuleDef mod_module = {
51
+ .m_base = PyModuleDef_HEAD_INIT,
52
+ .m_name = "_FileProvider",
53
+ .m_doc = NULL,
54
+ .m_size = 0,
55
+ .m_methods = mod_methods,
56
+ .m_slots = mod_slots,
57
+ .m_traverse = NULL,
58
+ .m_clear = NULL,
59
+ .m_free = NULL,
60
+ };
61
+
62
+ PyObject* PyInit__FileProvider(void);
63
+
64
+ PyObject* __attribute__((__visibility__("default"))) PyInit__FileProvider(void)
65
+ {
66
+ return PyModuleDef_Init(&mod_module);
67
+ }
@@ -39,4 +39,10 @@ static void __attribute__((__used__)) use_protocols(void)
39
39
  p = PyObjC_IdToPython(@protocol(NSFileProviderPartialContentFetching));
40
40
  Py_XDECREF(p);
41
41
  #endif
42
+ #if PyObjC_BUILD_RELEASE >= 1500
43
+ p = PyObjC_IdToPython(@protocol(NSFileProviderKnownFolderSupporting));
44
+ Py_XDECREF(p);
45
+ p = PyObjC_IdToPython(@protocol(NSFileProviderExternalVolumeHandling));
46
+ Py_XDECREF(p);
47
+ #endif
42
48
  }
@@ -83,7 +83,7 @@ struct pyobjc_api {
83
83
  PyObject* _Nullable (*_Nonnull unsupported_method_caller)(
84
84
  PyObject* _Nonnull, PyObject* _Nonnull, PyObject* _Nonnull const* _Nonnull,
85
85
  size_t);
86
- void (*_Nonnull err_python_to_objc_gil)(PyGILState_STATE* _Nonnull state);
86
+ void (*_Nonnull err_python_to_objc_gil)(PyGILState_STATE* _Nonnull state) __attribute__((__noreturn__));
87
87
  int (*_Nonnull simplify_sig)(const char* signature, char* buf, size_t buflen);
88
88
  void (*_Nonnull free_c_array)(int, Py_buffer*);
89
89
  int (*_Nonnull py_to_c_array)(BOOL, BOOL, const char* _Nonnull, PyObject* _Nonnull,
@@ -11,6 +11,12 @@
11
11
 
12
12
  NS_ASSUME_NONNULL_BEGIN
13
13
 
14
+ #ifdef USE_STATIC_ANALYZER
15
+ #define CLANG_SUPPRESS [[clang::suppress]]
16
+ #else
17
+ #define CLANG_SUPPRESS
18
+ #endif
19
+
14
20
  /*
15
21
  *
16
22
  * Start of compiler definitions
@@ -153,10 +159,6 @@ extern PyObject* _Nullable PyObject_VectorcallMethod(
153
159
 
154
160
  extern int PyObjC_Cmp(PyObject* o1, PyObject* o2, int* result);
155
161
 
156
- extern PyObject* _Nullable PyObjCBytes_InternFromString(const char* v);
157
- extern PyObject* _Nullable PyObjCBytes_InternFromStringAndSize(const char* v,
158
- Py_ssize_t l);
159
-
160
162
  /*
161
163
  * A micro optimization: when using Python 3.3 or later it
162
164
  * is possible to access a 'char*' with an ASCII representation
@@ -177,7 +179,7 @@ extern const char* _Nullable PyObjC_Unicode_Fast_Bytes(PyObject* object);
177
179
 
178
180
  static inline PyObject* _Nullable* _Nonnull PyTuple_ITEMS(PyObject* tuple)
179
181
  {
180
- return &PyTuple_GET_ITEM(tuple, 0);
182
+ return &PyTuple_GET_ITEM(tuple, 0); // LCOV_BR_EXCL_LINE
181
183
  }
182
184
 
183
185
  /* This is a crude hack to disable a otherwise useful warning in the context of
@@ -196,7 +198,7 @@ _PyObjCTuple_SetItem(PyObject* tuple, Py_ssize_t idx, PyObject* _Nullable value)
196
198
  static inline PyObject*
197
199
  _PyObjCTuple_GetItem(PyObject* tuple, Py_ssize_t idx)
198
200
  {
199
- return PyTuple_GET_ITEM(tuple, idx);
201
+ return PyTuple_GET_ITEM(tuple, idx); // LCOV_BR_EXCL_LINE
200
202
  }
201
203
  #undef PyTuple_GET_ITEM
202
204
  #define PyTuple_GET_ITEM(a, b) _PyObjCTuple_GetItem(a, b)
@@ -238,7 +240,173 @@ _PyObjCTuple_GetItem(PyObject* tuple, Py_ssize_t idx)
238
240
  PyGILState_Release(_GILState); \
239
241
  } while (0)
240
242
 
241
- extern PyObject* _Nullable PyObjC_get_tp_dict(PyTypeObject* _Nonnull tp);
243
+ #if PY_VERSION_HEX < 0x030a0000
244
+
245
+ static inline PyObject* Py_NewRef(PyObject* o)
246
+ {
247
+ Py_INCREF(o);
248
+ return o;
249
+ }
250
+
251
+ static inline PyObject* Py_XNewRef(PyObject* o)
252
+ {
253
+ Py_XINCREF(o);
254
+ return o;
255
+ }
256
+
257
+ #endif /* PY_VERSION_HEX < 0x030a0000 */
258
+
259
+ #if PY_VERSION_HEX < 0x030d0000
260
+ #define Py_BEGIN_CRITICAL_SECTION(value) { (void)(value);
261
+ #define Py_END_CRITICAL_SECTION() }
262
+ #define Py_EXIT_CRITICAL_SECTION() ((void)0)
263
+
264
+ #define Py_BEGIN_CRITICAL_SECTION2(value1, value2) { (void)(value1); (void)(value2);
265
+ #define Py_END_CRITICAL_SECTION2() }
266
+ #define Py_EXIT_CRITICAL_SECTION2() ((void)0)
267
+
268
+ #define PyObjC_ATOMIC
269
+
270
+ #else
271
+
272
+ #ifdef Py_GIL_DISABLED
273
+ #define Py_EXIT_CRITICAL_SECTION() PyCriticalSection_End(&_py_cs)
274
+ #define Py_EXIT_CRITICAL_SECTION2() PyCriticalSection2_End(&_py_cs2)
275
+ #define PyObjC_ATOMIC _Atomic
276
+ #else
277
+ #define Py_EXIT_CRITICAL_SECTION() ((void)0)
278
+ #define Py_EXIT_CRITICAL_SECTION2() ((void)0)
279
+ #define PyObjC_ATOMIC
280
+ #endif
281
+
282
+ #endif
283
+
284
+ #if PY_VERSION_HEX < 0x030d0000
285
+ static inline int PyDict_GetItemRef(PyObject *p, PyObject *key, PyObject * _Nonnull* _Nullable result)
286
+ {
287
+ *result = PyDict_GetItemWithError(p, key);
288
+ if (*result == NULL) {
289
+ if (PyErr_Occurred()) {
290
+ return -1;
291
+ } else {
292
+ return 0;
293
+ }
294
+ } else {
295
+ Py_INCREF(*result);
296
+ return 1;
297
+ }
298
+ }
299
+
300
+ static inline PyObject* _Nullable PyList_GetItemRef(PyObject* l, Py_ssize_t i)
301
+ {
302
+ PyObject* result = PyList_GetItem(l, i);
303
+ Py_XINCREF(result);
304
+ return result;
305
+ }
306
+ #endif
307
+
308
+ #if PY_VERSION_HEX < 0x030c0000
309
+ static inline PyObject* PyType_GetDict(PyTypeObject* type)
310
+ {
311
+ PyObject* result = type->tp_dict;
312
+ Py_INCREF(result);
313
+ return result;
314
+ }
315
+ #endif
316
+
317
+ #if PY_VERSION_HEX >= 0x030c0000 && PY_VERSION_HEX < 0x030e0000
318
+ /*
319
+ * These are available in 3.14 and above, the definitions below
320
+ * mirror the private implementation in 3.13.
321
+ */
322
+ static inline int PyUnstable_Object_IsUniquelyReferenced(PyObject* ob)
323
+ {
324
+ #ifdef Py_GIL_DISABLED
325
+ return (_Py_IsOwnedByCurrentThread(ob) &&
326
+ _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local) == 1 &&
327
+ _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared) == 0);
328
+ #else
329
+ return Py_REFCNT(ob) == 1;
330
+ #endif
331
+ }
332
+
333
+ static inline void
334
+ PyUnstable_EnableTryIncRef(PyObject* op __attribute__((__unused__)))
335
+ {
336
+ #ifdef Py_GIL_DISABLED
337
+ for (;;) {
338
+ Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&op->ob_ref_shared);
339
+ if ((shared & _Py_REF_SHARED_FLAG_MASK) != 0) {
340
+ // Nothing to do if it's in WEAKREFS, QUEUED, or MERGED states.
341
+ return;
342
+ }
343
+ if (_Py_atomic_compare_exchange_ssize(
344
+ &op->ob_ref_shared, &shared, shared | _Py_REF_MAYBE_WEAKREF)) {
345
+ return;
346
+ }
347
+ }
348
+ #endif
349
+ }
350
+
351
+ #ifdef Py_GIL_DISABLED
352
+ static inline int
353
+ _Py_TryIncrefFast(PyObject *op) {
354
+ uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
355
+ local += 1;
356
+ if (local == 0) {
357
+ // immortal
358
+ return 1;
359
+ }
360
+ if (_Py_IsOwnedByCurrentThread(op)) {
361
+ _Py_INCREF_STAT_INC();
362
+ _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, local);
363
+ #ifdef Py_REF_DEBUG
364
+ _Py_IncRefTotal(_PyThreadState_GET());
365
+ #endif
366
+ return 1;
367
+ }
368
+ return 0;
369
+ }
370
+
371
+ static inline int
372
+ _Py_TryIncRefShared(PyObject *op)
373
+ {
374
+ Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&op->ob_ref_shared);
375
+ for (;;) {
376
+ // If the shared refcount is zero and the object is either merged
377
+ // or may not have weak references, then we cannot incref it.
378
+ if (shared == 0 || shared == _Py_REF_MERGED) {
379
+ return 0;
380
+ }
381
+
382
+ if (_Py_atomic_compare_exchange_ssize(
383
+ &op->ob_ref_shared,
384
+ &shared,
385
+ shared + (1 << _Py_REF_SHARED_SHIFT))) {
386
+ #ifdef Py_REF_DEBUG
387
+ _Py_IncRefTotal(_PyThreadState_GET());
388
+ #endif
389
+ _Py_INCREF_STAT_INC();
390
+ return 1;
391
+ }
392
+ }
393
+ }
394
+ #endif
395
+
396
+ static inline int
397
+ PyUnstable_TryIncRef(PyObject *op __attribute__((__unused__)))
398
+ {
399
+ #ifdef Py_GIL_DISABLED
400
+ return _Py_TryIncrefFast(op) || _Py_TryIncRefShared(op);
401
+ #else
402
+ if (Py_REFCNT(op) > 0) {
403
+ Py_INCREF(op);
404
+ return 1;
405
+ }
406
+ return 0;
407
+ #endif
408
+ }
409
+ #endif
242
410
 
243
411
  NS_ASSUME_NONNULL_END
244
412