|
|
|
|
|
by beeboobaa
922 days ago
|
|
> Point 2 is not remotely true Guess you've been lucky. Congrats! > For development these days you can find a used/refurb M1 Air or mini that will do the job just fine for less than half the stated price. Okay? So you still need to buy an extra general purpose computer just to be able to build for a phone? And this is somehow okay because you can "just" buy a refurbished one? > As for 2FA they support FIDO keys and passkeys just fine. Nope. Unless this is a very recent change which they haven't even documented yet. https://developer.apple.com/support/authentication/ |
|
Xcode, etc are heavily reliant on macOS and would not be easy to port. Xcode itself is Swift+ObjC+AppKit and the simulators just run the iOS userland atop the shared bits between iOS and macOS. This means that a port entails porting all of AppKit or starting a whole new “Xcode for other platforms” codebase to run parallel with original Xcode as well as writing a full on iOS virtualizer for other platforms. Possible, but expensive with questionable ROI.
Apple definitely supports FIDO keys because I’ve been using YubiKeys to log into my developer account for a while now.