• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Problem saving document with my doc icon
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem saving document with my doc icon


  • Subject: Re: Problem saving document with my doc icon
  • From: Peter Teeson <email@hidden>
  • Date: Mon, 15 Jul 2013 22:14:55 -0400

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 (email@hidden)

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:

This email sent to email@hidden


  • Follow-Ups:
    • Re: Problem saving document with my doc icon
      • From: Kyle Sluder <email@hidden>
References: 
 >RE: Problem saving document with my doc icon (From: Peter Teeson <email@hidden>)
 >Re: Problem saving document with my doc icon (From: Kyle Sluder <email@hidden>)
 >Re: Problem saving document with my doc icon (From: Peter Teeson <email@hidden>)
 >Re: Problem saving document with my doc icon (From: Kyle Sluder <email@hidden>)
 >Re: Problem saving document with my doc icon (From: Peter Teeson <email@hidden>)
 >Re: Problem saving document with my doc icon (From: Kyle Sluder <email@hidden>)
 >Re: Problem saving document with my doc icon (From: Peter Teeson <email@hidden>)

  • Prev by Date: Re: Unrecognized selector -[UIFont fontName]?
  • Next by Date: Re: Problem saving document with my doc icon
  • Previous by thread: Re: Problem saving document with my doc icon
  • Next by thread: Re: Problem saving document with my doc icon
  • Index(es):
    • Date
    • Thread