Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

thesdx

macrumors 6502a
Original poster
Jul 12, 2007
673
2
I've found out how to re-arrange icons, but I can't figure out how to put Mail on the dock. What key is it? (Ex. com.apple.????) If this helps, here's my N45AP.plist file:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>bundles</key>
	<array/>
	<key>capabilities</key>
	<dict>
		<key>editableUserData</key>
		<true/>
		<key>piezo-clicker</key>
		<true/>
	</dict>
	<key>displayOrder</key>
	<dict>
		<key>buttonBar</key>
		<array>
			<dict>
				<key>displayIdentifier</key>
				<string>com.apple.mobileipod-AudioPlayer</string>
			</dict>
			<dict>
				<key>displayIdentifier</key>
				<string>com.apple.mobilesafari</string>
			</dict>
			<dict>
				<key>displayIdentifier</key>
				<string>com.apple.MobileMail</string> [B]NOT WORKING[/B]
			</dict>
			<dict>
				<key>displayIdentifier</key>
				<string>com.apple.MobileStore</string>
			</dict>
		</array>
		<key>iconList</key>
		<array>
			<dict>
				<key>displayIdentifier</key>
				<string>com.apple.mobilecal</string>
			</dict>
			<dict>
				<key>displayIdentifier</key>
				<string>com.apple.youtube</string>
			</dict>
			<dict>
				<key>displayIdentifier</key>
				<string>com.apple.mobileipod-VideoPlayer</string>
			</dict>
			<dict>
				<key>displayIdentifier</key>
				<string>com.apple.mobileslideshow-Photos</string>
			</dict>
			<dict>
				<key>displayIdentifier</key>
				<string>com.apple.MobileAddressBook</string>
			</dict>
			<dict>
				<key>displayIdentifier</key>
				<string>com.apple.mobiletimer</string>
			</dict>
			<dict>
				<key>displayIdentifier</key>
				<string>com.apple.calculator</string>
			</dict>
			<dict>
				<key>displayIdentifier</key>
				<string>com.apple.Preferences</string>
			</dict>
		</array>
		<key>special</key>
		<array>
			<dict>
				<key>displayIdentifier</key>
				<string>com.apple.springboard</string>
			</dict>
			<dict>
				<key>displayIdentifier</key>
				<string>com.apple.DemoApp</string>
			</dict>
		</array>
	</dict>
</dict>
</plist>

EDIT: I solved it. I just had to change "com.apple.MobileMail" to "com.apple.mobilemail".
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.