Give your simulator superpowers

RocketSim: An Essential Developer Tool
as recommended by Apple

Confirm your subscription

You’re one step away from receiving weekly Swift & SwiftUI updates. Check your inbox to complete your SwiftLee Weekly subscription!

 

Security-scoped bookmarks for URL access

Security-scoped bookmarks allow you to store access to a given user-selected URL. They are commonly used on macOS to store access information for a user-selected directory. Restoring the security-scoped bookmark data allows you to regain access to a folder previously selected by the user. I’ve been using this technique for years and recently discovered a … 

 

The Going Indie Podcast with Antoine van der Lee

After creating my course, “From Side Project to Going Indie”, I proudly announce a new podcast: “Going Indie with Antoine van der Lee”. In this podcast, I’ll be inviting Indie Creators who have already gone independent to let them share their story, experiences, challenges, and learnings. A new episode will be released in audio and … 

 

Using the #expect macro for Swift Testing

Swift Testing is Apple’s Swift framework for writing tests and introduces several macros, including the #expect macro. Where we had to use all kinds of XCAssert variations before, we can now rely on a powerful replacement that will help us debug tests more quickly. Before exploring this specific feature of Swift Testing, I encourage you … 

 

Indie Development: Full Course now Available

Many engineers dream of indie development, leaving a full-time job behind, embracing freedom, and solely focusing on personal apps. While it’s a dream, it’s also a difficult step to take, especially if you’re going indie cold turkey without having any sources of income yet. Therefore, after announcing my decision to go indie, I decided to …