-
Notifications
You must be signed in to change notification settings - Fork 549
AlarmKit iOS xcode26.0 b1
Alex Soto edited this page Jun 9, 2025
·
2 revisions
#AlarmKit.framework
diff -ruN /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AlarmKit.framework/Headers/AlarmKit.h /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AlarmKit.framework/Headers/AlarmKit.h
--- /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AlarmKit.framework/Headers/AlarmKit.h 1969-12-31 19:00:00
+++ /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AlarmKit.framework/Headers/AlarmKit.h 2025-05-25 05:49:00
@@ -0,0 +1,15 @@
+// AlarmKit.h
+// AlarmKit
+//
+// Copyright © 2023 Apple, Inc. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+//! Project version number for AlarmKit.
+FOUNDATION_EXPORT double AlarmKitVersionNumber;
+
+//! Project version string for AlarmKit.
+FOUNDATION_EXPORT const unsigned char AlarmKitVersionString[];
+
+// In this header, you should import all the public headers of your framework using statements like #import <AlarmKit/PublicHeader.h>