-
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
Update comments/docs to indicate module_map=false
will skip modulemap
file generation
#664
Conversation
…map` file generation
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.
LGTM
@@ -1427,6 +1427,10 @@ def dependency=(args) | |||
# | |||
# The module map file that should be used when this pod is integrated as | |||
# a framework. | |||
# `false` indicates that the default CocoaPods `modulemap` file should not |
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.
nit: align indentation
@@ -7,6 +7,9 @@ | |||
* Allow version `0` to be used. | |||
[Eloy Durán](https://github.com/alloy) | |||
[#657](https://github.com/CocoaPods/Core/pull/657) | |||
* Update comments/docs to indicate `module_map=false` will skip `modulemap` file generation. |
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.
nit you need extra line here.
@@ -1427,6 +1427,10 @@ def dependency=(args) | |||
# | |||
# The module map file that should be used when this pod is integrated as | |||
# a framework. | |||
# `false` indicates that the default CocoaPods `modulemap` file should not |
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.
need extra line from above here.
@@ -1427,6 +1427,10 @@ def dependency=(args) | |||
# | |||
# The module map file that should be used when this pod is integrated as | |||
# a framework. | |||
# `false` indicates that the default CocoaPods `modulemap` file should not | |||
# be generated. | |||
# `true` is the default and indicates that the default CocoaPods |
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.
here too
@till0xff approved. We can merge once we fix the line spacing issues which are minor. |
See also CocoaPods/CocoaPods#10207