All Versions
19
Latest Version
Avg Release Cycle
38 days
Latest Release
1427 days ago
Changelog History
Page 1
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
- π Improve compatibility with rare "non-standard" Package.swift configurations
-
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
- π Adjusted the bundle version fallback to support both macOS and iOS frameworks
-
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
- π Fix mixed caching of frameworks with different Swift versions.
-
v0.6.2 Changes
June 20, 2019π Fixed
- Redownload dependencies as a fallback when previously checked out repositories are broken.
Issue: #27 | PR: #40 | Author: Frederick Pietschmann - π Avoid misleading output when building via Carthage.
Issue: #56 | PR: #57 | Author: Frederick Pietschmann - Warn properly when no schemes can be found.
PR: #59 | Author: Frederick Pietschmann - β Remove duplicated processing of frameworks referenced by multiple other frameworks.
Issue: #51 | PR: #53 | Author: Frederick Pietschmann
- Redownload dependencies as a fallback when previously checked out repositories are broken.
-
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
- β Adds several popular GitHub projects for official integration support testing to the Demo project.
-
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 -
v0.5.4 Changes
April 03, 2019π Fixed
- π Fix symbolic linking of .framework and .dSYM files.