Skip to content

HealthKitUI iOS xcode15.0 b2

Haritha Mohan edited this page Sep 13, 2023 · 3 revisions

#HealthKitUI.framework https://github.com/xamarin/xamarin-macios/pull/19017

diff -ruN /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/HealthKitUI.framework/Headers/HKActivityRingView.h /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/HealthKitUI.framework/Headers/HKActivityRingView.h
--- /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/HealthKitUI.framework/Headers/HKActivityRingView.h	2023-05-31 05:54:38
+++ /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/HealthKitUI.framework/Headers/HKActivityRingView.h	2023-06-15 02:24:36
@@ -5,8 +5,10 @@
 //  Copyright (c) 2015 Apple. All rights reserved.
 //
 
+#import <Foundation/Foundation.h>
+#import <HealthKit/HealthKit.h>
+#import <os/availability.h>
 #import <UIKit/UIKit.h>
-#import <HealthKit/HKDefines.h>
 
 @class HKActivitySummary;
 
diff -ruN /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/HealthKitUI.framework/Headers/HKHealthStore+UIKit.h /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/HealthKitUI.framework/Headers/HKHealthStore+UIKit.h
--- /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/HealthKitUI.framework/Headers/HKHealthStore+UIKit.h	2023-05-31 05:54:37
+++ /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/HealthKitUI.framework/Headers/HKHealthStore+UIKit.h	2023-06-15 02:24:36
@@ -6,9 +6,10 @@
 //  Copyright © 2023 Apple. All rights reserved.
 //
 
-#import <UIKit/UIKit.h>
-#import <HealthKit/HealthKit.h>
 #import <Foundation/Foundation.h>
+#import <HealthKit/HealthKit.h>
+#import <os/availability.h>
+#import <UIKit/UIKit.h>
 
 NS_ASSUME_NONNULL_BEGIN
 
Clone this wiki locally