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

Remove generated header file to make it a pure swift library #537

Merged
merged 2 commits into from
Jan 16, 2024

Conversation

sanju-naik
Copy link
Contributor

Bazel natively doesn't provide a rule to build mixed language (Swift + ObjC ) framework hence removing the .h inclusion from pod spec and also deleting the header file which Xcode creates when you create a framework target.

The Library was anyway all swift so deleting this header shouldn't create an issue.

This MR also bumps the iOS deployment target to iOS 11 to resolve podspec update issue with XCode 14.3

…bump minimum iOS deployment target to iOS 11
@sanju-naik
Copy link
Contributor Author

@maxim-chipeev Can I please get a review on this? Thanks.

Copy link
Contributor

@maxim-chipeev maxim-chipeev left a comment

Choose a reason for hiding this comment

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

Looks good, thanks for making the change @sanju-naik!

@sanju-naik
Copy link
Contributor Author

@maxim-chipeev I don't have write access to merge, Can you please merge this and create a new release? Thanks 🙏

@sanju-naik
Copy link
Contributor Author

@maxim-chipeev Gentle bump on this 🙏

@lgreydev
Copy link

lgreydev commented Oct 5, 2023

Nice

@maxim-chipeev maxim-chipeev merged commit 77cd6ae into Swinject:master Jan 16, 2024
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.

None yet

3 participants