James Dempsey

Results 27 comments of James Dempsey

This would likely require moving some settings, at least the SDK setting, from the project down to the SDK-level config file. And the deployment target setting as well.

Does it make sense to do as Xcode does and keep one SDK at the project level? Without it, the setting appears as 'No SDK (macOS)' in the Xcode build...

In a project with many many targets with various SDKs may want another level of hierarchy: ``` Config Project Project-Shared.xconfig ... SDKs iOS iOS-Shared.xconfig ... macOS macOS-Shared.xconfig ... Targets MyApp...

I just hit this myself in Xcode 13.3, although it didn't fail silently. Ideally, since this is a Mac app, the user would be able to download the source and...

Maybe instead of adding the link to the generated files themselves, since there is a good possibility of the URL going stale after a period of time, add the link...

Thank you so much for saying so. I really appreciate it!

I just came here to file this same request. From the user’s perspective, I would expect this to work the same way swiping left and right on an article does...

@yakatyansh This issue needs to move https://github.com/apple/swift-book, since that project is responsible for _The Swift Programming Language_ book. From the ReadMe of https://github.com/apple/swift-book: > A formal contribution process for this...

You're very welcome @ole. There's no need to break things unnecessarily, so it seemed like the best approach. I saw your feedback in the forums. I'm out and about at...

An update that review period for the updated Swift Evolution metadata schema has ended. The transition period to migrate to the new metadata schema and file has begun and will...