Skip to content

ModelIO tvOS xcode16.0 b1

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

#ModelIO.framework

Rolf

diff -ruN /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLUtility.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLUtility.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLUtility.h	1970-01-01 01:00:00
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLUtility.h	2024-05-30 03:51:48
@@ -0,0 +1,19 @@
+//
+// MDLUtility.h
+// @framework ModelIO
+//
+// @copyright (c) 2018 Apple. All rights reserved.
+//
+
+#ifndef MDLUtility_h
+#define MDLUtility_h
+
+#include <ModelIO/ModelIOExports.h>
+#include <ModelIO/MDLAsset.h>
+
+MDL_EXPORT
+@interface MDLUtility : NSObject
++(void)convertToUSDZ:(nonnull NSURL*)inputURL writeToURL:(nonnull NSURL*)outputURL;
+@end
+
+#endif /* MDLUtility_h */
Clone this wiki locally