kivy / kivy-ios

Toolchain for compiling Python / Kivy / other libraries for iOS
https://kivy.org/docs/guide/packaging-ios.html
MIT License
777 stars 240 forks source link

Updated shebangs to target python3. Bumped libffi version to 3.4.2 #688

Closed misl6 closed 2 years ago

misl6 commented 2 years ago

In macOS 12.3 Monterey, Apple (finally 🥳 ) removed Python2.7.

libffi==3.2.1 was silently targeting python2 during build-time, and the same was occurring for our tool called liblink.

In this PR:

✅ Tested during runtime on the latest iOS.