Add Siri capability
This commit is contained in:
parent
9ace65e607
commit
f01027bca5
|
@ -8,6 +8,8 @@
|
|||
</array>
|
||||
<key>com.apple.developer.networking.wifi-info</key>
|
||||
<true/>
|
||||
<key>com.apple.developer.siri</key>
|
||||
<true/>
|
||||
<key>com.apple.security.application-groups</key>
|
||||
<array>
|
||||
<string>group.com.algoritmico.Passepartout</string>
|
||||
|
|
|
@ -602,6 +602,9 @@
|
|||
com.apple.NetworkExtensions.iOS = {
|
||||
enabled = 1;
|
||||
};
|
||||
com.apple.Siri = {
|
||||
enabled = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
0E57F64B20C83FC7008323CF = {
|
||||
|
|
Loading…
Reference in New Issue