Releases: JamitLabs/Accio
Releases · JamitLabs/Accio
0.6.6
0.6.5
0.6.4
0.6.3
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
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
0.6.1
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
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
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.