Francesc Bruguera

Results 7 comments of Francesc Bruguera

FYI in XCode 13b3 this started causing issues, as the SwiftPM packages are being built with `-application-extension` flag, so now any app that imports AcknowList package fails to build. Looking...

What you suggested works (I created [a fork](https://github.com/ifrins/AcknowList/commit/dd0e1ca7e8f23beef242ed37a8d9cd543b25e6ba) doing exactly that to unblock myself 😊); but it would break if anyone is using this VC in an extension (not really...

I started working on Live Activities and needed support for sending push notifications, so I have created a draft PR (#990) with a base implementation for supporting Live Activities based...

Yup. Rereading now I've not made myself very clear. As pushy exports Netty classes, when shaded, the package of the classes wil have changed, thus breaking source compatibility –albeit in...

Right now, with the changes in this PR users should be able to decide if they want the shaded version by adding: `shaded` inside the `` for pushy. I think...

Hey! I've checked and I can reproduce this on my system (10.11). I believe OS X creates an "optimized" copy of the image for the screen resolution. I'm working on...

Hey, There are two things here: 1) There's a problem on Apple's end that they do not clean this directory. I've filled a radar with them [rdar://27393406](http://openradar.appspot.com/radar?id=6066399948570624) 2) There's a...