mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
Replace TRUEPREDICATE with explicit NSExtensionActivationRule to comply with App Store requirements
This commit is contained in:
parent
43094e66a4
commit
1d7a10c16b
1 changed files with 4 additions and 1 deletions
|
|
@ -7,7 +7,10 @@
|
|||
<key>NSExtensionAttributes</key>
|
||||
<dict>
|
||||
<key>NSExtensionActivationRule</key>
|
||||
<string>TRUEPREDICATE</string>
|
||||
<dict>
|
||||
<key>NSExtensionActivationSupportsAttachmentsWithMaxCount</key>
|
||||
<integer>12</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>NSExtensionMainStoryboard</key>
|
||||
<string>MainInterface</string>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue