Skip to content

Commit

Permalink
[PassKit] Add support for xcode13 beta 5. (#12456)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque authored Aug 17, 2021
1 parent 08eaaf9 commit 8f77e33
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 9 additions & 0 deletions src/passkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,15 @@ interface PKPaymentNetwork {
[MacCatalyst (14,5)]
[Field ("PKPaymentNetworkMir")]
NSString Mir { get; }

[NoWatch, NoMac, iOS (15,0), NoMacCatalyst]
[Field ("PKPaymentNetworkNanaco")]
NSString Nanaco { get; }

[NoWatch, NoMac, iOS (15,0), NoMacCatalyst]
[Field ("PKPaymentNetworkWaon")]
NSString Waon { get; }

}

#if !WATCH
Expand Down
2 changes: 0 additions & 2 deletions tests/xtro-sharpie/iOS-PassKit.todo

This file was deleted.

5 comments on commit 8f77e33

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

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

❌ [CI Build] Tests failed on Build ❌

Tests failed on Build.

API diff

✅ API Diff from stable

View API diff

API & Generator diff

ℹ️ API Diff (from PR only) (please review changes)
ℹ️ Generator Diff (please review changes)

Packages generated

View packages

Test results

1 tests failed, 243 tests passed.

Failed tests

  • Documentation/All: Failed

Pipeline on Agent XAMBOT-1023.BigSur'
[PassKit] Add support for xcode13 beta 5. (#12456)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

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

⚠️ Tests were not ran (VSTS: device tests tvOS). ⚠️

Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.

Pipeline on Agent
[PassKit] Add support for xcode13 beta 5. (#12456)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

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

⚠️ Tests were not ran (VSTS: device tests iOS). ⚠️

Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.

Pipeline on Agent
[PassKit] Add support for xcode13 beta 5. (#12456)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

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

❌ Tests failed on macOS M1 - Mac Big Sur (11.5) ❌

Tests failed on M1 - Mac Big Sur (11.5).

Failed tests are:

  • xammac_tests

Pipeline on Agent
[PassKit] Add support for xcode13 beta 5. (#12456)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

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

✅ Tests passed on macOS Mac Mojave (10.14) ✅

Tests passed

All tests on macOS X Mac Mojave (10.14) passed.

Pipeline on Agent
[PassKit] Add support for xcode13 beta 5. (#12456)

Please sign in to comment.