Marc Knaup
Marc Knaup
@neonichu Why DO app targets still have a `Copy Pods Resources` phase when I use `use_frameworks!`? Just as you said - the resources should be in the frameworks anyway.
@neonichu Are there really pods having neither source files, nor public header files nor vendored frameworks? How would you even use them? It's also funny that for [LayerKit](https://github.com/CocoaPods/Specs/blob/master/Specs/LayerKit/0.9.0/LayerKit.podspec.json) no pod...
Oh, there are two different issues here. 1. Mixpanel has their PNG files in an [asset catalog](https://github.com/mixpanel/mixpanel-iphone/tree/master/Mixpanel/Media.xcassets) but in the [podspec](https://github.com/mixpanel/mixpanel-iphone/blob/master/Mixpanel.podspec)'s `resources` they include the PNGs directly. No big issue...
It got even more weird recently and we don't know what triggered it. As per MDN, [it's perfectly fine](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/languages#using_intl_constructors_to_do_language-specific_formatting_with_fallback) to do the following to format according to the user's preferred...
It would also be great if terraform also minifies `*.css`, `*.html` and `*.js` files which were not preprocessed. Right now a file is only minified if it's also preprocessed. Minification...