pyobjc-framework-AuthenticationServices 12.0__tar.gz → 12.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.
Files changed (77) hide show
  1. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/Lib/AuthenticationServices/_metadata.py +6 -1
  2. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/Lib/pyobjc_framework_AuthenticationServices.egg-info/PKG-INFO +5 -6
  3. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/Lib/pyobjc_framework_AuthenticationServices.egg-info/SOURCES.txt +2 -2
  4. pyobjc_framework_authenticationservices-12.1/Lib/pyobjc_framework_AuthenticationServices.egg-info/pyobjc-build-info.txt +3 -0
  5. pyobjc_framework_authenticationservices-12.1/Lib/pyobjc_framework_AuthenticationServices.egg-info/requires.txt +2 -0
  6. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/Modules/pyobjc-compat.h +19 -48
  7. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PKG-INFO +5 -6
  8. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationwebbrowserpublickeycredentialmanager.py +8 -0
  9. pyobjc_framework_authenticationservices-12.0/metadata/raw/arm64-26.0.fwinfo → pyobjc_framework_authenticationservices-12.1/metadata/raw/arm64-26.1.fwinfo +41 -3
  10. pyobjc_framework_authenticationservices-12.0/metadata/raw/x86_64-26.0.fwinfo → pyobjc_framework_authenticationservices-12.1/metadata/raw/x86_64-26.1.fwinfo +41 -3
  11. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/pyobjc_setup.py +4 -5
  12. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/setup.py +1 -1
  13. pyobjc_framework_authenticationservices-12.0/Lib/pyobjc_framework_AuthenticationServices.egg-info/pyobjc-build-info.txt +0 -3
  14. pyobjc_framework_authenticationservices-12.0/Lib/pyobjc_framework_AuthenticationServices.egg-info/requires.txt +0 -2
  15. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/Lib/AuthenticationServices/__init__.py +0 -0
  16. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/Lib/pyobjc_framework_AuthenticationServices.egg-info/dependency_links.txt +0 -0
  17. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/Lib/pyobjc_framework_AuthenticationServices.egg-info/not-zip-safe +0 -0
  18. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/Lib/pyobjc_framework_AuthenticationServices.egg-info/top_level.txt +0 -0
  19. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/License.txt +0 -0
  20. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/MANIFEST.in +0 -0
  21. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/Modules/_AuthenticationServices.m +0 -0
  22. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/Modules/_AuthenticationServices_protocols.m +0 -0
  23. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/Modules/pyobjc-api.h +0 -0
  24. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/__init__.py +0 -0
  25. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorization.py +0 -0
  26. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationappleidbutton.py +0 -0
  27. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationappleidcredential.py +0 -0
  28. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationappleidprovider.py +0 -0
  29. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationcontroller.py +0 -0
  30. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationcredential.py +0 -0
  31. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationerror.py +0 -0
  32. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationopenidrequest.py +0 -0
  33. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationplatformpublickeycredentialregistrationrequest.py +0 -0
  34. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationprovider.py +0 -0
  35. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationproviderextensionauthorizationrequest.py +0 -0
  36. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationproviderextensionloginconfiguration.py +0 -0
  37. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationproviderextensionloginmanager.py +0 -0
  38. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationproviderextensionregistrationhandler.py +0 -0
  39. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationproviderextensionuserloginconfiguration.py +0 -0
  40. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationpublickeycredentialconstants.py +0 -0
  41. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationpublickeycredentialdescriptor.py +0 -0
  42. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobRegistrationinput.py +0 -0
  43. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobassertioninput.h +0 -0
  44. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobassertionoutput.py +0 -0
  45. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobregistrationoutput.py +0 -0
  46. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationpublickeycredentialregistration.py +0 -0
  47. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationpublickeycredentialregistrationrequest.py +0 -0
  48. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationsecuritykeypublickeycredentialassertion.py +0 -0
  49. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationsecuritykeypublickeycredentialdescriptor.py +0 -0
  50. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationsinglesignonprovider.py +0 -0
  51. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationsinglesignonrequest.py +0 -0
  52. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialassertionrequest.py +0 -0
  53. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialprovider.py +0 -0
  54. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialregistrationrequest.py +0 -0
  55. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationwebbrowserpublickeycredentailregistrationrequest.py +0 -0
  56. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asauthorizationwebbrowserpublickeycredentialprovider.py +0 -0
  57. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_ascoseconstants.py +0 -0
  58. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_ascredentialidentity.py +0 -0
  59. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_ascredentialidentitystore.py +0 -0
  60. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_ascredentialidentitystorestate.py +0 -0
  61. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_ascredentialproviderextensioncontext.py +0 -0
  62. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_ascredentialrequest.py +0 -0
  63. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_ascredentialserviceidentifier.py +0 -0
  64. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_asextensionerrors.py +0 -0
  65. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_aspublickeycredential.py +0 -0
  66. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_aspublickeycredentialclientdata.py +0 -0
  67. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_assettingshelper.py +0 -0
  68. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_aswebauthenticationsession.py +0 -0
  69. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_aswebauthenticationsessioncallback.py +0 -0
  70. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_aswebauthenticationsessionrequestdelegate.py +0 -0
  71. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionhandling.py +0 -0
  72. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionmanager.py +0 -0
  73. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/PyObjCTest/test_authenticationservices.py +0 -0
  74. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/metadata/AuthenticationServices.fwinfo +0 -0
  75. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/metadata/metadata.ini +0 -0
  76. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/pyproject.toml +0 -0
  77. {pyobjc_framework_authenticationservices-12.0 → pyobjc_framework_authenticationservices-12.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Tue Aug 5 22:44:20 2025
3
+ # Last update: Sun Oct 26 11:02:36 2025
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -455,6 +455,11 @@ try:
455
455
  b"setUserInterfaceEnabled:",
456
456
  {"arguments": {2: {"type": b"Z"}}},
457
457
  )
