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

864646

macrumors regular
Original poster
Sep 17, 2007
152
0
can someone post up the original code for the icons arrangment
like the original code from the n45a9.plist

thanks
 
can someone post up the original code for the icons arrangment
like the original code from the n45a9.plist

thanks
here you go

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.mobileipod-VideoPlayer</string>
			</dict>
			<dict>
				<key>displayIdentifier</key>
				<string>com.apple.mobileslideshow-Photos</string>
			</dict>
			<dict>
				<key>displayIdentifier</key>
				<string>com.apple.MobileStore</string>
			</dict>
		</array>
		<key>iconList</key>
		<array>
			<dict>
				<key>displayIdentifier</key>
				<string>com.apple.mobilesafari</string>
			</dict>
			<dict>
				<key>displayIdentifier</key>
				<string>com.apple.youtube</string>
			</dict>
			<dict>
				<key>displayIdentifier</key>
				<string>com.apple.mobilecal</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>
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.