All Versions
19
Latest Version
Avg Release Cycle
38 days
Latest Release
1254 days ago

Changelog History
Page 1

  • v0.6.6 Changes

    October 22, 2020

    βž• Added

    • None. ### πŸ”„ Changed
    • None. ### πŸ—„ Deprecated
    • None. ### βœ‚ Removed
    • None. ### πŸ›  Fixed
    • πŸ›  Fix Xcode 12 installation issues.
      Issue: #91 | PR: #93 | Author: Frederick Pietschmann
    • πŸ›  Fix git reset when using SwiftPM local repos.
      Issue: #67 | PR: #68 | Author: Frederick Pietschmann

    πŸ”’ Security

    • None.
  • v0.6.5 Changes

    September 11, 2019

    πŸ›  Fixed

    • πŸ‘Œ Improve compatibility with rare "non-standard" Package.swift configurations
      Issue: #79 | PR: #80 | Author: Frederick Pietschmann
  • v0.6.4 Changes

    September 01, 2019

    πŸ›  Fixed

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

    July 12, 2019

    πŸ›  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
      0️⃣ with the default value "1"
      Issue: #69 | PR: #70 | Author: Murat Yilmaz
  • v0.6.2 Changes

    June 20, 2019

    πŸ›  Fixed

  • v0.6.1 Changes

    April 26, 2019

    βž• 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
  • v0.6.0 Changes

    April 19, 2019

    βž• 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.
  • v0.5.6 Changes

    April 09, 2019

    βž• 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.
  • v0.5.5 Changes

    April 05, 2019

    πŸ”„ 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
  • v0.5.4 Changes

    April 03, 2019

    πŸ›  Fixed

    • πŸ›  Fix symbolic linking of .framework and .dSYM files.