且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

防止多个用户同时在macOS上运行应用程序

更新时间:2023-10-16 16:23:52

LSMultipleInstancesProhibited 添加到Info.plist文件.

Add LSMultipleInstancesProhibited to the Info.plist file.

<key>LSMultipleInstancesProhibited</key>
<true/>

请参见此答案 查看全文