Join
Mac
Update
New Member
New Developer
Explore
MacUpdate Desktop
Hot Apps
Business
Dashboard
Development
Drivers
Education
MacUpdate Promo
Popular Apps
Games
Home & Personal
Internet
Multimedia & Design
Utilities
iPhone
Apps
Login
Member Login
Developer Login
About
Search Mac Apps
Search iPhone Apps
Advanced Search
Tread
Posts: 4
Smile Score: +1
About Me
I am a Free member
Gender: Male
Visit Stats
Last Visit: Yesterday
Member Since: 24 Mar 2008
Profile Views: 475
Tread's Posts
Average Rating from Tread:
sort:
smiles
|
time
There are currently no reviews or comments by this member.
+1
MenuCalendarClock iCal
Tread
had trouble
on 13 Mar 2008
There is a workaround to removing the Dock icon:
1. Open your Applications folder and right-click the MenuCalendarClock iCal.app icon. From the context menu, choose "Show Package Contents".
2. Navigate to Contents > Info.plist
3. Open Info.plist in a text editor. Warning: do not open it in Microsoft Word or any other document writing program. It will corrupt the file.
4. Add these two lines before the final tag:
LSUIElement
1
5. Save Info.plist and close it. Restart MenuCalendarClock iCal.app and voÃla! The Dock icon is gone.
[Version 3.1.2]
1 Reply
+1
Tread
commented
on 17 Mar 2008
Hopefully, this works:
<key>SUFeedURL</key>
<string>http://www.objectpark.net/appcasts/MCC3.xml</string>
<key>LSUIElement</key>
<string>1</string>
</dict>
If not, this is what the last few lines of the Info.plist file needs to read (remove the spaces after the first angle bracket):
SUFeedURL
http://www.objectpark.net/appcasts/MCC3.xml
LSUIElement
1
Please
login
or
create
a new
MacUpdate Member account
to use this feature
Copyright © 2012 MacUpdate LLC
-
-
+1
MenuCalendarClock iCal
1. Open your Applications folder and right-click the MenuCalendarClock iCal.app icon. From the context menu, choose "Show Package Contents".
2. Navigate to Contents > Info.plist
3. Open Info.plist in a text editor. Warning: do not open it in Microsoft Word or any other document writing program. It will corrupt the file.
4. Add these two lines before the final tag:
LSUIElement
1
5. Save Info.plist and close it. Restart MenuCalendarClock iCal.app and voÃla! The Dock icon is gone.
+1
<key>SUFeedURL</key>
<string>http://www.objectpark.net/appcasts/MCC3.xml</string>
<key>LSUIElement</key>
<string>1</string>
</dict>
If not, this is what the last few lines of the Info.plist file needs to read (remove the spaces after the first angle bracket):
SUFeedURL
http://www.objectpark.net/appcasts/MCC3.xml
LSUIElement
1