Skip to content

StickerKit macOS xcode16.0 b1

Rolf Bjarne Kvinge edited this page Jun 18, 2024 · 2 revisions

#StickerKit.framework

diff -ruN /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/StickerKit.framework/Headers/STKDefines.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/StickerKit.framework/Headers/STKDefines.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/StickerKit.framework/Headers/STKDefines.h	1970-01-01 01:00:00
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/StickerKit.framework/Headers/STKDefines.h	2024-05-30 07:07:22
@@ -0,0 +1,17 @@
+//
+//  STKDefines.h
+//  StickerKit
+//
+//  Created by Adam Bradford on 10/11/23.
+//
+
+#import <Foundation/Foundation.h>
+
+#ifndef STK_EXTERN
+#ifdef __cplusplus
+#define STK_EXTERN   extern "C" __attribute__((visibility ("default")))
+#else
+#define STK_EXTERN   extern __attribute__((visibility ("default")))
+#endif
+#endif
+
diff -ruN /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/StickerKit.framework/Headers/StickerKit.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/StickerKit.framework/Headers/StickerKit.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/StickerKit.framework/Headers/StickerKit.h	1970-01-01 01:00:00
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/StickerKit.framework/Headers/StickerKit.h	2024-05-30 07:07:22
@@ -0,0 +1,10 @@
+//
+//  StickerKit.h
+//  StickerKit
+// 
+//  Copyright © 2024 Apple Inc. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <StickerKit/STKDefines.h>
+#import <OSLog/OSLog.h>

Clone this wiki locally