Skip to content

ManagedApp iOS xcode16.3 b1

Rolf Bjarne Kvinge edited this page Feb 24, 2025 · 1 revision

#ManagedApp.framework

diff -ruN /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ManagedApp.framework/Headers/ManagedApp.h /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ManagedApp.framework/Headers/ManagedApp.h
--- /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ManagedApp.framework/Headers/ManagedApp.h	1970-01-01 01:00:00
+++ /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ManagedApp.framework/Headers/ManagedApp.h	2025-02-08 04:40:25
@@ -0,0 +1,18 @@
+//
+//  ManagedApp.h
+//  ManagedApp
+//
+//  Created by Bob Whiteman on 12/7/23.
+//
+
+#import <Foundation/Foundation.h>
+
+//! Project version number for ManagedApp.
+FOUNDATION_EXPORT double ManagedAppVersionNumber;
+
+//! Project version string for ManagedApp.
+FOUNDATION_EXPORT const unsigned char ManagedAppVersionString[];
+
+// In this header, you should import all the public headers of your framework using statements like #import <ManagedApp/PublicHeader.h>
+
+
Clone this wiki locally