Skip to content

AppManagedFeatures iOS xcode27.0 b1

Alex Soto edited this page Jun 9, 2026 · 2 revisions

#AppManagedFeatures.framework

diff -ruN /Applications/Xcode_26.5.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AppManagedFeatures.framework/Headers/AppManagedFeatures.h /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AppManagedFeatures.framework/Headers/AppManagedFeatures.h
--- /Applications/Xcode_26.5.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AppManagedFeatures.framework/Headers/AppManagedFeatures.h	1969-12-31 19:00:00
+++ /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AppManagedFeatures.framework/Headers/AppManagedFeatures.h	2026-05-27 01:29:42
@@ -0,0 +1,18 @@
+//
+//  AppManagedFeatures.h
+//  AppManagedFeatures
+//
+//  Copyright © 2025-2026 Apple Inc. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+//! Project version number for AppManagedFeatures.
+FOUNDATION_EXPORT double AppManagedFeaturesVersionNumber;
+
+//! Project version string for AppManagedFeatures.
+FOUNDATION_EXPORT const unsigned char AppManagedFeaturesVersionString[];
+
+// In this header, you should import all the public headers of your framework using statements like #import <Sample/PublicHeader.h>
+
+

Clone this wiki locally