Skip to content

Commit

Permalink
[PhotosUI][Xcode12] Update for beta 4 (#9285)
Browse files Browse the repository at this point in the history
* update for beta 4
  • Loading branch information
whitneyschmidt committed Aug 6, 2020
1 parent 141f9c3 commit d1bff45
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions src/PhotosUI/PHEnums.cs
Expand Up @@ -54,4 +54,14 @@ public enum PHProjectCategory {
[Field ("PHProjectCategoryUndefined")]
Undefined,
}

[NoWatch, NoTV, NoMac]
[iOS (14,0)]
[Native]
public enum PHPickerConfigurationAssetRepresentationMode : long
{
Automatic = 0,
Current = 1,
Compatible = 2,
}
}
3 changes: 3 additions & 0 deletions src/photosui.cs
Expand Up @@ -519,6 +519,9 @@ interface PHPickerViewController
[Advice ("This type should not be subclassed.")]
interface PHPickerConfiguration : NSCopying
{
[Export ("preferredAssetRepresentationMode", ArgumentSemantic.Assign)]
PHPickerConfigurationAssetRepresentationMode PreferredAssetRepresentationMode { get; set; }

[Export ("selectionLimit")]
nint SelectionLimit { get; set; }

Expand Down
3 changes: 0 additions & 3 deletions tests/xtro-sharpie/iOS-PhotosUI.todo

This file was deleted.

1 comment on commit d1bff45

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

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

Build was (probably) aborted

🔥 Jenkins job (on internal Jenkins) failed in stage(s) 'Test run, Test run' 🔥

Build succeeded
✅ Packages:

API Diff (from stable)
ℹ️ API Diff (from PR only) (please review changes)
ℹ️ Generator Diff (please review changes)
🔥 Test run failed 🔥

Test results

4 tests failed, 153 tests passed.

Failed tests

  • [NUnit] Mono Mac OS X BCL tests group 2/Mac Modern/Debug: Failed (Test run failed.)
  • monotouch-test/iOS Unified 32-bits - simulator/Debug (all optimizations): TimedOut
  • MSBuild tests/iOS (net461): TimedOut (Execution timed out after 60 minutes.)
  • MTouch tests/NUnit: Failed (Execution failed with exit code 5)

Please sign in to comment.