Paul Solt 2/3/2012

Creating NSDocument using Folder Bundles and UTI Identifiers

Read Original

This article details the process of creating an NSDocument-based macOS application that uses folder bundles (like .xcodeproj files) as single documents. It explains how to implement fileWrapper save/load methods, configure UTI identifiers and document types in Info.plist, and troubleshoot common issues like bundles not loading correctly. The author provides two specific solutions involving plist configuration and the correct use of the 'com.apple.package' UTI.

Creating NSDocument using Folder Bundles and UTI Identifiers

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week