Kas
Kas
- The sample app had parts of it's animation code commented out - The view is now also restored to it's original location to create a seamless animation replay
- The `parse_block_html` option is now getting passed through to Kramdown
Resolves: https://github.com/tuist/tuist/issues/4572 ### Short description 📝 - In Xcode 14, watch applications can now leverage the regular application product identifier (`.app`) - This now alleviates the need to have a...
### Overview For a few of our multi platform frameworks we've been adopting this [technique](https://davedelong.com/blog/2018/11/15/building-a-crossplatform-framework/) where multiple `SUPPORTED_PLATFORMS` have been set in our build settings. Currently Tuist sets this build...
Currently generated projects have the following structure: All project (and target) related files are included within the `Project` group. This is a great option to keep the root of the...
## Context 🕵️♀️ Xcode offers two launch behaviours (or styles) via the scheme editor - Automatically - Wait for the executable to be launched  Controlling this option isn't currently...
## Context 🕵️♀️ The Xcode scheme editor allows specifying which target to expand variables from in the arguments tab of the **Run** action.  When generating projects via Tuist, this...
Relates to https://github.com/tuist/tuist/issues/4572 ### Short description 📝 - Xcode 14 supports extensionless watchOS applications (that have the regular application product identifier) - Those target can now include source, resources and...
**Is your feature request related to a problem? Please describe.** Using `XCDiffCore` as library enables other tools and application to leverage xcdiff programatically to perform project comparisons and retrieve their...
**Is your feature request related to a problem? Please describe.** Recently working with @natanrolnik we noticed running `xcdiff` fails due to an incorrect path in one of the projects, thanks...