- Notifications
You must be signed in to change notification settings - Fork548
[UIKit] Partial update to Xcode 11 Beta 1 and 2 - Part 1 of ?#6392
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Adds new classes included in Xcode 11 Beta 1 and 2, all stuffincluded in this PR is up to date with Beta 2.
monojenkins commentedJun 21, 2019
Build failure Test results1 tests failed, 90 tests passed.Failed tests
|
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
| new bool CanBecomeFocused { get; } | ||
| [NoWatch, NoTV, iOS (11,0)] | ||
| [Watch (5,0), TV (13,0), iOS (11,0)] // Headers state Watch 5.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Have you tried running introspection in a watchOS 5 simulator?
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
monojenkins commentedJun 21, 2019
Build failure Test results1 tests failed, 90 tests passed.Failed tests
|
dalexsoto commentedJun 21, 2019
@rolfbjarne I agree on the naming of the non-static method naming I will revisit them, about the static ones we have the What do you think? |
monojenkins commentedJun 21, 2019
Build success |
Avoid new generated csprojs```tests/apitest/apitest-unified-32.csprojtests/apitest/apitest-unified.csprojtests/apitest/apitest-unifiedXM45-32.csprojtests/apitest/apitest-unifiedXM45.csprojtests/introspection/Mac/introspection-mac-unified-32.csprojtests/introspection/Mac/introspection-mac-unified.csprojtests/linker/mac/dont link/dont link-mac-unified-32.csprojtests/linker/mac/dont link/dont link-mac-unified.csprojtests/linker/mac/dont link/dont link-mac-unifiedXM45-32.csprojtests/linker/mac/dont link/dont link-mac-unifiedXM45.csproj```
spouliot left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
minor
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
src/uikit.cs Outdated
| [Async] | ||
| void PerformSystemAnimation (UISystemAnimation animation, UIView [] views, UIViewAnimationOptions options, Action parallelAnimations, UICompletionHandler completion); | ||
| [TV (12,0), iOS (12,0)] // Yep headers state iOS 12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
make sure to run intro tests on an iOS 12.0 simulator :)
rolfbjarne commentedJun 21, 2019
@dalexsoto one answer to your question is that past mistakes don't excuse us from doing the right thing in the future 😄 Personally I like the @spouliot what do you think? |
spouliot commentedJun 21, 2019
I prefer the |
monojenkins commentedJun 21, 2019
Build success |
Whatch is fine
monojenkins commentedJun 21, 2019
Build failure |
dalexsoto commentedJun 21, 2019
build |
dalexsoto commentedJun 21, 2019
Fixed Apple TV availability, Watch was fine with intro tests on 5.0. |
monojenkins commentedJun 21, 2019
Build success |
monojenkins commentedJun 21, 2019
Build success |
Adds new classes included in Xcode 11 Beta 1 and 2, all stuff
included in this PR is up to date with Beta 2.