删除沙箱
我还有一个关于应用程序沙箱的问题.因此,我需要访问用户的主目录,同时应用程序应该能够关闭Mac.这要求不要使用沙箱.
I have another question dealing with app sandboxing. So I need access to the users' home directory and at the same time the app should be able to shut down the Mac. This requires to not using sandboxing.
我的问题是我不知道如何删除沙箱以及如何将应用程序提交到Mac App Store.我认为存档是沙盒化的,因为我已经打开过一次.
My problem is that I don't know how to remove sandboxing and being able to submit the app to the Mac App Store. I think that the archives are sandboxed because I had turned it on once..
如何从档案中正确删除沙箱?
How to remove sandboxing from the archives properly?
感谢您的帮助!
在Xcode 11上,您可以通过将沙箱"从签名和删除"中删除来关闭它.功能标签:
On Xcode 11, you can turn off Sandboxing by removing it from the Signing & Capabilities tab: