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

Add build configuration to generate runtime packs for iOS #34050

Merged
merged 20 commits into from
Apr 2, 2020

Commits on Mar 31, 2020

  1. Add build configuration to generate runtime packs for iOS

    This adds support for generating iOS runtime packs, which
    is intended to be consumed by the Xamarin iOS SDK.
    Steve Pfister committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    6c61240 View commit details
    Browse the repository at this point in the history
  2. Take away unnecessary subsets / fix syntax error

    Steve Pfister committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    f88d464 View commit details
    Browse the repository at this point in the history
  3. Addressed some feedback

    Steve Pfister committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    f7a6dd7 View commit details
    Browse the repository at this point in the history
  4. Attempt to add iOS installer lanes

    Steve Pfister committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    013d727 View commit details
    Browse the repository at this point in the history
  5. Trying a single platform to see if it'll work

    Steve Pfister committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    ff4c087 View commit details
    Browse the repository at this point in the history
  6. I guess there's one already?

    Steve Pfister committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    b997ec4 View commit details
    Browse the repository at this point in the history
  7. Adding ios installer ci back in. It's gonna fail

    Steve Pfister committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    bb866f8 View commit details
    Browse the repository at this point in the history
  8. Tweaked platform matrix for ios_arm & ios_arm64 so that they do not r…

    …epeat iOS_x64. This was causing the installer leg creation to fail
    Steve Pfister committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    a7e7237 View commit details
    Browse the repository at this point in the history
  9. Added iOS as part of the base job check

    Steve Pfister committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    5fa7c8f View commit details
    Browse the repository at this point in the history
  10. Added os and archType to the ios installer args

    Steve Pfister committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    4eff34f View commit details
    Browse the repository at this point in the history
  11. yml syntax :-(

    Steve Pfister committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    2479df0 View commit details
    Browse the repository at this point in the history
  12. Yml syntax

    Steve Pfister committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    5c6f78f View commit details
    Browse the repository at this point in the history
  13. Pushed skipping unnecessary pkgproj into installer/pkg area

    Added cross and include into the native part of the runtime pack
    
    Addressed feedback
    Steve Pfister committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    f3b3b0a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Adjusted skip props for host pkgproj

    Steve Pfister committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    b8f457b View commit details
    Browse the repository at this point in the history
  2. More feedback

    Steve Pfister committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    7060904 View commit details
    Browse the repository at this point in the history
  3. More feedback

    Steve Pfister committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    da25949 View commit details
    Browse the repository at this point in the history
  4. More feedback

    Steve Pfister committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    0d7f48b View commit details
    Browse the repository at this point in the history
  5. yml syntax in runtime official

    Steve Pfister committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    84e2f59 View commit details
    Browse the repository at this point in the history
  6. Last bit of nits

    Steve Pfister committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    db8b257 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Disabled useOfficialAllConfigurations and buildFullPlatformManifest o…

    …n the official build.
    Steve Pfister committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    d0dafc3 View commit details
    Browse the repository at this point in the history