Issue #337: PyObjC doesn't work on Catalina or earlier
Fix by Lawrence D'Anna.
Version 7.0
This version drops support for 32-bit executables, both the core bridge and the framework wrappers only support 64-bit executables going forward
PyObjC is now always build with the system libffi.
Removed metadata for 32-bit systems
Existing framework bindings were updated for the macOS 11 SDK (Xcode 12 beta 3)
Added bindings for the following frameworks:
Accessibility (introduced in macOS 11.0)
AppTrackingTransparency (introduced in macOS 11.0)
CallKit (introduced in macOS 11.0)
ClassKit (introduced in macOS 11.0)
KernelManagement (introduced in macOS 11.0)
MetalPerformanceShaders (introduced in macOS 10.13)
MetalPerformanceShadersGraph (introduced in macOS 11.0)
MLCompute (introduced in macOS 11.0)
PassKit (introduced in macOS 11.0)
ReplayKit (introduced in macOS 11.0)
ScreenTime (introduced in macOS 11.0)
UniformTypeIdentifiers (introduced in macOS 11.0)
UserNotificationsUI (introduced in macOS 11.0)
Virtualization (introduced in macOS 11.0)
Dropped the bindings to the QTKit framework
This framework was removed in macOS 10.15.
These bindings contained a C extension and cannot be build with recent versions of Xcode.
Dropped the bindings for the XgridFoundation framework
This framework was removed in macOS 10.8.
Updated objc.dyld_library and objc.dyld_framework to return a sane result on macOS 11 where system libraries are no longer at the expected location, but in a shared cache.
Another attempt at giving a nice error message when trying to install on platforms other than macOS.
#301: pyobjc-framework-Metal build failed on macOS mojave
Python 3.10 support: Don't assume the result of Py_REFCNT, Py_SIZE and Py_TYPE are an lvalue.
Python 3.10 support: Completely phase out use of old buffer API, which will be removed in Python 3.10.
As a side effect of this a number of extensions that used the limited ABI once again use the regular ABI.
Removed remnants of support for i386, ppc and ppc64 from pyobjc-core.
Added type to manage Py_buffer lifetimes to the internal API in pyobjc-core, to be used by framework wrappers.
Add objc._C_BYREF. This definition was missing, but isn't used in modern ObjC code.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps pyobjc from 6.2 to 7.0.1.
Release notes
Sourced from pyobjc's releases.
Changelog
Sourced from pyobjc's changelog.
Commits
8a9eed5
Update version1f74913
Merge pull request #338 from lawrence-danna-apple/fixc31d8b9
fix bug #337, _dyld_shared_cache_contains_path fails on <= 10.157f8cac6
Fix test failure on arm6403b9006
update versionc904835
Drop bindings for XgridFoundation494cd2b
Drop bindings for QTKit20ac2ed
Changes after a test build with python 3.9.1rc1-universal27c5f072
Fix test failures5bd5a76
Fix test failuresDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)