-
PyObjc (and possibly RubyCocoa?) use .fwinfo files to generate language bindings around Cocoa and similar objective C libraries:
https://bitbucket.org/ronaldoussoren/pyobjc/raw/6b74fc7e1ba0995038dc…
-
**Issue by [frewsxcv](https://github.com/frewsxcv)**
_Saturday Nov 26, 2016 at 21:20 GMT_
_Originally opened as https://github.com/servo/cocoa-rs/issues/147_
----
PyObjc (and possibly RubyCocoa?) u…
-
Recent versions of macOS have a UIKit.framework next to the older AppKit.framework for GUIs. Investigate what's needed to provide bindings for this.
Open questions:
* Can UIKit.framework be used f…
-
**Is your feature request related to a problem? Please describe.**
Python 3.13 introduces an (experimental) free threading option (aka "NO_GIL"). PyObjC should support this feature.
**Describe the…
-
For most framework bindings using only the latest SDK to compile metadata should be fine.
Remove all scanned metadata that has no effect on the output, keeping only the latest.
Likely for PyObjC…
-
The release notes for Xcode 14 beta 2 contain the following known issue:
_Xcode 14 supports building applications that target macOS 10.13, iOS 11, tvOS 11, watchOS 4, and later. Xcode incorre…
-
First, thanks a lot for pyobjc! I've been fighting with it for hours and I finally got something working!
There are still some problems which I can't resolve. My script is here:
https://gist.githu…
meeuw updated
2 years ago
-
alice updated
5 months ago
-
Hi
I'm getting value like "". How do i convert this value to NSImage using swift language in Xcode tool ?
-
Advertise the existence of the KAAS server using Bonjour.
Looks like the 'dns-sd' command line util might work up-front on OS X.
See http://stackoverflow.com/questions/1916017/simplest-way-to-publis…