Michael Verges
Michael Verges
**Problem** When a `ScrollView` is embedded in the drawer, drags within the scroll view are used as scrolls and do not move the drawer. The current workaround is to have...
Related issue: #1943 #### Plugin App Extensions Before iOS 16.0, App Extensions were a product type `com.apple.product-type.app-extension`, build artifacts were installed into the app’s `PlugIns` directory, and the bundle’s Info.plist...
**This is a stacked PR dependent on #1944.** To isolate the diffs from this branch, [view here](https://github.com/maustinstar/rules_apple/compare/master...maustinstar:rules_apple:appex-validation?expand=1). #1944 introduces support for App Extensions built with ExtensionKit by setting the attribute...
App extensions like [Background Assets](https://developer.apple.com/documentation/backgroundassets) are of type `EXAppExtension`, instead of `NSExtension`, and have some different build settings. An `EXAppExtension` is of product type `com.apple.product-type.extensionkit-extension` and installed into the `Extensions`...
Allow users to define svg sources and convert to png assets