Dear list, I've just had an app update rejected due to an invalid app-sandbox entitlement.
In particular, the resolution center says: This app incorrectly implements sandboxing, or it contains one or more entitlements with invalid values. Please review the included entitlements and sandboxing documentation and resolve this issues before resubmitting a new binary. com.apple.security.scripting-targets: {u'com.apple.Mail': [u'com.apple.Mail.compose']} And then lists possible errors. My entitlements file is below. Has anyone else had this? Am I using this entitlement wrongly? Many thanks, Martin <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>com.apple.security.app-sandbox</key> <true/> <key>com.apple.security.files.user-selected.read-write</key> <true/> <key>com.apple.security.print</key> <true/> <key>com.apple.security.temporary-exception.apple-events</key> <array> <string>com.apple.mail</string> </array> <key>com.apple.security.scripting-targets</key> <dict> <key>com.apple.Mail</key> <array> <string>com.apple.Mail.compose</string> </array> </dict> </dict> </plist>
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com