Re: The speed of popover displays within Xcode
Re: The speed of popover displays within Xcode
- Subject: Re: The speed of popover displays within Xcode
- From: Alex Zavatone <email@hidden>
- Date: Thu, 19 Jul 2012 18:40:46 -0400
Thanks, however that seems a challenge itself as Xcode 4.2 is only 4.9 MB on disk with other parts being pulled from System/Library and Developer/Library.
It's nearly impossible to find the actual nibs and binary that actually make up the app.
On Jul 19, 2012, at 5:48 PM, Ben Gollmer wrote:
> On Jul 19, 2012, at 3:11 PM, Alex Zavatone wrote:
>
>> That leads me to ask, since the defaults terminal command allows us to override built in values of settings used in applications, is there a process to query an application to see just what these settings are?
>
> In general, there is no way to do this. Consider an application you've written - you can call [[NSUserDefaults standardUserDefaults] objectForKey:] and supply any key you like; there's no means to force you to document the keys you use, or the range of acceptable values.
>
> A common method to find "hidden" settings in an app is to run strings(1) on an app binary and looking for things that resemble defaults keys, but that is by no means exhaustive or foolproof.
>
> --
> Ben
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden