Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Releases: wendyliga/tulsi-plus-plus

0.12.1

15 Feb 05:54
99b9621
Compare
Choose a tag to compare

Tulsi++ 0.12.1

Changelog:

  1. add define `tulsi`

0.12.0

13 Oct 10:46
15cdcbe
Compare
Choose a tag to compare

Tulsi++ 0.12.0

⚠️ IMPORTANT:

Tulsi++ 0.12.0 and forward will have different codesign credential. This means you need to manually remove your Old Tulsi++ and download and install it manually from here

Changelog:

  1. Use New Build System by default
  2. Fix Xcode 14 issues
  3. Fix New Build System Issues
  4. Bump minimum macos version to 11.0
  5. Sync with Upstream

0.11.0

20 Sep 10:15
4c0762b
Compare
Choose a tag to compare

Tulsi++ 0.11.0

  1. Sync with upstream

0.10.1

22 Apr 10:21
Compare
Choose a tag to compare

Tulsi++ 0.10.1 🕌

DocC Improvement:

  1. Support .docc bundle
  2. Only generate docc target when tags docc is detected on bazel rule

Other Improvement:

  1. Clean(cmd+k) will clean all derivedData build directory
  2. Support XCFramework

0.10.0

20 Apr 17:45
978e31a
Compare
Choose a tag to compare

Tulsi++ 0.10.0 🕌

Improvement:

  1. Add new target to generate DocC from tulsi's generated xcodeproj

0.9.2

15 Mar 13:45
a8c632f
Compare
Choose a tag to compare

Tulsi++ 0.9.2

Bug Fix:

  1. Fix crash on Xcode 13.3 on Macos 12.3

Sync with Upstream:

  1. Migrate python script to python3
  2. Add support for stub binaries
  3. More

0.9.1

03 Feb 20:51
c496e2f
Compare
Choose a tag to compare

Tulsi++ 0.9.1

Improvement:

  1. Inject SRCROOT on environment by default, to support XCTSourceCodeLocation swizzle

0.9.0

03 Feb 01:02
83f7bb1
Compare
Choose a tag to compare

Tulsi++ 0.9.0

Improvement:

  1. Unit Test is buildable(⌘+B) now
  2. Exclude Bazel Tulsi internal directory from real group path
  3. Change default sort to label title on target selection window

0.8.0

19 Jan 05:09
b6811ed
Compare
Choose a tag to compare

Tulsi++ 0.8.0

Improvement:

  1. Add option to not open xcode after generate
  2. Better Xcode 13 auto complete referencing
  3. Bug Fix:

    1. Fix not all PRODUCT_NAME use module name on TestRunner scheme

0.7.3

05 Jan 09:54
Compare
Choose a tag to compare

Tulsi++ 0.7.3 🎉

Sync with Upstream:

  1. Add UseLegacyBuildSystem option to swap between new/old build systems
  2. Fix signing of test runners with Xcode 13
  3. Improve performance of fetching build/bzl files for a project
  4. more here