xcode
xcode copied to clipboard
super fast pbxproj parser written in TypeScript
## Problem After running `npx expo prebuild --clean` with an Apple Watch target using [EvanBacon/expo-apple-targets](https://github.com/EvanBacon/expo-apple-targets) I tried adding Supabase as a Swift package. This worked, but when running `npx expo...
In my project scenario this case failed for me. It was trying to serialise a string/uuid: ``` [Malformed Xcode project]: Found orphaned reference: 79332038C44045AD94B3A9FB > PBXTargetDependency.targetProxy > 68D8C8772B28CFF300FF65DB [Malformed Xcode...
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Xcode 16 has introduced a new ISA type called PBXFileSystemSynchronizedRootGroup for folder groups, e.g.: ``` A16DD1E12C5CAAC400439769 /* Intent */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path...
I've added new classes `PBXFileSystemSynchronizedRootGroup` and `PBXFileSystemSynchronizedBuildFileExceptionSet` that were introduced in Xcode 16. I used an example pbxproj from this project [Score-Tally](https://github.com/hbiede/Score-Tally/blob/main/iOS/ScoreTally/Score%20Tally.xcodeproj/project.pbxproj) (MIT) in tests but struggled with naming because...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Bumps [ws](https://github.com/websockets/ws) from 7.5.7 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). 7.5.9 Bug fixes Backported bc8bd34e to the...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
I was playing with the package to see how can I use it to add local SwiftPM packages to my project. The code is something like this: ```js const project...