-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add guide to codesigning and running on a real device #3
Comments
For sure! I'll write something and PR it here when I get the chance. Working on my Zig app at the moment :) |
Is there an update on this? I'm interested in using Zig to build an iOS app. |
Hey! Sorry I stopped working on my iOS project for a bit, but this is good timing because I've been meaning to revisit. I'll try to add something to the readme in the next day or two - feel free to ping me if I forget. |
Aha, seems like @kubkon made some progress while I was away. I had some very rough setup for code signing and hadn't really figured out programmatic deployment to an iOS device, so I am checking out https://github.com/kubkon/zignature and https://github.com/kubkon/zig-deploy, tweaking some outdated things, and seeing if I can make them work. |
Yes I did :-) In order to make this example work fully programmatically with
Anyhow, here's what the entire workflow should look like in the end and what I am aiming for: iOS DX with Zig: demo at Zig Milan meetup. |
It'd be cool if the README included a guide to codesigning and running the generated app on a real device using
codesign
andxcrun
tools (or otherwise).@jmrico01 would you be willing to add such a short guide to the README?
The text was updated successfully, but these errors were encountered: