Skip to content

Commit

Permalink
Remove new ctor from watch
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexsoto committed Jun 29, 2017
1 parent c4d6dd9 commit 6873f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eventkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ IntPtr Constructor (EKRecurrenceFrequency type, nint interval, [NullAllowed] EKR
[Mac (10,8, onlyOn64: true)]
[BaseType (typeof (NSObject))]
interface EKEventStore {
[NoiOS, Mac (10,11, onlyOn64: true)]
[NoiOS, Mac (10,11, onlyOn64: true), NoWatch]
[Export ("initWithSources:")]
IntPtr Constructor (EKSource[] sources);

Expand Down

0 comments on commit 6873f11

Please sign in to comment.