Skip to content

UniformTypeIdentifiers macOS xcode13.0 rc

Alex Soto edited this page Sep 14, 2021 · 1 revision

#UniformTypeIdentifiers.framework

diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UTCoreTypes.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UTCoreTypes.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UTCoreTypes.h	2021-08-06 23:46:55.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UTCoreTypes.h	2021-08-03 21:51:19.000000000 -0400
@@ -445,16 +445,6 @@
 */
 UT_EXPORT UTType *const UTTypePHPScript NS_REFINED_FOR_SWIFT;
 
-/**
-	\brief A makefile.
-
-	UTI: public.make-source
-
-	conforms to: public.script
-*/
-UT_EXPORT UTType *const UTTypeMakefile NS_REFINED_FOR_SWIFT
-API_AVAILABLE(macos(12.0), macCatalyst(15.0), ios(15.0), watchos(8.0), tvos(15.0));
-
 #pragma mark - Serialized data types
 /**
 	\brief JavaScript object notation (JSON) data
diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UTType.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UTType.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UTType.h	2021-08-07 08:51:28.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UTType.h	2021-08-03 21:51:19.000000000 -0400
@@ -199,14 +199,16 @@
 	or claimed by an application. They are used when a file is encountered whose
 	metadata has no corresponding type known to the system.
 
-	A type cannot be both declared \em and dynamic.
+	A type cannot be both declared \em and dynamic. You cannot construct an
+	instance of \c UTType that is neither declared nor dynamic.
 */
 @property (readonly, getter=isDynamic) BOOL dynamic;
 
 /**
 	\brief Whether or not the receiver is a type known to the system.
 
-	A type cannot be both declared \em and dynamic.
+	A type cannot be both declared \em and dynamic. You cannot construct an
+	instance of \c UTType that is neither declared nor dynamic.
 */
 @property (readonly, getter=isDeclared) BOOL declared;
 
Clone this wiki locally