kronenthaler / mod-pbxproj

A python module to manipulate XCode projects
MIT License
1.2k stars 294 forks source link

Add XCLocalSwiftPackageReference support #343

Closed michalszelagsonos closed 5 months ago

michalszelagsonos commented 5 months ago

This PR fixes https://github.com/kronenthaler/mod-pbxproj/issues/340 by adding support for XCLocalSwiftPackageReference local package in Xcode.

I tested this on my Xcode project and it correctly parses the contents.

michalszelagsonos commented 5 months ago

Looks like 3.x python check uses SonarCloud for a scan and it is missing SONAR_TOKEN secret in the repository. To pass this check, I need an admin add this in please.