mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-01 04:20:33 +00:00
use BluetoothPSViewController
This commit is contained in:
parent
b70a879e47
commit
277e27f43f
PrefsBundle
@ -23,6 +23,6 @@
|
|||||||
<key>MinimumOSVersion</key>
|
<key>MinimumOSVersion</key>
|
||||||
<string>3.0</string>
|
<string>3.0</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
<string>prefsListController</string>
|
<string>BluetoothPSViewController</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
entry = {
|
entry = {
|
||||||
bundle = BTstack;
|
bundle = BTstack;
|
||||||
cell = PSLinkCell;
|
cell = PSLinkCell;
|
||||||
detail = "PrefsViewController.m";
|
detail = "BluetoothPSViewController";
|
||||||
icon = "BTstack.png";
|
icon = "BTstack.png";
|
||||||
isController = 1;
|
isController = 1;
|
||||||
label = BTstack;
|
label = BTstack;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user