Skip to content

Security watchOS xcode13.0 beta2

Manuel de la Pena edited this page Aug 5, 2021 · 3 revisions

#Security.framework https://github.com/xamarin/xamarin-macios/pull/12365

diff -ruN /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolOptions.h /Applications/Xcode_13.0.0-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolOptions.h
--- /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolOptions.h	2021-06-02 12:44:23.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolOptions.h	2021-06-17 14:33:52.000000000 -0400
@@ -34,6 +34,8 @@
 #include <dispatch/dispatch.h>
 #include <os/object.h>
 
+#define SEC_PROTOCOL_CERT_COMPRESSION_DEFAULT 1
+
 /*!
  * The following diagram shows how clients interact with sec_protocol_options
  * and sec_protocol_metadata when configuring and using network security protocols.
Clone this wiki locally