Swiftpack.co - Swift Packages by cybozu

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

Packages published by cybozu

cybozu/LicenseList 0.6.0
Generate a list of licenses for the Swift Package libraries that your app depends on.
⭐️ 96
πŸ•“ 4 weeks 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.0
4 weeks ago
**Breaking Change** * Change SourcePackagesParser to internal target. by @Kyome22 in https://github.com/cybozu/LicenseList/pull/29 Ended support `swift-packages-parser-macos.artifactbundle` **Modifications** * Minor modified by @Kyome22 in https://github.com/cybozu/LicenseList/pull/27 * Remove XcodeBuildToolPlugin by @Kyome22 in https://github.com/cybozu/LicenseList/pull/28 **Full Changelog**: https://github.com/cybozu/LicenseList/compare/0.5.1...0.6.0
0.5.1 (Feb 28, 2024)
4 weeks ago
**Modifications** * Added Privacy Manifest File by @Kyome22 in https://github.com/cybozu/LicenseList/pull/25 * Fix error message (license-list.plist to LicenseList.swift) by @Kyome22 in https://github.com/cybozu/LicenseList/pull/26 **checksum**: d3846a697313a2da6c853b0a97bebc5b4ca6477eaaf3b85de56c169043d93b31 **Full Changelog**: https://github.com/cybozu/LicenseList/compare/0.5.0...0.5.1
0.5.0 (Feb 20, 2024)
5 weeks ago
**Breaking Change** * Changed to generate a swift file instead of a plist file so that it can be built with Xcode Cloud. by @Kyome22 in https://github.com/cybozu/LicenseList/pull/24 - `LicenseListView.init(bundle: Bundle)` have been deprecated. - "Prepare LicenseList (Plugin)" is no longer required. So you need to remove this from your project. **checksum**: 5acc20458ff91c0dac8b4e93803d23ced04ea93f14dcd46147b10ab5fdec1ca2 **Full Changelog**: https://github.com/cybozu/LicenseList/compare/0.4.2...0.5.0
0.4.2 (Feb 07, 2024)
7 weeks ago
**Modifications** * Fixed an issue where the plugin could not be built on Xcode Cloud. by @charlie-dev-ios in https://github.com/cybozu/LicenseList/pull/23 * Refactored PrepareLicenseList by @Kyome22 in https://github.com/cybozu/LicenseList/commit/629f856b8c7816b04d67dcc298f3a77864a7f054 **checksum**: 3c786fbba810a05791bc69339b89b62d24e925010f75cebd5de65e5a29161130 **Full Changelog**: https://github.com/cybozu/LicenseList/compare/0.4.0...0.4.2
0.4.0 (Nov 22, 2023)
18 weeks ago
**Breaking Change** * LicenseList has ended support for iOS 13. **Modifications** * Refactoring SourcePackagesNotfoundError by @Kyome22 in https://github.com/cybozu/LicenseList/pull/19 * Include URL in library information by @SNQ-2001 in https://github.com/cybozu/LicenseList/pull/21 <img src="https://github.com/cybozu/LicenseList/assets/19896354/cf7dfd7a-88be-4146-b82c-1a3422f59060" alt="anchor" width="350px" /> ```diff NavigationView { NavigationLink("License") { LicenseListView() + .licenseListViewStyle(.withRepositoryAnchorLink) .navigationTitle("LICENSE") .navigationBarTitleDisplayMode(.inline) } } ``` **checksum**: bcccd07b497020461bf37c3bf1ce9bb46904ef42fec076bd30c333282e89248f **Full Changelog**: https://github.com/cybozu/LicenseList/compare/0.3.2...0.4.0
0.3.2 (Sep 29, 2023)
25 weeks ago
**Modifications** - Create CONTRIBUTING.md by @elmetal in https://github.com/cybozu/LicenseList/pull/17 - Fixed a bug caused by hyperlinks by @Kyome22 in https://github.com/cybozu/LicenseList/pull/18 - Improve layout of scroll bars in LicenseView (Take 2) by @Kyome22 in https://github.com/cybozu/LicenseList/pull/15 **checksum**: aebbb78b17b3e9c688948323a65b578623df8d1061557d40f2733093ddff4f86 **New Contributors** * @elmetal made their first contribution in https://github.com/cybozu/LicenseList/pull/17 **Full Changelog**: https://github.com/cybozu/LicenseList/compare/0.3.1...0.3.2
0.3.1 (Sep 20, 2023)
27 weeks ago
**checksum**: bd23794757524ff0b01ce09bf4a080d82585134de11acadbea65aab85777dedc
0.3.0 (Sep 20, 2023)
27 weeks ago
**Modifications** - Added libraries method so that you can get Libraries as an array. by @SNQ-2001 in https://github.com/cybozu/LicenseList/pull/8 - Remove unnecessary AnyView by @koher in https://github.com/cybozu/LicenseList/pull/12 - Make `Library` conform to `Identifiable` by @koher in https://github.com/cybozu/LicenseList/pull/13 - Improve layout of scroll bars in LicenseView by @koher in https://github.com/cybozu/LicenseList/pull/11 - Fixed a bug where Navigation would behave strangely when there were multiple UIWindowScenes. by @Kyome22 **checksum**: 1558ec38c37906928ecc6a9f60d1db51f197fd7a3e2c4b593edf80666f2fa3ca **New Contributors** * @SNQ-2001 made their first contribution in https://github.com/cybozu/LicenseList/pull/8 * @koher made their first contribution in https://github.com/cybozu/LicenseList/pull/12 **Full Changelog**: https://github.com/cybozu/LicenseList/compare/0.2.1...0.3.0
0.2.1 (Apr 15, 2023)
49 weeks ago
**Modifications** - LICEN`C`E is now supported. **checksum**: c8e4104006643bbe85d1bbec8822404c11de0c7df5c8b6e0b647009535854831
0.2.0 (Oct 04, 2022)
1 year ago
**Modifications** - XcodeBuildToolPlugin is now supported. - It is no longer required to set up the license-list.plist manually. **checksum**: 3494150dc7b219d8672d6ef7c135b172bc4bd9c67c7fb6662c4df3e1c50a7348
iOS
cybozu/AttachmentInput 1.0.0
AttachmentInput is image picker keyboard.
⭐️ 30
πŸ•“ 2 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.
1.0.0
2 years ago
## What's Changed * Class-only Protocol is declared with ": AnyObject" instead of ": clas… by @daikimat in https://github.com/cybozu/AttachmentInput/pull/35 * filseSize to fileSize by @daisuke-t-jp in https://github.com/cybozu/AttachmentInput/pull/36 * Support Swift Package Manager by @elmetal in https://github.com/cybozu/AttachmentInput/pull/37 * Fix Swift Package Manager by @daikimat in https://github.com/cybozu/AttachmentInput/pull/38 ## New Contributors * @daisuke-t-jp made their first contribution in https://github.com/cybozu/AttachmentInput/pull/36 **Full Changelog**: https://github.com/cybozu/AttachmentInput/compare/0.0.5...1.0.0
0.0.5
2 years ago
#31 replace deprecated method in iOS 14
3 years ago
#29 remove unnecessary public protocol and method
3 years ago
#27 Support iOS 14 - Xcode 12 or above is required for development. - Changed deployment target iOS from 11.4 to 12 or higher.
4 years ago
* Update to Swift 5 * Update third-party libraries * Support iOS13 * fix bug * #11 Example app is broken with Imagepicker
iOS

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