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.
App Store で公開したい Mac 用の pyobjc アプリケーションがあります。公開するには、サンドボックスに入れる必要があります。アプリの重要な部分の 1 つは、開かれているファイルのプロセス ID を監視することです。ファイルは subprocess モジュールを使用して開かれ、psutils を使用して pid を取得しています。ただし、これはサンドボックス モードでは機能しません。使用できる代替ソリューションはありますか?