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

[mtouch/mmp] Share numerous command-line arguments. #8599

Merged
merged 18 commits into from
May 19, 2020

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    e6df397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff4cbed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40dbdee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b973e72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8abefdb View commit details
    Browse the repository at this point in the history
  6. [mtouch/mmp] Share --i18n.

    rolfbjarne committed May 14, 2020
    Configuration menu
    Copy the full SHA
    8e3eece View commit details
    Browse the repository at this point in the history
  7. [mtouch/mmp] Share --xml.

    rolfbjarne committed May 14, 2020
    Configuration menu
    Copy the full SHA
    8f177f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa99984 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c03eca View commit details
    Browse the repository at this point in the history
  10. [mtouch/mmp] Share --sdk.

    rolfbjarne committed May 14, 2020
    Configuration menu
    Copy the full SHA
    4224dbc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c01da2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5920154 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ebc16c3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c58634a View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    c98e582 View commit details
    Browse the repository at this point in the history
  2. [mmp] Remove --registrar:il.

    The IL generator was what MonoMac had before the dynamic/static registrar code
    got shared between MonoTouch and MonoMac. The IL registrar been gone for
    years, and as far as I know nobody ever used --registrar:il, even though it
    was provided as a compatibility option in the beginning (we still had the IL
    registrar around for a while after adding the static+dynamic registrars, until
    it was completely replaced by the dynamic registrar).
    
    So just remove this option, if anyone ever used it they can replace it with
    --registrar:dynamic.
    rolfbjarne committed May 18, 2020
    Configuration menu
    Copy the full SHA
    8589ce3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18d0472 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f025f61 View commit details
    Browse the repository at this point in the history