Re: [Pharo-dev] Xcode projects for VM on iOS or Mac?

2018-10-28 Thread Eliot Miranda
Hi Todd, On Fri, Oct 26, 2018 at 10:00 AM Todd Blanchard via Pharo-dev < pharo-dev@lists.pharo.org> wrote: > Does anyone have Xcode projects for building the VM on iOS or Mac? Can > they share them or give me some tips for setting one up? > First I'd like to know your use case. I presume

Re: [Pharo-dev] Xcode projects for VM on iOS or Mac?

2018-10-28 Thread Todd Blanchard via Pharo-dev
--- Begin Message --- I'm more about wanting an iOS VM and to do that you need to build and sign through Apple's tool set as far as I know. And the debugging experience is much more pleasant - especially when making FFI calls into Apple's system libraries. CMake can build an Xcode project from

Re: [Pharo-dev] Xcode projects for VM on iOS or Mac?

2018-10-28 Thread John M McIntosh
Although xCode makes much of that process easier it is just a GUI front end for a bunch of command line tools. You can re-sign and submit an app from the command line for enterprise usage, no doubt the same for the store. Apple at one time had a utility app to submit apps to the store for