458
+ r(
459
+ b"ASAuthorizationWebBrowserPublicKeyCredentialManager",
460
+ b"isDeviceConfiguredForPasskeys",
461
+ {"retval": {"type": b"Z"}},
462
+ )
458
463
  r(
459
464
  b"ASAuthorizationWebBrowserPublicKeyCredentialManager",
460
465
  b"platformCredentialsForRelyingParty:completionHandler:",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-AuthenticationServices
3
- Version: 12.0
3
+ Version: 12.1
4
4
  Summary: Wrappers for the framework AuthenticationServices on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -17,7 +17,6 @@ Classifier: Operating System :: MacOS :: MacOS X
17
17
  Classifier: Programming Language :: Python
18
18
  Classifier: Programming Language :: Python :: 3
19
19
  Classifier: Programming Language :: Python :: 3 :: Only
20
- Classifier: Programming Language :: Python :: 3.9
21
20
  Classifier: Programming Language :: Python :: 3.10
22
21
  Classifier: Programming Language :: Python :: 3.11
23
22
  Classifier: Programming Language :: Python :: 3.12
@@ -25,14 +24,14 @@ Classifier: Programming Language :: Python :: 3.13
25
24
  Classifier: Programming Language :: Python :: 3.14
26
25
  Classifier: Programming Language :: Python :: 3.15
27
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
- Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
27
+ Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
29
28
  Classifier: Programming Language :: Objective C
30
29
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
31
30
  Classifier: Topic :: Software Development :: User Interfaces
32
- Requires-Python: >=3.9
31
+ Requires-Python: >=3.10
33
32
  Description-Content-Type: text/x-rst; charset=UTF-8
34
- Requires-Dist: pyobjc-core>=12.0
35
- Requires-Dist: pyobjc-framework-Cocoa>=12.0
33
+ Requires-Dist: pyobjc-core>=12.1
34
+ Requires-Dist: pyobjc-framework-Cocoa>=12.1
36
35
  Dynamic: author
37
36
  Dynamic: author-email
38
37
  Dynamic: classifier
@@ -73,5 +73,5 @@ PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionmanager.py
73
73
  PyObjCTest/test_authenticationservices.py
74
74
  metadata/AuthenticationServices.fwinfo
75
75
  metadata/metadata.ini
76
- metadata/raw/arm64-26.0.fwinfo
77
- metadata/raw/x86_64-26.0.fwinfo
76
+ metadata/raw/arm64-26.1.fwinfo
77
+ metadata/raw/x86_64-26.1.fwinfo
@@ -0,0 +1,3 @@
1
+ macOS 26.1 (25B77)
2
+ Apple clang version 17.0.0 (clang-1700.4.4.1)
3
+ SDK: macOS 26.1
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=12.1
2
+ pyobjc-framework-Cocoa>=12.1
@@ -22,12 +22,14 @@ NS_ASSUME_NONNULL_BEGIN
22
22
  * Start of compiler definitions
23
23
  *
24
24
  */
25
+ #if 0
25
26
  #ifndef __has_feature
26
27
  #define __has_feature(x) 0
27
28
  #endif
28
29
  #ifndef __has_extension
29
30
  #define __has_extension(x) __has_feature(x)
30
31
  #endif
32
+ #endif
31
33
 
32
34
  #if __has_extension(c_static_assert)
33
35
  #define STATIC_ASSERT(test, message) _Static_assert(test, message)
@@ -59,42 +61,8 @@ NS_ASSUME_NONNULL_BEGIN
59
61
  * XXX: Are these needed?
60
62
  */
61
63
 
62
- #ifdef __GNUC__
63
64
  #define unlikely(x) __builtin_expect(!!(x), 0)
64
65
  #define likely(x) __builtin_expect(!!(x), 1)
65
- #else
66
- #define likely(x) x
67
- #define likely(x) x
68
- #endif
69
-
70
- /* On some versions of GCC <limits.h> defines LONG_LONG_MAX but not LLONG_MAX, compensate.
71
- */
72
- #ifndef LLONG_MIN
73
- #ifdef LONG_LONG_MIN
74
- #define LLONG_MIN LONG_LONG_MIN
75
- #define LLONG_MAX LONG_LONG_MAX
76
- #define ULLONG_MAX ULONG_LONG_MAX
77
- #endif
78
- #endif
79
-
80
- /*
81
- *
82
- * End of compiler support helpers
83
- *
84
- * XXX: These two are no longer needed, all supported platforms
85
- * are 64-bit
86
- */
87
-
88
- #if __LP64__
89
- #define Py_ARG_NSInteger "l"
90
- #define Py_ARG_NSUInteger "k"
91
- #else
92
- #define Py_ARG_NSInteger "i"
93
- #define Py_ARG_NSUInteger "I"
94
- #endif
95
-
96
- #define PyObjC__STR(x) #x
97
- #define PyObjC_STR(x) PyObjC__STR(x)
98
66
 
99
67
  /*
100
68
  *
@@ -131,20 +99,6 @@ NS_ASSUME_NONNULL_BEGIN
131
99
 
132
100
  extern int PyObjC_Cmp(PyObject* o1, PyObject* o2, int* result);
133
101
 
134
- /*
135
- * A micro optimization: when using Python 3.3 or later it
136
- * is possible to access a 'char*' with an ASCII representation
137
- * of a unicode object without first converting it to a bytes
138
- * string (if the string can be encoded as ASCII in the first
139
- * place.
140
- *
141
- * This slightly reduces the object allocation rate during
142
- * attribute access.
143
- *
144
- * XXX: Use PyUnicode_AsUTF8 instead.
145
- */
146
- extern const char* _Nullable PyObjC_Unicode_Fast_Bytes(PyObject* object);
147
-
148
102
  #ifdef __clang__
149
103
 
150
104
  #ifndef Py_LIMITED_API
@@ -286,6 +240,23 @@ static inline PyObject* _Nullable PyList_GetItemRef(PyObject* l, Py_ssize_t i)
286
240
  Py_XINCREF(result);
287
241
  return result;
288
242
  }
