You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow to support different integration strategies and easy phase in experimental support for new ones. It would also replace the --no-integrate of pod install.
One issue I see with this is that the user can opt into using frameworks per target, but not doing any integration doesn't really make sense on a target level.
The Podfile should support the following syntax:
This would allow to support different integration strategies and easy phase in experimental support for new ones. It would also replace the
--no-integrate
ofpod install
.This would greatly simplify the different target scenarios discusse in CocoaPods/CocoaPods#2272
The text was updated successfully, but these errors were encountered: