0

Is there a tool to get all string for NIB file on MAC OSX? Right now, I have to copy it from the NIB editor. Thanks.

Yigang Wu
  • 3,596
  • 5
  • 40
  • 54

2 Answers2

2

If you're trying to localize the NIB file, you can use ibtool from a command shell to pull out the strings:

ibtool --export-strings-file <file>.strings <file>.nib

Dewayne Christensen
  • 2,084
  • 13
  • 15
0

not sure if it will help, but you can drag and drop :)

SpaghettiMonster
  • 620
  • 1
  • 8
  • 17