Advertisement · 728 × 90

Posts by Pol Piella Abadia

Video

A big part of my day, especially as I write less code, is diving into Instruments to optimize performance.

To speed things up, I’m adding trace recording + analysis to Antoine van der Lee’s SwiftUI Agent Skill.

SwiftUI performance tuning is about to get much easier 👀

6 hours ago 5 1 0 0
Preview
Gigs: Concert Tracking App - App Store Download Gigs: Concert Tracking by Modum B.V. on the App Store. See screenshots, ratings and reviews, user tips and more games like Gigs: Concert Tracking.

Pre-order Gigs today!

apps.apple.com/gb/app/gigs-...

6 days ago 0 0 0 0
Post image

Gigs launches tomorrow and we can't wait to get what we've been building into everyone's hands!

One of my favorite features? Getting reminders when ticket sales go live so you never miss out. Funnily enough, I got one this morning!

Today's your last chance to pre-order 👇

6 days ago 2 0 1 0
Preview
Gigs: Concert Tracking App - App Store Download Gigs: Concert Tracking by Modum B.V. on the App Store. See screenshots, ratings and reviews, user tips, and more apps like Gigs: Concert Tracking.

👇 Preorder Gigs today 👇

apps.apple.com/us/app/gigs-...

3 weeks ago 0 0 0 0
Video

🏆 Every gig tells a story. With our new app Gigs, you'll unlock exclusive achievements as you build your concert history.

Your memories deserve more than a ticket stub! Preorder the app now!

🔗 Link in the comments

3 weeks ago 2 0 1 0
Preview
Gigs: Concert Tracking Never Forget a Show Again.

Join the beta today!

www.nowplaying.co/gigs

1 month ago 0 0 0 0
Video

🎟️ Your gig history deserves better than a spreadsheet.

CSV imports are coming to Gigs: bring every concert, every show, every memory with you.

Beta is open. Link below 👇

1 month ago 1 0 1 0
Advertisement
Preview
Gigs: Concert Tracking Never Forget a Show Again.

We’ll have some news to share very soon, so make sure you sign up to the mailing list to be among the first to try the app.

www.nowplaying.co/gigs

1 month ago 0 0 0 0
Video

Just added support for importing your Concert Archives data to Gigs!

✨ It runs as a Background Task, so you can leave the page (or even the app) and we’ll keep importing everything.

1 month ago 0 0 1 0
Post image

Did you know you can trigger a GitHub Actions workflow via the GitHub API using a repository_dispatch event?

Pair that with the new App Store Connect webhooks and you can react to things like an app release and automatically run tasks in your repo.

Automation magic ✨

1 month ago 8 1 1 0
Video

We don’t want adding concerts to Gigs to feel like admin.

That’s why we’re building different ways to quickly find and pre-fill the right event details so you don’t have to type everything manually.

Here’s one of them: Event Suggestions 🎟️

1 month ago 1 0 0 0
Preview
Improve your SwiftUI app's performance with Xcode 26 A hands-on introduction to Xcode 26 instruments tailored towards diagnosing and fixing SwiftUI performance problems.

📆 Last chance to get your tickets for my workshop on how to improve your SwiftUI App's performance this evening!

I'll walk you through real-world performance bottlenecks and show you how you can diagnose and fix them using Instruments!

www.eventbrite.com/e/1821715834...

4 months ago 0 0 0 0
Preview
Improve your SwiftUI app's performance with Xcode 26 A hands-on introduction to Xcode 26 instruments tailored towards diagnosing and fixing SwiftUI performance problems.

If you are completely new to instruments or just want to elevate your SwiftUI app's performance, make sure you don't miss my workshop next week!

www.eventbrite.com/e/improve-yo...

4 months ago 1 0 0 0
Post image

Have you ever wrapped up an instrumented recording session and then thought, “Wait… what did I do first, and when?”

Start using the os_log instrument and make your debugging sessions way easier to untangle.

💪 A nice perk? You get this for free when you use Apple’s Unified Logging System.

4 months ago 1 0 1 0
Post image

Sooo happy to see @joshdholtz.com’s IndieDevMonday back! And what a return — with @strasser.bsky.social as the featured dev 🙌

Honored to be mentioned alongside so many talented friends ❤️

indiedevmonday.com

4 months ago 3 0 0 0
Advertisement
Preview
Improve your SwiftUI app's performance with Xcode 26 A hands-on introduction to Xcode 26 instruments tailored towards diagnosing and fixing SwiftUI performance problems.

👀 If you want to become a PRO at instruments and want to learn more tips like this one, make sure you join my workshop on the 3rd of November

www.eventbrite.com/e/1821715834...

5 months ago 1 0 0 0
Video

😫 Have you ever tried to diagnose a performance issue with Instruments and found that all symbols were missing?

💡 This happens more often than you think, but it has a very easy fix that not a lot of people know about!

#iosdev

5 months ago 2 0 1 0
Preview
Automate your app's releases with AWS Have you ever been frustrated with GitHub’s slow runners and wanted to set up your own infrastructure? You’ve come to the right place! In this free 2-hour webinar, Pol Piella Abadia — mobile CI/CD…

Last chance to sign up to my FREE webinar with AWS this evening!

