Skip to content

Releases: JamitLabs/Accio

0.6.6

22 Oct 20:59
Compare
Choose a tag to compare

Fixed

0.6.5

11 Sep 11:40
Compare
Choose a tag to compare

Fixed

0.6.4

01 Sep 05:58
Compare
Choose a tag to compare

Fixed

  • Adjusted the bundle version fallback to support both macOS and iOS frameworks
    Issue: #76 | PR: #77 | Author: Torsten Curdt

0.6.3

12 Jul 10:48
Compare
Choose a tag to compare

Fixed

  • Fix mixed caching of frameworks with different Swift versions.
    Issue: #61 | PR: #62 | Author: Frederick Pietschmann
  • Fix missing CFBundleVersion in Info.plist of build Frameworks by adding it implicity
    with the default value "1"
    Issue: #69 | PR: #70 | Author: Murat Yilmaz

0.6.2

20 Jun 12:29
Compare
Choose a tag to compare

Fixed

0.6.1

26 Apr 06:04
Compare
Choose a tag to compare

Added

  • Adds several popular GitHub projects for official integration support testing to the Demo project.
    PR: #10 | Author: Cihat Gündüz

Fixed

  • Fixes an issue where two or more targets for the same platform would cause project linking issues.
    Issue: #29 | PR: #34 | Author: Murat Yilmaz
  • Fixes an issue where temporary changes to SwiftPM-only frameworks would be reset before building.
    Issue: #35 | PR: #36 | Author: Cihat Gündüz

0.6.0

19 Apr 21:07
Compare
Choose a tag to compare

Added

  • Correctly recognizes App Extensions and doesn't add build phases for them. Fixes #25.
  • Points to detailed information about conflicting name issues with SwiftPM. Fixes #26.
  • The init command now properly detects test targets and lists them as such in the created manifest file. Fixes #23.

Changed

  • Improves reading of supported deployment targets.
  • Improves init command by treating empty manifest files like non-existing ones. Fixes #24.

Fixed

  • Fixes an issue where Accio commands were failing when Git resets failed.
  • Fixes an issue where Accio didn't reset changed files untracked by Git.

0.5.6

09 Apr 16:28
Compare
Choose a tag to compare

Added

  • Adds support for automatically finding schemes named like 'MBProgressHUD Framework tvOS'.

Changed

  • Some improvements that make the output information on the console more precise.

Fixed

  • Fixes the broken cleanup command of temporary frameworks after completing install.
  • Fixes an issue with multiple targets linking a single framework with schemes named after their platforms.
  • Fixes an issue with different platform specifiers used in scheme names.

0.5.5

05 Apr 14:46
Compare
Choose a tag to compare

Changed

  • The framework copy build phase now optimizes "dirty" build timing by specifying the output files. #13

Fixed

  • Fixes an issue where broken previous install attempt leftovers cause errors on subsequent installs. #12

0.5.4

03 Apr 09:35
Compare
Choose a tag to compare

Fixed

  • Fix symbolic linking of .framework and .dSYM files.