243
+
244
+ static inline int
245
+ PyDict_SetDefaultRef(PyObject* p, PyObject* key, PyObject* default_value,
246
+ PyObject* _Nonnull* _Nullable result)
247
+ {
248
+ *result = PyDict_SetDefault(p, key, default_value);
249
+ if (*result == NULL) {
250
+ return -1;
251
+ }
252
+ Py_INCREF(*result);
253
+
254
+ /* This does not follow the spec, should return 1 when the key was already
255
+ * in the dict. That part of the API is not used in PyObjC though.
256
+ */
257
+ return 0;
258
+ }
259
+
289
260
  #endif
290
261
 
291
262
  #if PY_VERSION_HEX < 0x030c0000
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-AuthenticationServices
3
- Version: 12.0
3
+ Version: 12.1
4
4
  Summary: Wrappers for the framework AuthenticationServices on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -17,7 +17,6 @@ Classifier: Operating System :: MacOS :: MacOS X
17
17
  Classifier: Programming Language :: Python
18
18
  Classifier: Programming Language :: Python :: 3
19
19
  Classifier: Programming Language :: Python :: 3 :: Only
20
- Classifier: Programming Language :: Python :: 3.9
21
20
  Classifier: Programming Language :: Python :: 3.10
22
21
  Classifier: Programming Language :: Python :: 3.11
