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

[msbuild] Tweak the codesign logic for iOS Simulator builds #3114

Merged
merged 3 commits into from
Jan 8, 2018

Commits on Dec 19, 2017

  1. [msbuild] Tweak the codesign logic for iOS Simulator builds

    Don't *always* codesign, especially for iOS8 which seems to break.
    
    iOS Simulator builds should only be codesigned if they require
    Entitlements (signified by RequireProvisionProfile).
    jstedfast committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    24d9d19 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. [msbuild] Fixed unit tests

    jstedfast committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    e79f51c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Configuration menu
    Copy the full SHA
    7789b2d View commit details
    Browse the repository at this point in the history