RSS Amplifier

Blog

newest submissions : swift

Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns.

reddit.comSource feed ↗10 posts

Overdue Last read · last published · next check
Last read 2 days ago, longer than this feed's 2 hours schedule.

Latest posts

I built AnyDocSwift: local document-to-Markdown conversion for macOS

I built AnyDocSwift, a SwiftPM wrapper around Firecrawl’s anydoc https://github.com/firecrawl/anydoc . It lets native macOS apps convert Word, PowerPoint, Excel, OpenDocument, RTF, EPUB, CSV, and text-based PDF files into Markdown. Conversion runs locally on Apple Silicon. SwiftPM downloads a checksum-pinned XCFramework automatically, so consumers don't need Rust, Cargo, an external service, or a…

iOS Unicode Cycles

Cycle Status Character Categories Cycles CJK Characters 1 (Every 3 Versions) CJK Characters 2 (Every 9 Versions) New Symbols 1 (Every 5 Versions) New Symbols 2 (Every 12 Versions) New Arabic Characters (Every 5 Versions but can be different sometimes) Amount of Writing Systems and Additions Cycles Note: The Cycles mean that are not the same as the iOS version numbers. (Example: iOS 4.1 is Cycle 5,…

Need some advice for Apple Developer Academy Application Indonesia/Bali!

Hey everyone! I’m a final-year Informatics student with a bit of UI design experience. I’ve done a few internships at creative agencies/studios, mostly handling UI for marketing stuff, Dribbble shots, and UI template production. Still pretty light on actual UX or product thinking though. I’ve known about Apple Developer Academy since my early uni days and have always wanted to join. I’ve applied…

What do I need to make an app across Mac, Windows, iPhone, Android, and web (website)? What do companies or solo developers use? Thanks.

submitted by /u/monomeric-propelled9 [link] [comments]

New State Macro (Private vs Non-Private Behavior)

I always keep my @.State private but this was interesting to know. Source: https://x.com/pointfreeco/status/2093052971890229285?s=20 submitted by /u/Select_Bicycle4711 [link] [comments]

The iOS Weekly Brief – Issue #75, everything you need to know about Swift updates this week

submitted by /u/IllBreadfruit3087 [link] [comments]

Not being able to distribute the app from xcode version 27 beta

Hello everyone, few months back I installed macOs 27 beta on my mac, and installed the xcode beta version 27 too, everything was working fine, but today, I try to archieve the app and distribute for App store connect, but as I was doing it, I got this error :- Unsupported SDK or Xcode version. Your app was built with an SDK or version of Xcode that isn’t supported. Although you can use beta…

Changing bundle ID for existing app in App Store?

I have an app in the Mac app store but it hasn't had an update in years. I have put together an update (it's really an entire rewrite) and want to release it, but I don't want to use the same bundle ID because I'm using Swift Data and the old one was Core Data, and I'm worried about migration problems so I figure I would just use a new bundle ID. So if my old name was MyApp I just want to call it…

AI agents miss MainActor ownership, scene re-entry, and Swift Concurrency lifetime — I built routing to catch those before code is written

Coding agents handle "add a field, show it on screen" fine. They consistently miss the iOS boundary around it: - A Swift async task that outlives its UI owner or scene - Scene re-entry and background/foreground transitions nobody retested - Persisted data recovery after process termination - Privacy, entitlement, or capability changes nobody flagged None of it shows up as a compile error.…

Toolbar block hitting when Draw

submitted by /u/HotEstablishment5995 [link] [comments]