From d3e0433f5955c21b05393d477067da90561a9995 Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Fri, 2 Sep 2016 20:58:24 -0400 Subject: [PATCH] [cloudkit] Fix some API removal from monotouch.dll (classic) Unit tests failed to compile for monotouch-test/classic. Those are still compiled by mtouch-test on wrench (even if the profile is now dead) --- src/CloudKit/CKCompat.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CloudKit/CKCompat.cs b/src/CloudKit/CKCompat.cs index 9ba12bbaaf..bc4029f4bc 100644 --- a/src/CloudKit/CKCompat.cs +++ b/src/CloudKit/CKCompat.cs @@ -28,7 +28,7 @@ namespace XamCore.CloudKit { } #endif -#if XAMCORE_2_0 +#if XAMCORE_2_0 || !MONOMAC public partial class CKFetchNotificationChangesOperation { // `init` does not work on watchOS but we can keep compatibility with a different init