Uh oh!
There was an error while loading. Please reload this page.
[RN][iOS] Automatically detect when use frameworks is used - #35636
[RN][iOS] Automatically detect when use frameworks is used#35636cipolleschi wants to merge 1 commit into
Conversation
facebook-github-bot
commented
Dec 14, 2022
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
cipolleschi
commented
Dec 14, 2022
@Kudo@mikehardy I would really appreciate your review on this PR! 🙏 |
Base commit: 03b17d9 |
Kudo
left a comment
There was a problem hiding this comment.
thanks for the pr. i'm leaving some comments and hopefully to be helpful.
| Pod::UI.puts("Framework build type is #{framework_build_type}") | ||
| if framework_build_type === "static framework" |
There was a problem hiding this comment.
would be great for pasting the code reference, e.g. https://github.com/CocoaPods/Core/blob/c6ac388ee43f0782fdb8e32386f41f96dbe29082/lib/cocoapods-core/build_type.rb#L104-L106
There was a problem hiding this comment.
I'll add all the references!
Uh oh!
There was an error while loading. Please reload this page.
cipolleschi
commented
Dec 16, 2022
/rebase |
10a319a to
41958d5Compareanalysis-bot
commented
Dec 16, 2022
Base commit: 03b17d9 |
facebook-github-bot
commented
Dec 16, 2022
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
facebook-github-bot
commented
Dec 16, 2022
@cipolleschi merged this pull request in f249bee. |
Summary: This PR introduce an automatic way to detect whether the user sets its podfile to use frameworks. In this way, users don't have to install pods with a specific environment flag but they can rely on the standard Cocoapods usage ## Changelog [IOS][ADDED] - Automatically detect whether use_frameworks! is used Pull Request resolved: #35636 Test Plan: - CircleCI is Green - Added unit tests - Tested locally with an app Reviewed By: dmytrorykun Differential Revision: D42029355 Pulled By: cipolleschi fbshipit-source-id: 76c92133deabbda59603b043a4d542737f10f044
Summary
This PR introduce an automatic way to detect whether the user sets its podfile to use frameworks.
In this way, users don't have to install pods with a specific environment flag but they can rely on the standard Cocoapods usage
Changelog
[IOS][ADDED] - Automatically detect whether use_frameworks! is used
Test Plan