Skip navigation.
 
mlRe: Auto Save - location
FROM : James Dessart
DATE : Sun Apr 24 16:01:26 2005

On 4/23/05, glenn andreas <<email_removed>> wrote:
> In the preferences for the app, with the name "NSWindow Frame foo".
>
> So a quick excursion to the console and:
>
>        defaults delete com.mycompany.myapp "NSWindow Frame foo"
>
> should do the trick (or at least it worked for me this morning when I
> needed to do the exact same thing)


Or you can find ~/Library/Preferences/com.mycompany.myapp.plist and
open it in the Finder. You'll get the plist editor which is nice and
friendly to use.

--
James Dessart
Blog: http://skwirl.net/
Software dev. services: http://skwirl.com/

Related mailsAuthorDate
mlAuto Save - location Graham Apr 23, 19:29
mlRe: Auto Save - location Shawn Erickson Apr 23, 21:31
mlRe: Auto Save - location glenn andreas Apr 23, 21:33
mlRe: Auto Save - location James Dessart Apr 24, 16:01