Skip to content

PushToTalk iOS xcode14.0 beta2

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

#PushToTalk.framework https://github.com/xamarin/xamarin-macios/pull/15645

diff -ruN /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PushToTalk.framework/Headers/PTChannelDescriptor.h /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PushToTalk.framework/Headers/PTChannelDescriptor.h
--- /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PushToTalk.framework/Headers/PTChannelDescriptor.h	2022-05-31 14:52:25.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PushToTalk.framework/Headers/PTChannelDescriptor.h	2022-06-17 15:29:23.000000000 -0400
@@ -7,11 +7,13 @@
 
 #import <Foundation/Foundation.h>
 #import <PushToTalk/PTBase.h>
-#import <UIKit/UIKit.h>
+
+@class UIImage;
 
 NS_ASSUME_NONNULL_BEGIN
 
 NS_SWIFT_SENDABLE // Immutable with no mutable subclasses
+
 PT_EXTERN API_AVAILABLE(ios(16.0)) API_UNAVAILABLE(macos, macCatalyst, tvos, watchos)
 @interface PTChannelDescriptor : NSObject
 
diff -ruN /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PushToTalk.framework/Headers/PTChannelManagerDelegate.h /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PushToTalk.framework/Headers/PTChannelManagerDelegate.h
--- /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PushToTalk.framework/Headers/PTChannelManagerDelegate.h	2022-05-31 14:49:55.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PushToTalk.framework/Headers/PTChannelManagerDelegate.h	2022-06-17 15:27:06.000000000 -0400
@@ -1,5 +1,5 @@
 //
-//  PTChannelEventDelegate.h
+//  PTChannelManagerDelegate.h
 //  PushToTalk
 //
 //  Copyright © 2022 Apple. All rights reserved.
@@ -48,6 +48,7 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
+API_AVAILABLE(ios(16.0)) API_UNAVAILABLE(macos, macCatalyst, tvos, watchos)
 @protocol PTChannelManagerDelegate <NSObject>
 
 /// This method is called when your channel becomes active in the system user interface
diff -ruN /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PushToTalk.framework/Headers/PTChannelRestorationDelegate.h /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PushToTalk.framework/Headers/PTChannelRestorationDelegate.h
--- /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PushToTalk.framework/Headers/PTChannelRestorationDelegate.h	2022-05-21 09:01:58.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PushToTalk.framework/Headers/PTChannelRestorationDelegate.h	2022-06-17 15:29:23.000000000 -0400
@@ -11,6 +11,7 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
+API_AVAILABLE(ios(16.0)) API_UNAVAILABLE(macos, macCatalyst, tvos, watchos)
 @protocol PTChannelRestorationDelegate <NSObject>
 
 /// If the system had been tracking a channel previously, this method will be called.
diff -ruN /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PushToTalk.framework/Headers/PTParticipant.h /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PushToTalk.framework/Headers/PTParticipant.h
--- /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PushToTalk.framework/Headers/PTParticipant.h	2022-05-31 14:52:25.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PushToTalk.framework/Headers/PTParticipant.h	2022-06-17 15:29:23.000000000 -0400
@@ -6,11 +6,13 @@
 //
 
 #import <PushToTalk/PTBase.h>
-#import <UIKit/UIKit.h>
+
+@class UIImage;
 
 NS_ASSUME_NONNULL_BEGIN
 
 NS_SWIFT_SENDABLE // Immutable with no mutable subclasses
+
 PT_EXTERN API_AVAILABLE(ios(16.0)) API_UNAVAILABLE(macos, macCatalyst, tvos, watchos)
 @interface PTParticipant : NSObject
 
Clone this wiki locally