-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 Mac Catalyst (iOS API, Mac ABI) runtime #47823
Merged
Merged
Commits on Feb 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5015d03 - Browse repository at this point
Copy the full SHA 5015d03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8980f41 - Browse repository at this point
Copy the full SHA 8980f41View commit details
Commits on Feb 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 840e234 - Browse repository at this point
Copy the full SHA 840e234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 901bac3 - Browse repository at this point
Copy the full SHA 901bac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce6ef33 - Browse repository at this point
Copy the full SHA ce6ef33View commit details -
Configuration menu - View commit details
-
Copy full SHA for b955a3a - Browse repository at this point
Copy the full SHA b955a3aView commit details
Commits on Feb 3, 2021
-
Partially bring up app builder.
THIS IS INCOMPLETE, THERE ARE MISSING SYMBOLS LINKING THE RUNTIME
Configuration menu - View commit details
-
Copy full SHA for ab7d99f - Browse repository at this point
Copy the full SHA ab7d99fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ccad31 - Browse repository at this point
Copy the full SHA 2ccad31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ee8b78 - Browse repository at this point
Copy the full SHA 5ee8b78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49ab49a - Browse repository at this point
Copy the full SHA 49ab49aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbec4f2 - Browse repository at this point
Copy the full SHA cbec4f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72e9368 - Browse repository at this point
Copy the full SHA 72e9368View commit details
Commits on Feb 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9cb3d5e - Browse repository at this point
Copy the full SHA 9cb3d5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f70185 - Browse repository at this point
Copy the full SHA 0f70185View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a3ab81 - Browse repository at this point
Copy the full SHA 5a3ab81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d5d1fb - Browse repository at this point
Copy the full SHA 2d5d1fbView commit details -
Disable -Woverriding-t-option on Mac Catalyst builds
Somewhere between CMake 3.17 and 3.19.4, a decision was made to force setting of -mmacosx-version-min when building with an OSX SDK. Leave The relevant cmake deployment variable blank, and it just picks its own default. You can't bypass it, as far as I can tell. Mac Catalyst requires a -target flag, which is incompatible with a -mmacosx-version-min flag. Sadly, our best option is to suppress the warning/error, as the bug is in CMake not with us.
Configuration menu - View commit details
-
Copy full SHA for 8daf812 - Browse repository at this point
Copy the full SHA 8daf812View commit details -
Configuration menu - View commit details
-
Copy full SHA for 519b266 - Browse repository at this point
Copy the full SHA 519b266View commit details -
Update src/libraries/System.Private.CoreLib/src/System/OperatingSyste…
…m.cs Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
Configuration menu - View commit details
-
Copy full SHA for a88df9f - Browse repository at this point
Copy the full SHA a88df9fView commit details
Commits on Feb 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7f9099b - Browse repository at this point
Copy the full SHA 7f9099bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebdb15e - Browse repository at this point
Copy the full SHA ebdb15eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3efc53 - Browse repository at this point
Copy the full SHA a3efc53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59ce230 - Browse repository at this point
Copy the full SHA 59ce230View commit details -
Configuration menu - View commit details
-
Copy full SHA for d75869a - Browse repository at this point
Copy the full SHA d75869aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7cd8cc - Browse repository at this point
Copy the full SHA e7cd8ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1192773 - Browse repository at this point
Copy the full SHA 1192773View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dc4019 - Browse repository at this point
Copy the full SHA 1dc4019View commit details -
Configuration menu - View commit details
-
Copy full SHA for 740dddb - Browse repository at this point
Copy the full SHA 740dddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 619e4d5 - Browse repository at this point
Copy the full SHA 619e4d5View commit details
Commits on Feb 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d0c70b9 - Browse repository at this point
Copy the full SHA d0c70b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ac6335 - Browse repository at this point
Copy the full SHA 6ac6335View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ee37bc - Browse repository at this point
Copy the full SHA 1ee37bcView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.