XcodeGen icon indicating copy to clipboard operation
XcodeGen copied to clipboard

Add a fixture project which runs with Xcode 14 for extension Kit extension

Open mtj0928 opened this issue 2 years ago • 1 comments

To track diffs related to extension kit extensions, we need to add a new fixture project which runs with Xcode 14 for extension Kit extension.

Because GitHub Actions don't support Xcode 14 yet, this issue should be handled after GitHub Actions start supporting it.

Related discussion. https://github.com/yonaskolb/XcodeGen/pull/1230#issuecomment-1189894302

mtj0928 avatar Jul 20 '22 11:07 mtj0928

I just discovered that GitHub Actions actually supported Xcode 14 betas during summer (https://github.com/actions/runner-images/issues/5702), however Xcode 14 is only available on macOS 12 (https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md), while GitHub Actions for XcodeGen are still running on macOS 11.

alessionossa avatar Sep 13 '22 06:09 alessionossa