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.
実行可能ファイルの作業ディレクトリを設定するために、アプリケーション バンドルに設定できるキーはありますか? $BUNDLE/Contents/MacOSディレクトリである必要があります(簡単に変更できないランタイムの読み込みを行ういくつかのライブラリの依存関係のため)。
$BUNDLE
代わりにスクリプトでラップすることでこれを実行できることは承知していますが、そうはしません。
いいえ、ありません。ただし、NSApplicationMain を呼び出す前に、main() 関数に適切な chdir() を追加するだけです。