Earlier quoted context omitted.
a motivated individual can still accomplish it, there are multiple ways documented on the web if you google a little. its however not permissable, as you cannot buy apple software without agreeing to their licence, which disallows running it on anything but apple hardware. for private fun projects: possible for professional things: a very bad idea
It's fine for professional things, too. Just follow the 11th commandment and you'll be fine.
iOS on QEMU
61–70 of 106 posts
Re: iOS on QEMU
#62Earlier quoted context omitted.
You can actually do this now, without emulation: https://github.com/tpoechtrager/cctools-port Zig are also working on it: https://zig.news/monthly/zig-monthly-august-2021-ios-support... The pioneer of software dictatorship will probably make this impossible or illegal as soon as it gains any traction though. And people will probably congratulate them for it in the name of "security".
As a “closed iOS” advocate, I personally believe the ability to do development outside of a macOS is a great idea. I’ve long wanted to make iOS apps, but I don’t have the money to shell out for a Mac. Yes, Hackintoshes are a thing, but you need certain hardware to do so, and even then, it’s still difficult (last I checked).
Re: iOS on QEMU
#63Earlier quoted context omitted.
You can actually do this now, without emulation: https://github.com/tpoechtrager/cctools-port Zig are also working on it: https://zig.news/monthly/zig-monthly-august-2021-ios-support... The pioneer of software dictatorship will probably make this impossible or illegal as soon as it gains any traction though. And people will probably congratulate them for it in the name of "security".
As a “closed iOS” advocate, I personally believe the ability to do development outside of a macOS is a great idea. I’ve long wanted to make iOS apps, but I don’t have the money to shell out for a Mac. Yes, Hackintoshes are a thing, but you need certain hardware to do so, and even then, it’s still difficult (last I checked).
In general, there's a pretty good second hand market for macminis, and if you shop around you can probably get something usable for under $350 shipped.
Re: iOS on QEMU
#64Earlier quoted context omitted.
It's fine for professional things, too. Just follow the 11th commandment and you'll be fine.
11th commandment? "Everything's ok as long as you don't get caught"?
Re: iOS on QEMU
#65Earlier quoted context omitted.
As a “closed iOS” advocate, I personally believe the ability to do development outside of a macOS is a great idea. I’ve long wanted to make iOS apps, but I don’t have the money to shell out for a Mac. Yes, Hackintoshes are a thing, but you need certain hardware to do so, and even then, it’s still difficult (last I checked).
For casual app development I just run MacOS in a free VMWare instance on my Windows machine. It has no graphics acceleration but otherwise works flawlessly.
Re: iOS on QEMU
#66Earlier quoted context omitted.
I think the number of people who have a Librem phone but want to run iOS on it is basically zero.
Wrong. There are people who would like hardware kill switches but are required to run either iOS or Android apps for work. With iOS in a VM, you could truly "log out of work" and shutdown that part of your phone when not needed without carrying a second work-specific device.
Re: iOS on QEMU
#67Earlier quoted context omitted.
And also very easy to brake on apple's end.
Only for future releases. If it works currently for iOS 12, it'll keep working for those builds of iOS 12. I fail to see how Apple can break what already works for code they can't/won't change.
Re: iOS on QEMU
#68Earlier quoted context omitted.
These days, unfortunately, it is not possible. Well, you can virtualize MacOs, but you can not connect iOS device to it, nor you can run a virtual iOS device inside it. Apple went out of its way to deliberately disable physical phones connecting to a virtual MacOS. Any other USB device can be connected, but not an iphone.
We have iPhones connecting to macOS VMs for our CI system and have never had any issues with it?
Re: iOS on QEMU
#69Re: iOS on QEMU
#70Is this possible as it stands? At least in bits and pieces I can put together?