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

[BREAKING] replace --use-cocoapods with 2 options #167

Merged
merged 4 commits into from
Nov 15, 2019

Conversation

brodycj
Copy link
Owner

@brodycj brodycj commented Sep 25, 2019

replace --use-cocoapods with --use-apple-networking & --write-example-podfile

  • extra example ios/Podfile is now behind its own experimental option flag, with a couple of trailing tabs removed
  • update the final CLI log message to always include instructions to do pod install, with a comment depending on use of --write-example-podfile or not
  • with an outdated DEFAULT constant removed, as it is not really needed
  • with CLI error logging test snapshot updated (due to the effect of the change on the stack trace)

This proposal should be considered a BREAKING CHANGE, for a 0.x minor release as opposed to a patch release.

This is a followup to PR #166 (update description to match the reality), in response to issue #155.

Resolves #145 (rename --use-cocoapods option).

TODO items:

  • update the commit message to include a more clear list of the actual changes, like there are in this description

For future consideration, outside this PR:

(extra example/ios/Podfile artifact no longer generated)

as that example Podfile artifact is not expected to work with recent
framework and tool updates

and with an outdated DEFAULT constant removed,
as it is not really needed

and with CLI error logging test snapshot updated

(due to the effect on the stack trace)
@brodycj brodycj changed the title [BREAKING] --use-cocoapods -> --use-apple-networking & no extra example Podfile [BREAKING] renamed & split option for Apple Networking & generated example Podfile Nov 15, 2019
@brodycj brodycj changed the title [BREAKING] renamed & split option for Apple Networking & generated example Podfile [BREAKING] replace --use-cocoapods with --use-apple-networking & --write-example-podfile Nov 15, 2019
@brodycj brodycj changed the title [BREAKING] replace --use-cocoapods with --use-apple-networking & --write-example-podfile [BREAKING] replace --use-cocoapods with 2 options Nov 15, 2019
@brodycj brodycj marked this pull request as ready for review November 15, 2019 04:05
@brodycj brodycj merged commit 3702de6 into dev Nov 15, 2019
@brodycj brodycj deleted the with-renamed-option-for-apple-networking branch November 15, 2019 04:08
@brodycj
Copy link
Owner Author

brodycj commented Nov 15, 2019

Now merged, with commit message updated according to the updated title & description of this PR.

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.

rename --use-cocoapods option
1 participant