Swiftpack.co - Swift Packages by IBDecodable

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

Packages published by IBDecodable

IBDecodable/IBLinter v0.2.0
A linter tool for Interface Builder
⭐️ 949
πŸ•“ 1 year 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.5.0
2 years ago
## What's Changed * Upgrade XcodeProjKit to support SPM by @shuguenot in https://github.com/IBDecodable/IBLinter/pull/175 * Add a new rule: HidesBottomBar by @ykkd in https://github.com/IBDecodable/IBLinter/pull/176 * Support dynamic paths by @jml5qh in https://github.com/IBDecodable/IBLinter/pull/135 ## New Contributors * @ykkd made their first contribution in https://github.com/IBDecodable/IBLinter/pull/176 * @jml5qh made their first contribution in https://github.com/IBDecodable/IBLinter/pull/135 **Full Changelog**: https://github.com/IBDecodable/IBLinter/compare/0.4.27...0.5.0
0.4.27
2 years ago
### Fixed - Rename Tools to IBLinterTools to avoid naming conflict. [#171](https://github.com/IBDecodable/IBLinter/pull/171) - Incorrect warning for duplicate element id. [#170](https://github.com/IBDecodable/IBLinter/issues/170)
0.4.26
3 years ago
### Added - Add GitLab JUnit reporter. [#163](https://github.com/IBDecodable/IBLinter/pull/163) - Add `stackview_backgroundcolor` rule, which detects background color definition for `UIStackView` to keep appearance compatibility between iOS 14 and less than iOS 13. [#165](https://github.com/IBDecodable/IBLinter/pull/165) - Add `use_trait_collections` rule, which checks if a document `useTraitCollections` is enabled or disabled. [#164](https://github.com/IBDecodable/IBLinter/pull/164)
0.4.25
3 years ago
### Added - Add GitLab JUnit reporter. [#163](https://github.com/IBDecodable/IBLinter/pull/163) - Add `stackview_backgroundcolor` rule, which detects background color definition for `UIStackView` to keep appearance compatibility between iOS 14 and less than iOS 13. [#165](https://github.com/IBDecodable/IBLinter/pull/165) - Add `use_trait_collections` rule, which checks if a document `useTraitCollections` is enabled or disabled. [#164](https://github.com/IBDecodable/IBLinter/pull/164)
0.4.24
3 years ago
### Added - Support Linux platform. [#160](https://github.com/IBDecodable/IBLinter/pull/160) ### Fixed - Fix cache file name issue. [#157](https://github.com/IBDecodable/IBLinter/pull/157) - Fix duplicated constraints for multiplier. [#161](https://github.com/IBDecodable/IBLinter/pull/161)
0.4.23
3 years ago
### Added - Support `UICollectionReusableView` for `reuse_identifier` rule. [#152](https://github.com/IBDecodable/IBLinter/pull/152) ### Fixed - Respect `verifyAmbiguity` for `ambiguous` rule [#154](https://github.com/IBDecodable/IBLinter/pull/154)
0.4.22
4 years ago
### Added - Add rule `color_resources`, which detect missing named colors similar to image_resources rule. [#141](https://github.com/IBDecodable/IBLinter/pull/141) - Support custom symbol image for `image_resources` rule. [#142](https://github.com/IBDecodable/IBLinter/pull/142)
0.4.21
4 years ago
### Added - Add rule `duplicate_id`, which detect xml element duplicate id [#126](https://github.com/IBDecodable/IBLinter/pull/126) - Add rule `reuse_identifier` which checks that ReuseIdentifier same as class name. [#137](https://github.com/IBDecodable/IBLinter/pull/137) ### Fixed - Do not detect violations for system images for `image_resources` rule. [#131](https://github.com/IBDecodable/IBLinter/pull/131)
0.4.20
4 years ago
### Fixed - Add cache system and significantly improve performance when running with a large number files. [#124](https://github.com/IBDecodable/IBLinter/pull/124)
0.4.19
4 years ago
### Fixed - Remove platform parameter from podspec to fix installation failure for CocoaPods. [#121](https://github.com/IBDecodable/IBLinter/pull/121)
macOS
IBDecodable/IBDecodable 0.6.0
A tool to translate xib and storyboard XML into Swift models.
⭐️ 148
πŸ•“ 1 year 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
1 year ago
## What's Changed * Bump SWXMLHash to 6.0.0 by @uhooi in https://github.com/IBDecodable/IBDecodable/pull/112 ## New Contributors * @uhooi made their first contribution in https://github.com/IBDecodable/IBDecodable/pull/112 **Full Changelog**: https://github.com/IBDecodable/IBDecodable/compare/0.5.0...0.6.0
0.5.0
2 years ago
## What's Changed * Added Placeholder and TextColor in TextField by @kostassite in https://github.com/IBDecodable/IBDecodable/pull/97 * Added selectedSegmentTintColor and momentary in SegmentedControl. by @kostassite in https://github.com/IBDecodable/IBDecodable/pull/96 * [ADD] automaticEstimatedItemSize in CollectionViewFlowLayout by @kostassite in https://github.com/IBDecodable/IBDecodable/pull/100 * Implemented properties for ActivityIndicatorView and fixed typo by @kostassite in https://github.com/IBDecodable/IBDecodable/pull/99 * Implemented alpha and hidden properties in ViewProtocol by @kostassite in https://github.com/IBDecodable/IBDecodable/pull/95 * [ADD] Number of lines in Label by @kostassite in https://github.com/IBDecodable/IBDecodable/pull/102 * Added titleColor, titleShadowColor, backgroundImage to Button.State by @kostassite in https://github.com/IBDecodable/IBDecodable/pull/101 * [ADD] AllowsSelection and allowsMultipleSelection in TableView by @kostassite in https://github.com/IBDecodable/IBDecodable/pull/104 * [ADD] Added and implemented SystemColor as Resource. by @kostassite in https://github.com/IBDecodable/IBDecodable/pull/105 * Add hidesBottomBarWhenPushed in ViewControllerProtocol by @ykkd in https://github.com/IBDecodable/IBDecodable/pull/111 * [FIX] Pass AccessToken on Authorization header for Github Tests. by @kostassite in https://github.com/IBDecodable/IBDecodable/pull/108 * Check for collectionViewCellContentView key in CollectionViewCell by @kostassite in https://github.com/IBDecodable/IBDecodable/pull/106 * Support for TextView.text as nested container and not in attribute when multi line by @kostassite in https://github.com/IBDecodable/IBDecodable/pull/103 ## New Contributors * @kostassite made their first contribution in https://github.com/IBDecodable/IBDecodable/pull/97 * @ykkd made their first contribution in https://github.com/IBDecodable/IBDecodable/pull/111 **Full Changelog**: https://github.com/IBDecodable/IBDecodable/compare/0.4.3...0.5.0
0.4.3
2 years ago
- [Add support for adjustsFontForContentSizeCategory of the UILabel](https://github.com/IBDecodable/IBDecodable/pull/89) - [Fix detecting systemColor on Xcode 11 or later](https://github.com/IBDecodable/IBDecodable/pull/90) - [Remove redundant children taken from Optional casting](https://github.com/IBDecodable/IBDecodable/pull/94)
0.4.2
3 years ago
Add missing fields on - controls #86 - stack view #87
0.4.1
3 years ago
- Fix decoding of Switch set off ie. without `on` value @phimage - Allow test with Xcode 12 @kateinoigakukun - Add common protocol `IBConnectionOwner` for view and controller to provide connections utility functions - Add missing colors, images and fix dates on `UISwitch`, `UISlider`
3 years ago
* Compile on linux by updating dependencies on [email protected]
0.3.0
3 years ago
- Update Swift version to 5.2 - Add support for verifyAmbiguity
0.2.0
3 years ago
- Add support for `calibratedRGB` color space - Add attributes of value, `minValue` and `maxValue` to Slider - Add support for `UICollectionReusableView`
4 years ago
πŸ’₯ Make `title` attribute of `Button` `State` optional βž• Add image and catalog to Button State βž• Add catalog to ImageView #68
4 years ago
- βž•`UIHostingController`@phimage - βž•`destinationCreationSelector`, `modalPresentationStyle`, `modalTransitionStyle` on segue@phimage - βž•Dependencies(deployment, plugIn, capabilities) #62 @yageek - βž•`modalPresentationStyle`, `modalTransitionStyle` on view controller and many other attributes @yageek - βž•`catalog` on image for SF symbol @phimage - πŸ›fix unit test using Xcode and SwiftPM @phimage
IBDecodable/IBGenerate 0.0.3
Storyboard code generator
⭐️ 8
πŸ•“ 4 years ago

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