我写了个 Mac 的 App 做一些 Xcode 自动化的事情,原本很顺利的上架了,后来第二次更新的时候,就因为 com.apple.systemevents 的权限被拒了
We've determined that one or more temporary entitlement exceptions requested for this app are not appropriate and will not be granted:
com.apple.systemevents
We understand this may prevent the app from being approved for the Mac App Store. We encourage you to investigate other ways of implementing the desired functionality.
我也在网上搜过一些资料,自己不是很确定,Mac App 开发的资料太少了...
求懂的大佬指教,谢谢
![]() |
1
rico2logout OP 我是发错地方了吗...33 个人查看,0 回复
|
![]() |
3
rico2logout OP @nyanyh 我看了一下 AppleScript 的资料,然后才意识到 System Events 似乎算是个 app ?这是意味着只要 AppleScript 调用了这行:
tell application "System Events" 都不能上架了吧? 看了 Script Editor 里的 Library 只操作 Xcode 内的事情能做的事情太少了...基本上能做的就是一些 build configuration 相关的事情 |