You will learn how to:
- Launch and provision an EC2 instance
- Use it as a self-hosted GitHub Actions Runner
- Archive and deploy an iOS Application

streamyard.com/watch/WfUTdS...

5 months ago 0 0 0 0
Post image

😩 Slow GitHub runners… constant queue times… and the nightmare of managing your own Macs for CI/CD?

🔥 There’s a better way... join my FREE webinar in partnership with AWS on Monday to learn more!

streamyard.com/watch/WfUTdS...

5 months ago 0 0 0 0
Post image

💥 Stop buying Macs for CI/CD you don’t want to maintain!

Want faster builds, and lower costs? You can spin up on-demand macOS infrastructure that integrates seamlessly with GitHub Actions.

Join my webinar on Monday!

streamyard.com/watch/WfUTdS...

5 months ago 0 0 0 0
Post image

🆕 Xcode 26.1.1 is out now!

👀 Seems like this update has a big focus on Instruments bug fixes, especially finally enabling the Processor Trace instruments for iPhone 17 devices!

#iosdev

developer.apple.com/documentatio...

5 months ago 1 0 0 0
Preview
Automate your app's releases with AWS Have you ever been frustrated with GitHub’s slow runners and wanted to set up your own infrastructure? You’ve come to the right place! In this free 2-hour webinar, Pol Piella Abadia — mobile CI/CD…

👀 Have you run out of free minutes on GitHub Actions hosted runners? Or want to look for a faster alternative where you have control over what's installed on the machine?

I have teamed up with AWS to bring you this FREE webinar!

streamyard.com/watch/WfUTdS...

5 months ago 0 0 0 0
Preview
Improve your SwiftUI app's performance with Xcode 26 A hands-on introduction to Xcode 26 instruments tailored towards diagnosing and fixing SwiftUI performance problems.

👀 Have you ever struggled to diagnose and fix a performance issue in your app? Or opened Instruments to understand how your app is performing but didn’t know where to start?

This workshop is for you — join me on the 3rd of December!

www.eventbrite.com/e/1821715834...

5 months ago 2 0 0 1
Preview
iOS CI Newsletter - Issue #79 Issue 79 of the iOS CI Newsletter, a fortnightly publication containing the latest iOS CI/CD news from the community.

I sent a new issue of the iOS CI Newsletter last night packed with content and news from the community, here's what's inside:

🖥️ Saving thousands of dollars with self-hosted runners
💨 Faster Xcode builds
🚀 New App Store Connect features
🧪 Selective Testing

www.ioscinewsletter.com/issues/79

5 months ago 0 0 0 0
Advertisement
Preview
Enhancements to help you submit and market your apps and games - Latest News - Apple Developer As part of our ongoing commitment to helping developers succeed on the App Store, we’re introducing new options for submitting content and updates while your app is in review, double the number of…

Apple just announced two new improvements to App Store Connect (and soon to Helm 😜) that I am super excited about:

- You can now submit additional items for review, even if you have an app version under review.
- Offer Codes FINALLY work for In App Purchases

developer.apple.com/news/?id=gf6...

5 months ago 1 0 0 0
Post image

Here's another reason to stop using print statements in your code and start using OSLog instead!

💪 You can access os_log events from instruments to give you a better chance at fixing those pesky performance issues.

6 months ago 3 0 0 2
Post image Post image

Back home after an amazing few days at @swiftleeds.co.uk! It somehow gets better every year — from giving a talk to karaoke nights, baby Guinness, and the best gyros in Leeds (twice! 😅).

Huge thanks Adam Rush & team for another great year — can’t wait for the next one! ❤️

6 months ago 8 0 1 0
Preview
CI/CD for iOS Developers 1-hour FREE webinar where Pol Piella Abadia will give an introduction to what CI/CD is in the context of iOS Mobile Development. First, we will start with an introduction to what CI/CD is and how it…

📆 Friendly reminder that I am running a FREE webinar this evening for iOS CI Newsletter subscribers!

Join me to build a CI/CD pipeline that builds, archives and deploys your iOS app!

streamyard.com/watch/my73mj...

6 months ago 1 1 0 0
Preview
iOS CI Newsletter - Issue #75 Issue 75 of the iOS CI Newsletter, a fortnightly publication containing the latest iOS CI/CD news from the community.

AI agents running your end-to-end tests, better ways to debug, and a few breaking changes you really don’t want to miss on your GitHub Actions workflows.

✨ That’s what’s inside issue #75, kindly sponsored by @codemagic.io.

#iosdev #cicd

www.ioscinewsletter.com/issues/75

7 months ago 1 0 0 0
Preview
CI/CD for iOS Developers 1-hour FREE webinar where Pol Piella Abadia will give an introduction to what CI/CD is in the context of iOS Mobile Development. First, we will start with an introduction to what CI/CD is and how it…

🚀 Want to get started with CI/CD for your iOS apps but not sure where to begin? I’m hosting a FREE 1-hour webinar this September where I’ll show you how to build, test, and deploy your apps with CI/CD — live!

✨ Kindly sponsored by Marathon Labs

👉 Save your spot: streamyard.com/watch/my73mj...

7 months ago 0 0 0 0