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