-
-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong Docs regarding Package.swift #140
Comments
For me it looks like the packages are automatically read from the xcode project file. This is awesome and unexpected for me. This should be documented. |
Ahhhh I understand. This is possible... |
I had an issue with that one too. The app uses a custom Swift Package ✅ I solved this by using:
|
@stherold @markusfassbender-parshipgroup The fix(#150, created by @yosshi4486 🙏) was merged, and 3.0.7 was released. |
@stherold @markusfassbender-parshipgroup LicensePlist/Sources/LicensePlistCore/Entity/FileReader/SwiftPackageFileReader.swift Lines 26 to 34 in fa4699f
|
Yes thank you, this fixes it and also the documentation is much clearer now. Thank you! 💯 |
When using SPM from Xcode there is no Package.swift as suggested in:
What exactly is meant by this? It should be removed imho. When using SPM from Xcode the resolved package info is stored in
$PROJECT_FILE_PATH/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
and the package info itself inproject.pbxproj
The text was updated successfully, but these errors were encountered: