| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-02-17 | 1.2 kB | |
| Support Swift package Manager and add bundle support on ADKNibSizeCalculator source code.tar.gz | 2023-02-17 | 3.2 MB | |
| Support Swift package Manager and add bundle support on ADKNibSizeCalculator source code.zip | 2023-02-17 | 3.5 MB | |
| Totals: 3 Items | 6.7 MB | 0 | |
What's Changed
- Reduce project and demo code warning by @kenobilyh in https://github.com/yahoo/AppDevKit/pull/107
- Update README.md by @anistarsung in https://github.com/yahoo/AppDevKit/pull/108
- Use Github workflow for new CI, remove travis by @kenobilyh in https://github.com/yahoo/AppDevKit/pull/109
- Support Swift Package Manager by @kenobilyh in https://github.com/yahoo/AppDevKit/pull/110
- support different bundles of class file and nib file case for ADKNibSizeCalculator by @cdsurfer0212 in https://github.com/yahoo/AppDevKit/pull/111
- Refine SPM header path by @kenobilyh in https://github.com/yahoo/AppDevKit/pull/112
- bump version to 1.7.0 by @kenobilyh in https://github.com/yahoo/AppDevKit/pull/113
Highlight
ADKLayoutAttribute now changes to NS_OPTIONS
In Swift,
:::Swift
ADKLayoutAttribute(rawValue: ADKLayoutAttribute.trailing.rawValue + ADKLayoutAttribute.width.rawValue)
now won't be optional Please check diff
Full Changelog: https://github.com/yahoo/AppDevKit/compare/1.6.0...1.7.0