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

Fix Readme Before you go to AppStore Section #238

Merged
merged 1 commit into from
Dec 14, 2024

Conversation

biklas7
Copy link

@biklas7 biklas7 commented Dec 12, 2024

Adding config.build_settings['OTHER_SWIFT_FLAGS'] = '-DDISABLE_TRUEDEPTH_API' is actually replacing OTHER_SWIFT_FLAGS from every package and creating problems for me like this adaptyteam/AdaptySDK-Flutter#133.

I think it should be updated to config.build_settings['OTHER_SWIFT_FLAGS'] = '$(inherited) -DDISABLE_TRUEDEPTH_API' so we can keep OTHER_SWIFT_FLAGS from other packages.

@biklas7
Copy link
Author

biklas7 commented Dec 12, 2024

Related to #225

@olexale olexale merged commit 25bfbb5 into olexale:master Dec 14, 2024
@olexale
Copy link
Owner

olexale commented Dec 14, 2024

Thank you for your contribution! I'll push a new version to make the updated Readme available on pub.dev.

@biklas7 biklas7 deleted the bug/fix-readme branch December 16, 2024 11:42
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.

2 participants