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

use iOS 13.0 and Xcode 11 on CI #1691

Merged
merged 1 commit into from
Oct 8, 2019

Conversation

vovasty
Copy link
Contributor

@vovasty vovasty commented Sep 30, 2019

Xcode changed to 11
Simulator changed to iOS13 and iPhone 8
Fixed snapshot tests
Fixed tests that are depended on a separate UIWindow
Disabled [ASDisplayNodeTests -testThatItIsAllowedToRetrieveDebugDescriptionIncludingVCOffMainThread]
Weird changes to [ASViewControllerTests -testThatAutomaticSubnodeManagementScrollViewInsetsAreApplied] and [ASDisplayNodeTests -checkValuesMatchDefaults]

NB
ASRunLoopQueueTests became flaky

@vovasty vovasty force-pushed the vlad/build-ios13 branch 7 times, most recently from 8e02d00 to 79688bf Compare October 1, 2019 17:59
@vovasty vovasty changed the title switch SDK to 13.1 switch SDK to 13.0 Oct 1, 2019
@vovasty vovasty changed the title switch SDK to 13.0 switch CI SDK to 13.0 Oct 1, 2019
build.sh Outdated
@@ -1,7 +1,14 @@
#!/bin/bash

PLATFORM="${TEXTURE_BUILD_PLATFORM:-platform=iOS Simulator,OS=10.2,name=iPhone 7}"
SDK="${TEXTURE_BUILD_SDK:-iphonesimulator12.2}"
echo !!!!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need these echo statements still or was this just for debugging?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just debugging. There is no documentation how to switch Xcode.

@vovasty vovasty closed this Oct 1, 2019
@vovasty vovasty reopened this Oct 1, 2019
@vovasty vovasty changed the title switch CI SDK to 13.0 use iOS 13.0 and Xcode 11 on CI Oct 1, 2019
@vovasty vovasty force-pushed the vlad/build-ios13 branch 3 times, most recently from 2b16d6e to 0a86408 Compare October 3, 2019 22:19
Tests/ASDisplayNodeTests.mm Outdated Show resolved Hide resolved
XCTAssertEqualObjects(NSStringFromCGRect(window.bounds), NSStringFromCGRect(node.frame));
XCTAssertNotEqual(scrollNode.view.contentInset.top, 0);
XCTAssertEqual(scrollNode.view.contentInset.top, 0);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why it shouldn't be equal to zero?

@vovasty vovasty force-pushed the vlad/build-ios13 branch 10 times, most recently from e9d62ca to a3a5fde Compare October 8, 2019 00:07
@vovasty vovasty force-pushed the vlad/build-ios13 branch 3 times, most recently from 6b154f2 to e43e774 Compare October 8, 2019 18:36
@vovasty vovasty merged commit 17b3ae9 into TextureGroup:master Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants