Jump to content
3 posts in this topic

Recommended Posts

Hi,

 

I created a new AppleScript Studio app and in the menu NewApplication >> About NewApplication it says that it is Copyright "MyCompanyName". How can I change MyCompanyName in the About dialog? I tried changing several values in Info.plist but none of them seem to work.

 

NEVER MIND. I found it in InfoPlist.strings :)

Hi,

 

I created a new AppleScript Studio app and in the menu NewApplication >> About NewApplication it says that it is Copyright "MyCompanyName". How can I change MyCompanyName in the About dialog? I tried changing several values in Info.plist but none of them seem to work.

 

NEVER MIND. I found it in InfoPlist.strings :P

 

If you want to permanently change/set the default, try this:

 

defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions "{ \"ORGANIZATIONNAME\" = \"mycompanyname\"; }"

 

Change "mycompanyname" to what ever you like.

 

AIR.

×
×
  • Create New...