Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MAC OSX で NIB ファイルのすべての文字列を取得するツールはありますか? 現在、NIB エディターからコピーする必要があります。ありがとう。
NIBファイルをローカライズしようとしている場合はibtool、コマンドシェルから使用して文字列を引き出すことができます。
ibtool
ibtool --export-strings-file <file>.strings <file>.nib
それが役立つかどうかはわかりませんが、ドラッグアンドドロップできます:)