Re: [swift-dev] Open-source toolchains for Playgrounds (iOS, Xcode 8)

2016-06-14 Thread Kate Stone via swift-dev
> On Jun 13, 2016, at 5:41 PM, Karl via swift-dev wrote: > > Wow, Xcode 8 looks like a really great release. Very impressed by the memory > debugger, but it seems to have lots of really nice improvements all-around. It's always exciting to be able to share what everyone has been working on. >

Re: [swift-dev] Open-source toolchains for Playgrounds (iOS, Xcode 8)

2016-06-13 Thread Karl Wagner via swift-dev
I’m not sure that’s the reason: - Only Playgrounds are restricted, not Apps. You can still use OSS toolchains to build apps, like you always could. - You can only submit to the AppStore from the latest stable Xcode (7.3, isn’t it?) - You can also deploy apps by manually building & installing wit

Re: [swift-dev] Open-source toolchains for Playgrounds (iOS, Xcode 8)

2016-06-13 Thread Shawn Erickson via swift-dev
Those later platforms are "curated", you can only deploy apps via the App Store. It seems likely to ensure the policies and security model associated with that curation only Apple signed toolchains can be used for deployment. -Shawn On Mon, Jun 13, 2016 at 5:41 PM Karl via swift-dev wrote: > Wow