XcodeGen
XcodeGen copied to clipboard
A Swift command line tool for generating your Xcode project
# Motivation Currently, we cannot disable the adding additional spec from other file, by `include` option so it is unable to generate variety project by XcodeGen. For example, we cannot...
It currently defaults to `public` for any header, but this does not match Xcode's behavior, which is to assign any newly created .h file to `project` visibility in a dynamic...
**Reason:** - `configFileSettings` and `settingPresetSettings` caches were just global dictionaries. Data races were taken place at these points when multiple projects are generated in parallel. **Content:** - Dictionaries for caches...
https://github.com/yonaskolb/XcodeGen/pull/1234 introduces new issues. It seems it checks dependencies added through different app targets as duplicate, but I'm not sure.
Fixes duplicate targets found whenever include paths have different relative paths.
Hello, I wonder whether it is possible to generate JSON schema for VSCode so that we can have auto completion in VSCode? https://json-schema.org/specification.html is a great spec that we can...
Xcode 14 beta 3 is giving a warning about the "Embed App Extensions" name saying it should be renamed to "Embed Foundation Extensions" not to conflict with "Embed ExtensionKit Extensions"...
Hi: I am using xcconfig files to inject build settings to the xcode project. I managed to remove all build settings from the project except for `SDKROOT` by doing: ```...
Generating schemes with BuildableProductRunnable for watchOS targets causes errors in Xcode 14 beta
With an example `project.yml` like this: ``` yaml name: Foo targets: Foo: type: framework platform: watchOS schemes: Foo: build: targets: Foo: build ``` And performing the following steps: ``` xcodegen...
* Search for presets in Bundle.main.resourcesPath dir (if exists)