Gui Rambo
_inside@mastodon.social
<p>I know a thing or two about AirPods. App developer, security researcher. 🏳️🌈🧩</p>
Posts
-
Post #3738787
It’s 2026 and there are still apps on iOS that ask for full Photo library access just to save something to the library or upload a single picture 🤦♂️
-
Post #2509614
Of course I made a SwiftUI MeshGradient editor 😆 #wwdc24
-
Post #2366521
RE: https://mastodon.social/@blacktop/116517770852842822 “iOSInEUOriPhoneInBrazilOriPhoneInJapanRegion” 😂
-
Post #2339496
TIL about this &quot;CustomAvailability&quot; experimental feature in Swift. Looks like Apple is using it for feature flags 👀
-
Post #1781908
Love this #wwdc25 https://mastodon.social/@jsq/114655965764298620
-
Post #1175472
If you have a Mac app that displays its own icon somewhere in the UI, it can end up showing the incorrect icon if the user&#39;s icon style changes while the app is running. Here&#39;s a SwiftUI view that can handle that and always display the icon that matches the current system style: https://gist.github.com/insidegui/686ae55087542b430be976918418d129
-
Post #1175471
Fun fact: the &quot;EnablePasteboardPrivacyDeveloperPreview&quot; defaults flag on macOS doesn&#39;t just enable confirmation for accessing the clipboard, it moves the responsibility for an app&#39;s main menu from the app&#39;s own process into a separate system process (TrustedUIService). This means that the contents of the menus have to be serialized to be sent over XPC to that system process, breaking things such as custom SF Symbols in menu icons. I guess that&#39;s...
-
Post #1175470
Surprise! https://9to5mac.com/2026/03/26/apple-discontinues-the-mac-pro/ Paging @siracusa
-
Post #1175469
RE: https://mastodon.macstories.net/@viticci/116317200304453371 Yes!
-
Post #1175466
Is it me or has the dark pattern of including “Action required!”, “Urgent!”, “Important!” and similar in marketing messaging from companies increased since the introduction of LLM-based notification prioritization in smartphones? 🤔 PS: This doesn’t really affect my notifications because I have those turned off for pretty much everything, but I still see the subject line or message eventually 😒
-
Post #1165161
It looks like the CloudKit silent notification bug was caused by some sort of token validation added in iOS 26.4 that was dropping notifications from CloudKit. Fixed in iOS 26.4.1 by bypassing the validation for notifications that come from CloudKit Credit to @blacktop&#39;s excellent IPSW diffs: https://github.com/blacktop/ipsw-diffs/tree/main/26_4_23E246_vs_26_4_1_23E254#usernotificationscore
-
Post #975874
iOS developers: there&#39;s one more place to clean up if you&#39;re running Xcode 16: &quot;/System/Library/AssetsV2/com_apple_MobileAsset_iOSSimulatorRuntime” Although it&#39;s in /System, it&#39;s actually a separate mount point so it is read/write. You can delete older runtime folders in there that you&#39;re no longer using. This saved ~30GB on my Mac
-
Post #822418
RE: https://mastodon.social/@mjtsai/116286416761135703 This is why I don’t ship my Mac apps in the App Store anymore