Releases: teufelaudio/UIExtensions
Link FoundationExtensions statically
Making FoundationExtensions the static default.
Renamed static / dynamic, make sure that packages without any suffix are static. This unifies a inconsistency in a lot of frameworks used in our products. Also, static linking is is an attempt to fix this issue while deploying to TestFlight / AppStore:
ITMS-90334: Invalid Code Signature Identifier. The identifier "FoundationExtensions-5555494443d5626ab868338a93cce6b274e34595"
in your code signature for "FoundationExtensions" must match its Bundle Identifier "FoundationExtensions"
This fixes SwiftUI previews in Swift Packages as well.
FoundationExtensions is the default now, the dynamic product is FoundationExtensionsDynamic.
Fade-mask and measurement-helper for views
Two helpers where added
- a horizontal fade-mask for views
- a measurement-closure, that allows to measure the dimensions of the view.
ConditionalSizeView - iOS 13
Fix issues for ConditionalSizeView on iOS 13
ConditionalSizeView, for situations where you need to provide different variants of the same view according to the available space you have. This can be useful to overcome SizeClass limitations, and also for when Image that should not be resized on-the-fly, but instead having different well-defined variants that will be applied according to the parent size (using the SwiftUI layout-system, based on negotiable sizes).
ConditionalSizeView
ConditionalSizeView, for situations where you need to provide different variants of the same view according to the available space you have. This can be useful to overcome SizeClass limitations, and also for when Image that should not be resized on-the-fly, but instead having different well-defined variants that will be applied according to the parent size (using the SwiftUI layout-system, based on negotiable sizes).
Updated Packages for Xcode 13
Updated Packages for Xcode 13
Allow MultipleSpacer to specify minLength
v0.2.9 Allow multiple spacer to have a minLength to pass to the spacer initi…
Circled Number update
Circled Number now can have a background colour
Fix Xcode 13.0b3 issues
- Make sure ApplicationOpener works well with the changed requirements from Xcode 13.0b3 on, see https://forums.swift.org/t/set-application-extension-api-only-on-a-spm-package/39333/19
More SPM product options
Add SPM Product AllStatic (#26) * Add SPM Product AllStatic * Update FE
Build time fixes
The milliseconds are adding up ⏱ 🐇