Swiftpack.co - Swift Packages by JamitLabs

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by JamitLabs

JamitLabs/Accio 0.6.6
A dependency manager driven by SwiftPM that works for iOS/tvOS/watchOS/macOS projects.
⭐️ 658
🕓 3 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.6.6
3 years ago
### Fixed - Fix Xcode 12 installation issues. Issue: [#91](https://github.com/JamitLabs/Accio/issues/91) | PR: [#93](https://github.com/JamitLabs/Accio/pull/93) | Author: [Frederick Pietschmann](https://github.com/fredpi) - Fix git reset when using SwiftPM local repos. Issue: [#67](https://github.com/JamitLabs/Accio/issues/67) | PR: [#68](https://github.com/JamitLabs/Accio/pull/68) | Author: [Frederick Pietschmann](https://github.com/fredpi)
0.6.5
4 years ago
### Fixed - Improve compatibility with rare "non-standard" Package.swift configurations Issue: [#79](https://github.com/JamitLabs/Accio/issues/79) | PR: [#80](https://github.com/JamitLabs/Accio/pull/80) | Author: [Frederick Pietschmann](https://github.com/fredpi)
4 years ago
### Fixed - Adjusted the bundle version fallback to support both macOS and iOS frameworks Issue: [#76](https://github.com/JamitLabs/Accio/issues/76) | PR: [#77](https://github.com/JamitLabs/Accio/pull/77) | Author: [Torsten Curdt](https://github.com/tcurdti)
4 years ago
### Fixed - Fix mixed caching of frameworks with different Swift versions. Issue: [#61](https://github.com/JamitLabs/Accio/issues/61) | PR: [#62](https://github.com/JamitLabs/Accio/pull/62) | Author: [Frederick Pietschmann](https://github.com/fredpi) - Fix missing CFBundleVersion in Info.plist of build Frameworks by adding it implicity with the default value "1" Issue: [#69](https://github.com/JamitLabs/Accio/issues/69) | PR: [#70](https://github.com/JamitLabs/Accio/pull/70) | Author: [Murat Yilmaz](https://github.com/mrylmz)
0.6.2
4 years ago
### Fixed - Redownload dependencies as a fallback when previously checked out repositories are broken. Issue: [#27](https://github.com/JamitLabs/Accio/issues/27) | PR: [#40](https://github.com/JamitLabs/Accio/pull/40) | Author: [Frederick Pietschmann](https://github.com/fredpi) - Avoid misleading output when building via Carthage. Issue: [#56](https://github.com/JamitLabs/Accio/issues/56) | PR: [#57](https://github.com/JamitLabs/Accio/pull/57) | Author: [Frederick Pietschmann](https://github.com/fredpi) - Warn properly when no schemes can be found. PR: [#59](https://github.com/JamitLabs/Accio/pull/59) | Author: [Frederick Pietschmann](https://github.com/fredpi) - Remove duplicated processing of frameworks referenced by multiple other frameworks. Issue: [#51](https://github.com/JamitLabs/Accio/issues/51) | PR: [#53](https://github.com/JamitLabs/Accio/pull/53) | Author: [Frederick Pietschmann](https://github.com/fredpi)
4 years ago
### Added - Adds several popular GitHub projects for official integration support testing to the Demo project. PR: [#10](https://github.com/JamitLabs/Accio/pull/10) | Author: [Cihat Gündüz](https://github.com/Dschee) ### Fixed - Fixes an issue where two or more targets for the same platform would cause project linking issues. Issue: [#29](https://github.com/JamitLabs/Accio/issues/29) | PR: [#34](https://github.com/JamitLabs/Accio/pull/34) | Author: [Murat Yilmaz](https://github.com/mrylmz) - Fixes an issue where temporary changes to SwiftPM-only frameworks would be reset before building. Issue: [#35](https://github.com/JamitLabs/Accio/issues/35) | PR: [#36](https://github.com/JamitLabs/Accio/pull/36) | Author: [Cihat Gündüz](https://github.com/Dschee)
4 years ago
### Added - Correctly recognizes App Extensions and doesn't add build phases for them. Fixes [#25](https://github.com/JamitLabs/Accio/issues/25). - Points to detailed information about conflicting name issues with SwiftPM. Fixes [#26](https://github.com/JamitLabs/Accio/issues/26). - The `init` command now properly detects test targets and lists them as such in the created manifest file. Fixes [#23](https://github.com/JamitLabs/Accio/issues/23). ### Changed - Improves reading of supported deployment targets. - Improves init command by treating empty manifest files like non-existing ones. Fixes [#24](https://github.com/JamitLabs/Accio/issues/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.
4 years ago
### 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.
4 years ago
### Changed - The framework copy build phase now optimizes "dirty" build timing by specifying the output files. [#13](https://github.com/JamitLabs/Accio/issues/13) ### Fixed - Fixes an issue where broken previous install attempt leftovers cause errors on subsequent installs. [#12](https://github.com/JamitLabs/Accio/issues/12)
4 years ago
### Fixed - Fix symbolic linking of .framework and .dSYM files.
macOS
JamitLabs/ProjLint 0.3.0
Project Linter to enforce your non-code best practices.
⭐️ 47
🕓 4 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
4 years ago
### Added - Make the rule `File Content Regex` print the offending lines. Issue: [#31](https://github.com/JamitLabs/ProjLint/issues/31) | PR: [#32](https://github.com/JamitLabs/ProjLint/pull/32) | Author: [Andrés Cecilia Luque](https://github.com/acecilia) - Added the `allowed_paths_regex` subrule under the file existance rule. Now it is possible to specify the allowed paths in a project by using multiple regexes. Issues: [#16](https://github.com/JamitLabs/ProjLint/issues/16), [#20](https://github.com/JamitLabs/ProjLint/issues/20) | PR: [#34](https://github.com/JamitLabs/ProjLint/pull/34) | Author: [Andrés Cecilia Luque](https://github.com/acecilia) ### Changed - Replaced `lint_fail_level` configuration option with `strict` command line argument. Specify `--strict` or `-s` if you want the tool to fail on warnings. ### Fixed - Updated project to use URLs instead of String paths. Issue: [#35](https://github.com/JamitLabs/ProjLint/issues/35) | PR: [#33](https://github.com/JamitLabs/ProjLint/pull/33) | Author: [Andrés Cecilia Luque](https://github.com/acecilia)
macOS
JamitLabs/JamitFoundation 1.5.2
JamitFoundation is a collection of useful concepts to enable composition oriented development with UIKit
⭐️ 10
🕓 2 years ago
iOS
JamitLabs/JLCoordinator 1.1.1
A basic coordinator pattern implementation with presenter approach. Coordinators are managing the screen flow of your app and coordinating the connection between the UI and your models.
⭐️ 5
🕓 2 years ago
iOS
JamitLabs/Jetworking 0.9.0
A multi-module library providing a user-friendly interface for common networking tasks
⭐️ 4
🕓 1 year ago
iOS macOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics