Dirk Rudolph

Results 26 comments of Dirk Rudolph

What the metadata generator is doing is adding it (AdSupport.framework includes) to the umbrella header file and, as far as I understood the implementation, this header is used to generate...

> In case, you don't really use Advertising Identifier in your app, the recommended approach is to just answer with `No.` What according to our customer didn't work (it was...

Ok I didn't expect that magic to happen (from my c/c++ experience this is considered black magic :D) Anyway `app/package.json` sound reasonable for that, I agree. + its the less...

I think we also have to increase the cif sdk api version in the parent pom: `aem.cif.sdk.api`

We should not merge that before the product v3 component completed technical preview.

FYI: In the deployment scenario described in #298 its quite handy to have a synchronous index. An asynchronous index could cause issues with sling provisioning model based deployments.

> We can make an assumption in case the responsive grid is used by computing how many column wide the component is. However, this might still lead to loading too...

Exactly, you specify the media query to match for the desired slot size. The browser picks the first one that matches, so you don't need to specify ranges. In your...

What the browser picks, is up to the browser after all. For example a browser may choose an image it already has cached even though the size is bigger than...

This works as designed (no inheritance). The robots tags are "restrictive". If nothing is set (in the dialog) and no robots meta tag is rendered this is understood as `all`...