#swiftlang — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #swiftlang, aggregated by home.social.
-
Oh this is useful, swift-argument-parser has an `AsyncParsableCommand` which is basically a drop-in replacement for `ParsableCommand` with async support!
Too bad it doesn't support `CommandConfiguration` 🥲
Today I've also learned you can rename your main.swift to something else and use the `@main` attribute on the struct conforming to `ParsableCommand`, instead of calling its `main` function.
https://apple.github.io/swift-argument-parser/documentation/argumentparser/asyncparsablecommand/
-
Oh this is useful, swift-argument-parser has an `AsyncParsableCommand` which is basically a drop-in replacement for `ParsableCommand` with async support!
Too bad it doesn't support `CommandConfiguration` 🥲
Today I've also learned you can rename your main.swift to something else and use the `@main` attribute on the struct conforming to `ParsableCommand`, instead of calling its `main` function.
https://apple.github.io/swift-argument-parser/documentation/argumentparser/asyncparsablecommand/
-
Oh this is useful, swift-argument-parser has an `AsyncParsableCommand` which is basically a drop-in replacement for `ParsableCommand` with async support!
Too bad it doesn't support `CommandConfiguration` 🥲
Today I've also learned you can rename your main.swift to something else and use the `@main` attribute on the struct conforming to `ParsableCommand`, instead of calling its `main` function.
-
Oh this is useful, swift-argument-parser has an `AsyncParsableCommand` which is basically a drop-in replacement for `ParsableCommand` with async support!
Too bad it doesn't support `CommandConfiguration` 🥲
Today I've also learned you can rename your main.swift to something else and use the `@main` attribute on the struct conforming to `ParsableCommand`, instead of calling its `main` function.
https://apple.github.io/swift-argument-parser/documentation/argumentparser/asyncparsablecommand/
-
Oh this is useful, swift-argument-parser has an `AsyncParsableCommand` which is basically a drop-in replacement for `ParsableCommand` with async support!
Too bad it doesn't support `CommandConfiguration` 🥲
Today I've also learned you can rename your main.swift to something else and use the `@main` attribute on the struct conforming to `ParsableCommand`, instead of calling its `main` function.
https://apple.github.io/swift-argument-parser/documentation/argumentparser/asyncparsablecommand/
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's start refactoring the existing routes to read from the new datastores!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/m99o2zCuil0
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's start refactoring the existing routes to read from the new datastores!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/m99o2zCuil0
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's start refactoring the existing routes to read from the new datastores!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/m99o2zCuil0
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's start refactoring the existing routes to read from the new datastores!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/m99o2zCuil0
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's start refactoring the existing routes to read from the new datastores!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/m99o2zCuil0
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's continue refactoring the notification loop!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/Ift6hPn4CSw
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's continue refactoring the notification loop!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/Ift6hPn4CSw
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's continue refactoring the notification loop!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/Ift6hPn4CSw
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's continue refactoring the notification loop!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/Ift6hPn4CSw
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's continue refactoring the notification loop!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/Ift6hPn4CSw
-
I need to create a list of locations in a macOS app based on a partial string. For example, the user enters "salem" and the app returns a list of suggested cities that are named Salem. What are my options for getting a list of suggested locations based on a partial string? Is MKLocalSearchCompleter the best solution here or is there something newer I can use?
-
I need to create a list of locations in a macOS app based on a partial string. For example, the user enters "salem" and the app returns a list of suggested cities that are named Salem. What are my options for getting a list of suggested locations based on a partial string? Is MKLocalSearchCompleter the best solution here or is there something newer I can use?
-
I need to create a list of locations in a macOS app based on a partial string. For example, the user enters "salem" and the app returns a list of suggested cities that are named Salem. What are my options for getting a list of suggested locations based on a partial string? Is MKLocalSearchCompleter the best solution here or is there something newer I can use?
-
I need to create a list of locations in a macOS app based on a partial string. For example, the user enters "salem" and the app returns a list of suggested cities that are named Salem. What are my options for getting a list of suggested locations based on a partial string? Is MKLocalSearchCompleter the best solution here or is there something newer I can use?
-
I need to create a list of locations in a macOS app based on a partial string. For example, the user enters "salem" and the app returns a list of suggested cities that are named Salem. What are my options for getting a list of suggested locations based on a partial string? Is MKLocalSearchCompleter the best solution here or is there something newer I can use?
-
Now in review: an amendment to SE-0444 Member Import Visibility to fix a source break involving default implementations of protocol requirements. This is a minor change, but it has a short review period, so please weigh in soon if you have something to say! #SwiftLang https://forums.swift.org/t/se-0444-amendment-exempt-default-implementations-of-protocol-requirements-from-member-import-visibility-rules/86683/1
-
Now in review: an amendment to SE-0444 Member Import Visibility to fix a source break involving default implementations of protocol requirements. This is a minor change, but it has a short review period, so please weigh in soon if you have something to say! #SwiftLang https://forums.swift.org/t/se-0444-amendment-exempt-default-implementations-of-protocol-requirements-from-member-import-visibility-rules/86683/1
-
Now in review: an amendment to SE-0444 Member Import Visibility to fix a source break involving default implementations of protocol requirements. This is a minor change, but it has a short review period, so please weigh in soon if you have something to say! #SwiftLang https://forums.swift.org/t/se-0444-amendment-exempt-default-implementations-of-protocol-requirements-from-member-import-visibility-rules/86683/1
-
Now in review: an amendment to SE-0444 Member Import Visibility to fix a source break involving default implementations of protocol requirements. This is a minor change, but it has a short review period, so please weigh in soon if you have something to say! #SwiftLang https://forums.swift.org/t/se-0444-amendment-exempt-default-implementations-of-protocol-requirements-from-member-import-visibility-rules/86683/1
-
Now in review: an amendment to SE-0444 Member Import Visibility to fix a source break involving default implementations of protocol requirements. This is a minor change, but it has a short review period, so please weigh in soon if you have something to say! #SwiftLang https://forums.swift.org/t/se-0444-amendment-exempt-default-implementations-of-protocol-requirements-from-member-import-visibility-rules/86683/1
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Short stream, but let's read from the new index!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/_ikfiy42qzg
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Short stream, but let's read from the new index!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/_ikfiy42qzg
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Short stream, but let's read from the new index!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/_ikfiy42qzg
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Short stream, but let's read from the new index!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/_ikfiy42qzg
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Short stream, but let's read from the new index!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/_ikfiy42qzg
-
Proxygen 5.2 is available with lots of tooling updates.
⤴️ Rewrites can now override target address so you can map requests to any destination.
🔍 Transparent proxying is finally available. It lets you inspect non-proxy-aware clients.
🗝️ TLS key logging allows decrypting captured traffic in Wireshark.
Download at
https://proxygen.app -
Proxygen 5.2 is available with lots of tooling updates.
⤴️ Rewrites can now override target address so you can map requests to any destination.
🔍 Transparent proxying is finally available. It lets you inspect non-proxy-aware clients.
🗝️ TLS key logging allows decrypting captured traffic in Wireshark.
Download at
https://proxygen.app -
Proxygen 5.2 is available with lots of tooling updates.
⤴️ Rewrites can now override target address so you can map requests to any destination.
🔍 Transparent proxying is finally available. It lets you inspect non-proxy-aware clients.
🗝️ TLS key logging allows decrypting captured traffic in Wireshark.
Download at
https://proxygen.app -
Proxygen 5.2 is available with lots of tooling updates.
⤴️ Rewrites can now override target address so you can map requests to any destination.
🔍 Transparent proxying is finally available. It lets you inspect non-proxy-aware clients.
🗝️ TLS key logging allows decrypting captured traffic in Wireshark.
Download at
https://proxygen.app -
Proxygen 5.2 is available with lots of tooling updates.
⤴️ Rewrites can now override target address so you can map requests to any destination.
🔍 Transparent proxying is finally available. It lets you inspect non-proxy-aware clients.
🗝️ TLS key logging allows decrypting captured traffic in Wireshark.
Download at
https://proxygen.app -
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's take another stab at the notifications index!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/Yapj4cIKs70
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's take another stab at the notifications index!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/Yapj4cIKs70
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's take another stab at the notifications index!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/Yapj4cIKs70
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's take another stab at the notifications index!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/Yapj4cIKs70
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's take another stab at the notifications index!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/Yapj4cIKs70
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's continue committing the notification changes!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/8jq-hIPdv-M
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's continue committing the notification changes!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/8jq-hIPdv-M
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's continue committing the notification changes!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/8jq-hIPdv-M
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's continue committing the notification changes!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/8jq-hIPdv-M
-
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's continue committing the notification changes!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/8jq-hIPdv-M
-
📢 𝗜𝘀𝘀𝘂𝗲 𝟵𝟭 𝗶𝘀 𝗼𝘂𝘁!
On the agenda:
⚡ 𝑇𝑎𝑠𝑘 𝑠𝑢𝑠𝑝𝑒𝑛𝑠𝑖𝑜𝑛 𝑝𝑜𝑖𝑛𝑡𝑠
🔒 𝐴𝑐𝑡𝑜𝑟𝑠 𝑣𝑠 𝑄𝑢𝑒𝑢𝑒𝑠 𝑣𝑠 𝐿𝑜𝑐𝑘𝑠
♿ 𝐴𝑢𝑑𝑖𝑜 𝐷𝑒𝑠𝑐𝑟𝑖𝑝𝑡𝑖𝑜𝑛𝑠
🔄 𝐵𝑎𝑐𝑘𝑔𝑟𝑜𝑢𝑛𝑑 𝑎𝑝𝑝 𝑟𝑒𝑓𝑟𝑒𝑠ℎ
📱 𝐴𝑐𝑐𝑒𝑙𝑒𝑟𝑜𝑚𝑒𝑡𝑒𝑟-𝑑𝑟𝑖𝑣𝑒𝑛 𝑣𝑖𝑒𝑤𝑠
💡 𝐺𝑒𝑛𝑒𝑟𝑎𝑏𝑙𝑒 + 𝐼𝑑𝑒𝑛𝑡𝑖𝑓𝑖𝑎𝑏𝑙𝑒 𝑡𝑖𝑝
🖥️ 𝑀𝑎𝑐𝐹𝑎𝑛𝑠𝐶𝑜𝑛𝑡𝑟𝑜𝑙
🌐 𝑊𝑒𝑏𝐾𝑖𝑡 𝑓𝑜𝑟 𝑆𝑤𝑖𝑓𝑡𝑈𝐼🔗: https://ios-newsletter.snappmobile.io/issues/2026-05-08-issue-91.html by @snappmobile
-
📢 𝗜𝘀𝘀𝘂𝗲 𝟵𝟭 𝗶𝘀 𝗼𝘂𝘁!
On the agenda:
⚡ 𝑇𝑎𝑠𝑘 𝑠𝑢𝑠𝑝𝑒𝑛𝑠𝑖𝑜𝑛 𝑝𝑜𝑖𝑛𝑡𝑠
🔒 𝐴𝑐𝑡𝑜𝑟𝑠 𝑣𝑠 𝑄𝑢𝑒𝑢𝑒𝑠 𝑣𝑠 𝐿𝑜𝑐𝑘𝑠
♿ 𝐴𝑢𝑑𝑖𝑜 𝐷𝑒𝑠𝑐𝑟𝑖𝑝𝑡𝑖𝑜𝑛𝑠
🔄 𝐵𝑎𝑐𝑘𝑔𝑟𝑜𝑢𝑛𝑑 𝑎𝑝𝑝 𝑟𝑒𝑓𝑟𝑒𝑠ℎ
📱 𝐴𝑐𝑐𝑒𝑙𝑒𝑟𝑜𝑚𝑒𝑡𝑒𝑟-𝑑𝑟𝑖𝑣𝑒𝑛 𝑣𝑖𝑒𝑤𝑠
💡 𝐺𝑒𝑛𝑒𝑟𝑎𝑏𝑙𝑒 + 𝐼𝑑𝑒𝑛𝑡𝑖𝑓𝑖𝑎𝑏𝑙𝑒 𝑡𝑖𝑝
🖥️ 𝑀𝑎𝑐𝐹𝑎𝑛𝑠𝐶𝑜𝑛𝑡𝑟𝑜𝑙
🌐 𝑊𝑒𝑏𝐾𝑖𝑡 𝑓𝑜𝑟 𝑆𝑤𝑖𝑓𝑡𝑈𝐼🔗: https://ios-newsletter.snappmobile.io/issues/2026-05-08-issue-91.html by @snappmobile
-
📢 𝗜𝘀𝘀𝘂𝗲 𝟵𝟭 𝗶𝘀 𝗼𝘂𝘁!
On the agenda:
⚡ 𝑇𝑎𝑠𝑘 𝑠𝑢𝑠𝑝𝑒𝑛𝑠𝑖𝑜𝑛 𝑝𝑜𝑖𝑛𝑡𝑠
🔒 𝐴𝑐𝑡𝑜𝑟𝑠 𝑣𝑠 𝑄𝑢𝑒𝑢𝑒𝑠 𝑣𝑠 𝐿𝑜𝑐𝑘𝑠
♿ 𝐴𝑢𝑑𝑖𝑜 𝐷𝑒𝑠𝑐𝑟𝑖𝑝𝑡𝑖𝑜𝑛𝑠
🔄 𝐵𝑎𝑐𝑘𝑔𝑟𝑜𝑢𝑛𝑑 𝑎𝑝𝑝 𝑟𝑒𝑓𝑟𝑒𝑠ℎ
📱 𝐴𝑐𝑐𝑒𝑙𝑒𝑟𝑜𝑚𝑒𝑡𝑒𝑟-𝑑𝑟𝑖𝑣𝑒𝑛 𝑣𝑖𝑒𝑤𝑠
💡 𝐺𝑒𝑛𝑒𝑟𝑎𝑏𝑙𝑒 + 𝐼𝑑𝑒𝑛𝑡𝑖𝑓𝑖𝑎𝑏𝑙𝑒 𝑡𝑖𝑝
🖥️ 𝑀𝑎𝑐𝐹𝑎𝑛𝑠𝐶𝑜𝑛𝑡𝑟𝑜𝑙
🌐 𝑊𝑒𝑏𝐾𝑖𝑡 𝑓𝑜𝑟 𝑆𝑤𝑖𝑓𝑡𝑈𝐼🔗: https://ios-newsletter.snappmobile.io/issues/2026-05-08-issue-91.html by @snappmobile
-
📢 𝗜𝘀𝘀𝘂𝗲 𝟵𝟭 𝗶𝘀 𝗼𝘂𝘁!
On the agenda:
⚡ 𝑇𝑎𝑠𝑘 𝑠𝑢𝑠𝑝𝑒𝑛𝑠𝑖𝑜𝑛 𝑝𝑜𝑖𝑛𝑡𝑠
🔒 𝐴𝑐𝑡𝑜𝑟𝑠 𝑣𝑠 𝑄𝑢𝑒𝑢𝑒𝑠 𝑣𝑠 𝐿𝑜𝑐𝑘𝑠
♿ 𝐴𝑢𝑑𝑖𝑜 𝐷𝑒𝑠𝑐𝑟𝑖𝑝𝑡𝑖𝑜𝑛𝑠
🔄 𝐵𝑎𝑐𝑘𝑔𝑟𝑜𝑢𝑛𝑑 𝑎𝑝𝑝 𝑟𝑒𝑓𝑟𝑒𝑠ℎ
📱 𝐴𝑐𝑐𝑒𝑙𝑒𝑟𝑜𝑚𝑒𝑡𝑒𝑟-𝑑𝑟𝑖𝑣𝑒𝑛 𝑣𝑖𝑒𝑤𝑠
💡 𝐺𝑒𝑛𝑒𝑟𝑎𝑏𝑙𝑒 + 𝐼𝑑𝑒𝑛𝑡𝑖𝑓𝑖𝑎𝑏𝑙𝑒 𝑡𝑖𝑝
🖥️ 𝑀𝑎𝑐𝐹𝑎𝑛𝑠𝐶𝑜𝑛𝑡𝑟𝑜𝑙
🌐 𝑊𝑒𝑏𝐾𝑖𝑡 𝑓𝑜𝑟 𝑆𝑤𝑖𝑓𝑡𝑈𝐼🔗: https://ios-newsletter.snappmobile.io/issues/2026-05-08-issue-91.html by @snappmobile
-
📢 𝗜𝘀𝘀𝘂𝗲 𝟵𝟭 𝗶𝘀 𝗼𝘂𝘁!
On the agenda:
⚡ 𝑇𝑎𝑠𝑘 𝑠𝑢𝑠𝑝𝑒𝑛𝑠𝑖𝑜𝑛 𝑝𝑜𝑖𝑛𝑡𝑠
🔒 𝐴𝑐𝑡𝑜𝑟𝑠 𝑣𝑠 𝑄𝑢𝑒𝑢𝑒𝑠 𝑣𝑠 𝐿𝑜𝑐𝑘𝑠
♿ 𝐴𝑢𝑑𝑖𝑜 𝐷𝑒𝑠𝑐𝑟𝑖𝑝𝑡𝑖𝑜𝑛𝑠
🔄 𝐵𝑎𝑐𝑘𝑔𝑟𝑜𝑢𝑛𝑑 𝑎𝑝𝑝 𝑟𝑒𝑓𝑟𝑒𝑠ℎ
📱 𝐴𝑐𝑐𝑒𝑙𝑒𝑟𝑜𝑚𝑒𝑡𝑒𝑟-𝑑𝑟𝑖𝑣𝑒𝑛 𝑣𝑖𝑒𝑤𝑠
💡 𝐺𝑒𝑛𝑒𝑟𝑎𝑏𝑙𝑒 + 𝐼𝑑𝑒𝑛𝑡𝑖𝑓𝑖𝑎𝑏𝑙𝑒 𝑡𝑖𝑝
🖥️ 𝑀𝑎𝑐𝐹𝑎𝑛𝑠𝐶𝑜𝑛𝑡𝑟𝑜𝑙
🌐 𝑊𝑒𝑏𝐾𝑖𝑡 𝑓𝑜𝑟 𝑆𝑤𝑖𝑓𝑡𝑈𝐼🔗: https://ios-newsletter.snappmobile.io/issues/2026-05-08-issue-91.html by @snappmobile