mhdhejazi / Dynamic

Call hidden/private API in style! The Swift way.

Home Page:https://medium.com/@mhdhejazi/calling-ios-and-macos-hidden-api-in-style-1a924f244ad1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not compile on watchOS

LeoNatan opened this issue · comments

Hello,

Great library!
The project does not compile for watchOS. There are complaints about certain types that did not exist in watchOS 2.0 (the minimum target), and usage of CATransform3D, which isn’t exposed on watchOS.

Thanks

I think it's ok to update the minimum target to watchOS 3.0 and define asCATransform3D for iOS and macOS only. I'll do that.

Thank you!