On 2013-07-13, at 3:43 PM, Peter Teeson wrote: > Thanks for helping me. I dug out the docs you recommended and will learn. Read them all and looked at example plist in TextEdit. I don't want any other app to read or edit my format. So have not exported the UTI. Still cannot get it to work. And the folder contents are correct. I feel stupid.
Here is my current Info.plist. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>BuildMachineOSBuild</key> <string>11G63b</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeIconFile</key> <string>DocIcons.icns</string> <key>CFBundleTypeName</key> <string>GImage Document</string> <key>CFBundleTypeRole</key> <string>Editor</string> <key>LSItemContentTypes</key> <array> <string>com.apple.package</string> </array> <key>LSTypeIsPackage</key> <true/> <key>NSDocumentClass</key> <string>Document</string> </dict> </array> <key>CFBundleExecutable</key> <string>Gimage</string> <key>CFBundleIconFile</key> <string>GIMG.icns</string> <key>CFBundleIdentifier</key> <string>com.pht.Gimage</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>Gimage</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> <string>1.0</string> <key>CFBundleSignature</key> <string>GIMG</string> <key>CFBundleVersion</key> <string>1</string> <key>DTCompiler</key> <string>com.apple.compilers.llvm.clang.1_0</string> <key>DTPlatformBuild</key> <string>4H1503</string> <key>DTPlatformVersion</key> <string>GM</string> <key>DTSDKBuild</key> <string>11E52</string> <key>DTSDKName</key> <string>macosx10.7</string> <key>DTXcode</key> <string>0463</string> <key>DTXcodeBuild</key> <string>4H1503</string> <key>LSApplicationCategoryType</key> <string>public.app-category.word-games</string> <key>LSMinimumSystemVersion</key> <string>10.7</string> <key>NSHumanReadableCopyright</key> <string>Copyright © 2012 PHT Software. All rights reserved.</string> <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key> <string>NSApplication</string> </dict> </plist> _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com