Adam Demasi

Results 91 comments of Adam Demasi

Thanks heaps @Diatrus! I’m going to keep this open since there are still some good ideas mentioned in the issue regarding the original Theos Dependencies package: * Rename it to...

@Muhammed5445 Please create a [discussion](https://github.com/theos/theos/discussions) thread for this.

That looks good, thanks for figuring that out! Considering how straightforward that is, we could definitely host a modern version of the dependencies package somewhere. By the way, plutil can...

This is because you may be using the default deploy target version of 7.0. os_log only exists as of iOS 10, so you’d need to bump that to at least...

Going to reopen as this is still of interest to the Theos team to implement.

I like this idea a lot. Some developers are confused when they clone the SDKs repo, which doesn’t have the latest SDK, and Theos doesn’t automatically start using it. This...

Moved this from theos/sdks to theos/theos since this mostly concerns Theos’s SDK search algorithm.

Another thing to look at (from [Xcode 11.0b1 release notes](https://developer.apple.com/documentation/xcode_release_notes/xcode_11_beta_release_notes)): >XCFrameworks make it possible to bundle a binary framework or library for multiple platforms —including iOS devices, iOS simulators, and...

Ok, this is pretty much as simple as it gets. The build process basically Just Works. You build for macOS per usual and only need to specify the path to...

They’re research notes, not instructions. If you have a current iOS app Theos project, you can checkout the kirb/experimental/uikitformac-support branch and try building with `TARGET = uikitformac` set.