23
22
  Classifier: Programming Language :: Python :: 3.12
@@ -25,14 +24,14 @@ Classifier: Programming Language :: Python :: 3.13
25
24
  Classifier: Programming Language :: Python :: 3.14
26
25
  Classifier: Programming Language :: Python :: 3.15
27
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
- Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
27
+ Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
29
28
  Classifier: Programming Language :: Objective C
30
29
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
31
30
  Classifier: Topic :: Software Development :: User Interfaces
32
- Requires-Python: >=3.9
31
+ Requires-Python: >=3.10
33
32
  Description-Content-Type: text/x-rst; charset=UTF-8
34
- Requires-Dist: pyobjc-core>=12.0
35
- Requires-Dist: pyobjc-framework-Cocoa>=12.0
33
+ Requires-Dist: pyobjc-core>=12.1
34
+ Requires-Dist: pyobjc-framework-Cocoa>=12.1
36
35
  Dynamic: author
37
36
  Dynamic: author-email
38
37
  Dynamic: classifier
@@ -39,3 +39,11 @@ class TestASAuthorizationWebBrowserPublicKeyCredentialManager(TestCase):
39
39
  1,
40
40
  b"v@",
41
41
  )
42
+
43
+ @min_os_level("26.1")
44
+ def test_methods26_1(self):
45
+ self.assertArgIsBlock(
46
+ AuthenticationServices.ASAuthorizationWebBrowserPublicKeyCredentialManager.platformCredentialsForRelyingParty_completionHandler_,
47
+ 1,
48
+ b"vZ",
49
+ )
@@ -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: Wed Jul 23 12:18:51 2025
4
+ // Last update: Sun Oct 26 11:02:14 2025
5
5
  {
6
6
  "arch": "arm64",
7
7
  "definitions": {
@@ -4978,6 +4978,16 @@
4978
4978
  "selector": "registrationToken",
4979
4979
  "visibility": "public"
4980
4980
  },
4981
+ {
4982
+ "args": [],
4983
+ "class_method": false,
4984
+ "retval": {
4985
+ "typestr": "q",
4986
+ "typestr_special": false
4987
+ },
4988
+ "selector": "authenticationMethod",
4989
+ "visibility": "public"
4990
+ },
4981
4991
  {
4982
4992
  "args": [],
4983
4993
  "class_method": false,
@@ -5095,6 +5105,15 @@
5095
5105
  "typestr": "@",
5096
5106
  "typestr_special": false
5097
5107
  },
5108
+ {
5109
+ "attributes": [
5110
+ "nonatomic",
5111
+ "readonly"
5112
+ ],
5113
+ "name": "authenticationMethod",
5114
+ "typestr": "q",
5115
+ "typestr_special": false
5116
+ },
5098
5117
  {
5099
5118
  "attributes": [
5100
5119
  "copy",
@@ -7059,6 +7078,16 @@
7059
7078
  "selector": "platformCredentialsForRelyingParty:completionHandler:",
7060
7079
  "visibility": "public"
7061
7080
  },
7081
+ {
7082
+ "args": [],
7083
+ "class_method": true,
7084
+ "retval": {
7085
+ "typestr": "Z",
7086
+ "typestr_special": true
7087
+ },
7088
+ "selector": "isDeviceConfiguredForPasskeys",
7089
+ "visibility": "public"
7090
+ },
7062
7091
  {
7063
7092
  "args": [],
7064
7093
  "class_method": false,
@@ -7072,6 +7101,15 @@
7072
7101
  ],
7073
7102
  "name": "ASAuthorizationWebBrowserPublicKeyCredentialManager",
7074
7103
  "properties": [
7104
+ {
7105
+ "attributes": [
7106
+ "nonatomic",
7107
+ "readonly"
7108
+ ],
7109
+ "name": "isDeviceConfiguredForPasskeys",
7110
+ "typestr": "Z",
7111
+ "typestr_special": true
7112
+ },
7075
7113
  {
7076
7114
  "attributes": [
7077
7115
  "nonatomic",
@@ -12938,6 +12976,6 @@
12938
12976
  "ASWebAuthenticationSessionWebBrowserSessionHandling.h",
12939
12977
  "ASWebAuthenticationSessionWebBrowserSessionManager.h"
12940
12978
  ],
12941
- "release": "10.16",
12942
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk"
12979
+ "release": "26.0.1",
12980
+ "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.1.sdk"
12943
12981
  }
@@ -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: Wed Jul 23 12:18:48 2025
4
+ // Last update: Sun Oct 26 11:02:11 2025
5
5
  {
6
6
  "arch": "x86_64",
7
7
  "definitions": {
@@ -4978,6 +4978,16 @@
4978
4978
  "selector": "registrationToken",
4979
4979
  "visibility": "public"
4980
4980
  },
4981
+ {
4982
+ "args": [],
4983
+ "class_method": false,
4984
+ "retval": {
4985
+ "typestr": "q",
4986
+ "typestr_special": false
4987
+ },
4988
+ "selector": "authenticationMethod",
4989
+ "visibility": "public"
4990
+ },
4981
4991
  {
4982
4992
  "args": [],
4983
4993
  "class_method": false,
@@ -5095,6 +5105,15 @@
5095
5105
  "typestr": "@",
5096
5106
  "typestr_special": false
5097
5107
  },
5108
+ {
5109
+ "attributes": [
5110
+ "nonatomic",
5111
+ "readonly"
5112
+ ],
5113
+ "name": "authenticationMethod",
5114
+ "typestr": "q",
5115
+ "typestr_special": false
5116
+ },
5098
5117
  {
5099
5118
  "attributes": [
5100
5119
  "copy",
@@ -7059,6 +7078,16 @@
7059
7078
  "selector": "platformCredentialsForRelyingParty:completionHandler:",
7060
7079
  "visibility": "public"
7061
7080
  },
7081
+ {
7082
+ "args": [],
7083
+ "class_method": true,
7084
+ "retval": {
7085
+ "typestr": "Z",
7086
+ "typestr_special": true
7087
+ },
7088
+ "selector": "isDeviceConfiguredForPasskeys",
7089
+ "visibility": "public"
7090
+ },
7062
7091
  {
7063
7092
  "args": [],
7064
7093
  "class_method": false,
@@ -7072,6 +7101,15 @@
7072
7101
  ],
7073
7102
  "name": "ASAuthorizationWebBrowserPublicKeyCredentialManager",
7074
7103
  "properties": [
7104
+ {
7105
+ "attributes": [
7106
+ "nonatomic",
7107
+ "readonly"
7108
+ ],
7109
+ "name": "isDeviceConfiguredForPasskeys",
7110
+ "typestr": "Z",
7111
+ "typestr_special": true
7112
+ },
7075
7113
  {
7076
7114
  "attributes": [
7077
7115
  "nonatomic",
@@ -12938,6 +12976,6 @@
12938
12976
  "ASWebAuthenticationSessionWebBrowserSessionHandling.h",
12939
12977
  "ASWebAuthenticationSessionWebBrowserSessionManager.h"
12940
12978
  ],
12941
- "release": "10.16",
12942
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk"
12979
+ "release": "26.0.1",
12980
+ "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.1.sdk"
12943
12981
  }
@@ -87,10 +87,10 @@ class oc_egg_info(egg_info.egg_info):
87
87
 
88
88
  def write_build_info(self):
89
89
  macos_version = subprocess.check_output(
90
- ["sw_vers", "-productversion"], text=True
90
+ ["sw_vers", "-productVersion"], text=True
91
91
  ).strip()
92
92
  macos_build = subprocess.check_output(
93
- ["sw_vers", "-buildversion"], text=True
93
+ ["sw_vers", "-buildVersion"], text=True
94
94
  ).strip()
95
95
  clang_version = (
96
96
  subprocess.check_output(["clang", "--version"], text=True)
@@ -228,7 +228,6 @@ Operating System :: MacOS :: MacOS X
228
228
  Programming Language :: Python
229
229
  Programming Language :: Python :: 3
230
230
  Programming Language :: Python :: 3 :: Only
231
- Programming Language :: Python :: 3.9
232
231
  Programming Language :: Python :: 3.10
233
232
  Programming Language :: Python :: 3.11
234
233
  Programming Language :: Python :: 3.12
@@ -236,7 +235,7 @@ Programming Language :: Python :: 3.13
236
235
  Programming Language :: Python :: 3.14
237
236
  Programming Language :: Python :: 3.15
238
237
  Programming Language :: Python :: Implementation :: CPython
239
- Programming Language :: Python :: Free Threading :: 2 - Beta
238
+ Programming Language :: Python :: Free Threading :: 3 - Stable
240
239
  Programming Language :: Objective C
241
240
  Topic :: Software Development :: Libraries :: Python Modules
242
241
  Topic :: Software Development :: User Interfaces
@@ -678,7 +677,7 @@ def setup(
678
677
  zip_safe=False,
679
678
  license="MIT",
680
679
  classifiers=CLASSIFIERS,
681
- python_requires=">=3.9",
680
+ python_requires=">=3.10",
682
681
  keywords=["PyObjC"] + [p for p in k["packages"] if p not in ("PyObjCTools",)],
683
682
  options=options,
684
683
  **k,
@@ -15,7 +15,7 @@ sys.path.insert(0, os.path.dirname(__file__))
15
15
 
16
16
  from pyobjc_setup import Extension, setup # noqa: E402
17
17
 
18
- VERSION = "12.0"
18
+ VERSION = "12.1"
19
19
 
20
20
  setup(
21
21
  name="pyobjc-framework-AuthenticationServices",
@@ -1,3 +0,0 @@
1
- macOS 26.0.1 (25A362)
2
- Apple clang version 17.0.0 (clang-1700.3.19.1)
3
- SDK: macOS 26.0
@@ -1,2 +0,0 @@
1
- pyobjc-core>=12.0
2
- pyobjc-framework-Cocoa>=12.0