Skip to content
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

apply_change_to_project: Support SPM dependencies. #50

Conversation

byohay
Copy link
Collaborator

@byohay byohay commented Mar 3, 2022

No description provided.

@byohay
Copy link
Collaborator Author

byohay commented Mar 3, 2022

Solves #49

Copy link
Member

@ashdnazg ashdnazg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

F&S&M

def add_swift_package_product_dependency(containing_component, change)
swift_package_product_dependency =
containing_component.project.new(Xcodeproj::Project::XCSwiftPackageProductDependency)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove EL

@byohay byohay force-pushed the feature/support-swift-package-product-dependency branch from ca39b3c to 109eec1 Compare March 3, 2022 09:33
@byohay byohay merged commit 30dfc00 into Lightricks:main Mar 3, 2022
@byohay byohay deleted the feature/support-swift-package-product-dependency branch March 3, 2022 09:35
@byohay byohay linked an issue Mar 5, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SPM changes
2 participants