1
This commit is contained in:
@@ -12,7 +12,10 @@
|
||||
#import "BaseTabBarController.h"
|
||||
#import "LoginViewController.h"
|
||||
|
||||
static NSString * const kKBKeyboardExtensionBundleId = @"com.keyBoard.CustomKeyboard";
|
||||
// 注意:用于判断系统已启用本输入法扩展的 bundle id 需与扩展 target 的
|
||||
// PRODUCT_BUNDLE_IDENTIFIER 完全一致。
|
||||
// 当前工程的 CustomKeyboard target 为 com.keyBoardst.CustomKeyboard
|
||||
static NSString * const kKBKeyboardExtensionBundleId = @"com.keyBoardst.CustomKeyboard";
|
||||
|
||||
@implementation AppDelegate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user