-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EventKit] Updates for Xcode13 Beta1 (#12022)
* initial changes for EventKit Xcode13 Beta1 * adding delegate * fixing delegates * removing NoMacCatalyst from MONOMAC * removing rest of monomac maccatalysts * Apply suggestions from code review Co-authored-by: Alex Soto <[email protected]> * there was one more EKVirtualConferenceURLDescriptor Co-authored-by: tj_devel709 <[email protected]> Co-authored-by: Manuel de la Pena <[email protected]> Co-authored-by: Alex Soto <[email protected]>
- Loading branch information
1 parent
20dc67f
commit 10b2f36
Showing
8 changed files
with
87 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# It's in the documentation and headers, but throws a "+[EKCalendar calendarWithEventStore:]: unrecognized selector" exception at runtime | ||
!missing-selector! +EKCalendar::calendarWithEventStore: not bound | ||
|
||
# This is only used as an output in a manual binding so it doesn't need the availability | ||
!missing-enum! EKAlarmType not bound | ||
|
||
# These say the class supports MacCatalyst, but the selectors individually do not | ||
!missing-selector! EKEventStore::initWithSources: not bound | ||
!missing-selector! EKAlarm::emailAddress not bound | ||
!missing-selector! EKAlarm::setEmailAddress: not bound | ||
!missing-selector! EKAlarm::setSoundName: not bound | ||
!missing-selector! EKAlarm::setUrl: not bound | ||
!missing-selector! EKAlarm::soundName not bound | ||
!missing-selector! EKAlarm::type not bound | ||
!missing-selector! EKAlarm::url not bound | ||
|
||
# These two are deprecated | ||
!missing-selector! EKEvent::birthdayPersonUniqueID not bound | ||
!missing-selector! EKEventStore::initWithAccessToEntityTypes: not bound |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## extra value so the enum is easier to create | ||
!extra-enum-value! Managed value 0 for EKWeekday.NotSet not found in native headers | ||
## `Last` value can change overtime - which would be a breaking change for us | ||
!missing-enum-value! EKErrorCode native value EKErrorLast = 36 not bound | ||
!missing-enum-value! EKErrorCode native value EKErrorLast = 37 not bound |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
10b2f36
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.
❌ [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
2 tests failed, 219 tests passed.
Failed tests
Tests run: 2451 Passed: 2393 Inconclusive: 13 Failed: 1 Ignored: 57)
Pipeline on Agent XAMBOT-1025.BigSur'
[EventKit] Updates for Xcode13 Beta1 (#12022)
10b2f36
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.
🔥 Tests failed catastrophically on VSTS: device tests tvOS 🔥
Not enough free space in the host.
Pipeline on Agent
[EventKit] Updates for Xcode13 Beta1 (#12022)
10b2f36
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.
Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.
Pipeline on Agent
[EventKit] Updates for Xcode13 Beta1 (#12022)
10b2f36
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.
✅ Tests passed on macOS Mac Catalina (10.15) ✅
Tests passed
All tests on macOS X Mac Catalina (10.15) passed.
Pipeline on Agent
[EventKit] Updates for Xcode13 Beta1 (#12022)
10b2f36
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.
Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.
Pipeline on Agent
[EventKit] Updates for Xcode13 Beta1 (#12022)
10b2f36
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.
✅ Tests passed on macOS Mac Mojave (10.14) ✅
Tests passed
All tests on macOS X Mac Mojave (10.14) passed.
Pipeline on Agent
[EventKit] Updates for Xcode13 Beta1 (#12022)
10b2f36
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.
✅ Tests passed on macOS Mac High Sierra (10.13) ✅
Tests passed
All tests on macOS X Mac High Sierra (10.13) passed.
Pipeline on Agent
[EventKit] Updates for Xcode13 Beta1 (#12022)
10b2f36
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.
Results were skipped for this run Azure Devops.
Pipeline on Agent
[EventKit] Updates for Xcode13 Beta1 (#12022)
initial changes for EventKit Xcode13 Beta1
adding delegate
fixing delegates
removing NoMacCatalyst from MONOMAC
removing rest of monomac maccatalysts
Apply suggestions from code review
Co-authored-by: Alex Soto [email protected]
Co-authored-by: tj_devel709 [email protected]
Co-authored-by: Manuel de la Pena [email protected]
Co-authored-by: Alex Soto [email protected]
10b2f36
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.
Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.
Pipeline on Agent
[EventKit] Updates for Xcode13 Beta1 (#12022)