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…
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,…
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…
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]
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…
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…
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.…