-
Notifications
You must be signed in to change notification settings - Fork 351
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
Expand use_frameworks!
DSL to accept linkage style.
#581
Expand use_frameworks!
DSL to accept linkage style.
#581
Conversation
d5f6a30
to
a3c06f6
Compare
use_frameworks!
DSL to accept linkage style.use_frameworks!
DSL to accept linkage style.
8be6999
to
e07f8f7
Compare
e07f8f7
to
9bafc2f
Compare
use_frameworks!
DSL to accept linkage style.use_frameworks!
DSL to accept linkage style.
aef2102
to
e910c68
Compare
inheritance: search_paths | ||
name: SampleAppTests | ||
name: SampleApp | ||
uses_frameworks: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is used for a test to ensure we can parse a pre-existing serialized YAML
Podfile
with a boolean value for uses_frameworks
.
e910c68
to
11e601f
Compare
d58ad0d
to
3cc6efb
Compare
8a7bbea
to
e9372c7
Compare
e9372c7
to
eb59870
Compare
inheritance: search_paths | ||
name: SampleAppTests | ||
name: SampleApp | ||
uses_frameworks: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
likewise this is used to test that we can load uses_frameworks
hash value from a serialized YAML
Podfile
.
RFC: CocoaPods/CocoaPods#9099