David
banner
bitomule.bsky.social
David
@bitomule.bsky.social
iOS engineer, Apple fan and tech lover. I mainly talk about iOS development and the apps I make.
Undolly is soon introducing more features to help you recover device space more efficiently. Free to all current users, including family sharing so all your family can make free space for more memories.
November 9, 2025 at 8:00 PM
Introducing BOXY 2.1!

Now with TAGS! Enhance your objects with tags for expanded possibilities and a seamless experience.
October 21, 2025 at 11:00 AM
First of four? I aimed for two updates and two new apps, but I might not hit the mark.
September 12, 2025 at 8:41 PM
What's it about? The app helps you track your stored food and its expiration dates. This is just the first MVP. I'm pleased with the speed achieved using existing apps and the frameworks developed so far.
August 4, 2025 at 3:00 PM
Undolly features an all-new design with a greater focus on content and, of course, Liquid Glass.
July 11, 2025 at 7:56 AM
I've completely redesigned the analysis UI based on your suggestions! Your photos now take center stage while providing rich contextual insights. I've spent weeks improving the composition intelligence to ensure your best photos always stand out. See for yourself!
May 7, 2025 at 10:00 AM
👀 Sneak Peek
May 3, 2025 at 6:10 AM
I’ve been a @macstories.net reader for years, seeing something I’ve created highlighted in their newsletter is a dream made true
April 20, 2025 at 8:25 PM
Undolly is set to dazzle with light and dark modes, sleek icons, seamless iPad multitasking, and exciting features on the horizon.
March 30, 2025 at 11:03 AM
Introducing a fresh new icon! The beta version was just a placeholder, and more icon options are on the horizon. Share your color preferences with me!
March 30, 2025 at 11:03 AM
I worked on Undolly onboarding over the weekend. Analysis begins as soon as you grant permissions, so when you open the main app screen, you're ready to go. It only takes a few seconds, but it significantly enhances the experience.
January 12, 2025 at 7:57 PM
2) Formatting. Sweetpad has support for any formatter but it uses Swift format by default. To enable it add this to your .vscode/config.json. You can configure it to use any other parser. I haven't managed to enable auto indent shortcut in Xcode but formatting on save is fine.
December 3, 2024 at 4:00 PM
Two last details. 1) I love running tests using CMD+U on Xcode and I was missing that on Cursor. I added it by changing the .vscode/tasks.json file like this and adding the shortcut in Keyboard Shortcuts > Add: "workbench.action.tasks.test"
December 3, 2024 at 4:00 PM
Next, in order to enable Swift Sever features you have to build the project. Usually CMD+B works but you can also use Command Palette. It will ask you to create the build config. You can also create it manually with this content:
December 3, 2024 at 4:00 PM
Here's Undolly's current home screen. It's not perfect yet, but everything's starting to come together.
December 2, 2024 at 8:28 PM
Making progress on duplicates analysis. Idea is to show what makes a photo better using badges. It also gives each image a score. I’m still refining both UI and the analysis algorithm. What do you think? #wip
November 23, 2024 at 11:27 AM
Cursor workspace with BOXY as reference project + own CoreData library + own image processing library = Best setup

I can reference my own code as example and use my library APIs just my mentioning the needed classes. Makes using Cursor even faster.

#iOSDev #Cursor #AI #NewApp
November 16, 2024 at 11:27 AM