Results 14 issues of 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...

changelog:added
Xcode14

### 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...

type:enhancement

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...

type:enhancement

## Context 🕵️‍♀️ Xcode offers two launch behaviours (or styles) via the scheme editor - Automatically - Wait for the executable to be launched ![launch-style](https://user-images.githubusercontent.com/11914919/134709749-7320a75b-8014-4157-a76d-6eab5d2e9462.png) Controlling this option isn't currently...

good first issue
type:rfc
schemes
domain:generation

## Context 🕵️‍♀️ The Xcode scheme editor allows specifying which target to expand variables from in the arguments tab of the **Run** action. ![expand](https://user-images.githubusercontent.com/11914919/134706928-de19bc82-a9bb-4756-89ec-c7f152110a8b.png) When generating projects via Tuist, this...

good first issue
schemes
domain:generation

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...

Xcode14

**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...

enhancement

**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...

enhancement