Loading...
featureflags/libmalloc.plist libmalloc-792.41.1 libmalloc-657.80.3
--- libmalloc/libmalloc-792.41.1/featureflags/libmalloc.plist
+++ libmalloc/libmalloc-657.80.3/featureflags/libmalloc.plist
@@ -22,11 +22,6 @@
 		<key>Enabled</key>
 		<true/>
 	</dict>
-	<key>AllowInternalSecurityPolicy</key>
-	<dict>
-		<key>DevelopmentPhase</key>
-		<string>UnderDevelopment</string>
-	</dict>
 	<key>SecureAllocator_SingleCluster</key>
 	<dict>
 		<key>DevelopmentPhase</key>
@@ -35,22 +30,18 @@
 	<key>SecureAllocator_Nano</key>
 	<dict>
 		<key>DevelopmentPhase</key>
-#if TARGET_OS_IOS || TARGET_OS_VISION || TARGET_OS_OSX
-		<string>FeatureComplete</string>
-#else
 		<string>UnderDevelopment</string>
-#endif
 	</dict>
 	<key>SecureAllocator_NanoOnXzone</key>
 	<dict>
 		<key>DevelopmentPhase</key>
-		<string>UnderDevelopment</string>
-	</dict>
-	<key>SecureAllocator_ThreadCaching</key>
-	<dict>
-		<key>DevelopmentPhase</key>
-#if TARGET_OS_IOS || TARGET_OS_VISION || TARGET_OS_OSX
+#if TARGET_OS_IOS && !defined(MALLOC_IOS_FEATUREFLAG_OVERRIDE)
 		<string>FeatureComplete</string>
+		<key>Attributes</key>
+		<dict>
+			<key>TargetRelease</key>
+			<string>WWDC2024</string>
+		</dict>
 #else
 		<string>UnderDevelopment</string>
 #endif
@@ -62,11 +53,19 @@
 		<key>DevelopmentPhase</key>
 		<string>UnderDevelopment</string>
 	</dict>
+	<key>SecureAllocator_NonPlatform</key>
+	<dict>
+		<key>DevelopmentPhase</key>
+		<string>UnderDevelopment</string>
+	</dict>
 #endif
 
-#if TARGET_OS_IOS || TARGET_OS_VISION || TARGET_OS_OSX || TARGET_OS_WATCH
+#if TARGET_OS_IOS && !defined(MALLOC_IOS_FEATUREFLAG_OVERRIDE)
 #define HAS_SECURE_ALLOCATOR_PROCESS_FEATURES 1
 #define SECURE_ALLOCATOR_SYSTEMWIDE_ENABLED 1
+#elif TARGET_OS_OSX
+#define HAS_SECURE_ALLOCATOR_PROCESS_FEATURES 1
+#define SECURE_ALLOCATOR_SYSTEMWIDE_ENABLED 0
 #else
 #define HAS_SECURE_ALLOCATOR_PROCESS_FEATURES 0
 #define SECURE_ALLOCATOR_SYSTEMWIDE_ENABLED 0
@@ -90,24 +89,14 @@
 		<string>state</string> \
 	</dict>
 
-#if TARGET_OS_VISION
-SECURE_ALLOCATOR_PROCESS_FEATURE(arkitd, FeatureComplete)
-SECURE_ALLOCATOR_PROCESS_FEATURE(backboardd, FeatureComplete)
-SECURE_ALLOCATOR_PROCESS_FEATURE(wakeboardd, FeatureComplete)
-SECURE_ALLOCATOR_PROCESS_FEATURE(realitycamerad, FeatureComplete)
+#if TARGET_OS_OSX
+SECURE_ALLOCATOR_PROCESS_FEATURE(MTLCompilerService, UnderDevelopment)
+#else
+SECURE_ALLOCATOR_PROCESS_FEATURE(MTLCompilerService, FeatureComplete)
 #endif
 
 SECURE_ALLOCATOR_PROCESS_FEATURE(aegirposter, UnderDevelopment)
 SECURE_ALLOCATOR_PROCESS_FEATURE(CollectionsPoster, UnderDevelopment)
-
-#if TARGET_OS_OSX
-SECURE_ALLOCATOR_PROCESS_FEATURE(VTEncoderXPCService, UnderDevelopment)
-#endif
-
-#if TARGET_OS_WATCH
-SECURE_ALLOCATOR_PROCESS_FEATURE(backboardd, UnderDevelopment)
-SECURE_ALLOCATOR_PROCESS_FEATURE(ClockFace, UnderDevelopment)
-#endif
 #endif
 </dict>
 </plist>