Skip to content

Commit 63025fe

Browse files
author
Martin Baulig
committed
[security]: NATIVE_APPLE_CERTIFICATE should now be defined on watchOS as well.
1 parent d2bcd4b commit 63025fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Security/Certificate.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2929
//
3030

31-
#if XAMARIN_APPLETLS
31+
#if XAMARIN_APPLETLS || WATCH
3232
#define NATIVE_APPLE_CERTIFICATE
3333
#endif
3434

0 commit comments

Comments
 (0)