4 comments

  • TylerJaacks 16 minutes ago
    This project is really cool its a shame you have to disable or partial disable SIP which can break some things.
  • ironqcold 40 minutes ago
    Interesting project. If it actually works it opens up a ton of possibilities for testing and reverse engineering.
  • boredatoms 44 minutes ago
    Is this what apple does in xcode?
    • vlovich123 30 minutes ago
      If you’re talking about the simulator, no. That doesn’t virtualize - it literally just runs it locally on your machine. Less RAM overhead and CPU since it uses your normal instruction set and doesn’t run a separate kernel and userspace.
      • valleyer 18 minutes ago
        At least historically, it actually did run its own entire userspace, including daemons (all the way to launchd, IIRC), etc. All compiled for Intel, back in the day. Shared the kernel though.

        Many of the nominally shared system pieces between Mac and iPhone (like Foundation) actually had many subtle compile-time differences.

  • orangea 46 minutes ago
    what is "PCC"?
    • busymom0 46 minutes ago
      Private cloud compute I think. I learnt about it today too from this reddit post which mentions how:

      > At WWDC, Apple announced that starting in the 27.x versions of iOS, macOS, etc., devs would be able to call Private Cloud Compute directly from Swift with no additional API configuration. Presently, the only way to get free cloud inference is by joining the App Store Small Business Program.

      https://www.reddit.com/r/appledevelopers/comments/1vztibh/re...