bugly模拟器可用配置
修改包名
This commit is contained in:
@@ -25,16 +25,16 @@
|
||||
|
||||
// --- 认证/共享钥匙串 配置 ---
|
||||
// 若已在 Capabilities 中启用 Keychain Sharing,并添加访问组:
|
||||
// $(AppIdentifierPrefix)com.keyBoardst.shared
|
||||
// 运行时会展开为:TN6HHV45BB.com.keyBoardst.shared
|
||||
// $(AppIdentifierPrefix)com.loveKey.nyx.shared
|
||||
// 运行时会展开为:TN6HHV45BB.com.loveKey.nyx.shared
|
||||
// KBAuthManager 通过下面的宏定位访问组;如需修改,可在 Build Settings 或前缀头中覆盖该宏。
|
||||
#ifndef KB_KEYCHAIN_ACCESS_GROUP
|
||||
#define KB_KEYCHAIN_ACCESS_GROUP @"TN6HHV45BB.com.keyBoardst.shared"
|
||||
#define KB_KEYCHAIN_ACCESS_GROUP @"TN6HHV45BB.com.loveKey.nyx.shared"
|
||||
#endif
|
||||
|
||||
// 键盘扩展的 Bundle Identifier(用于 App 侧检测是否已添加该键盘)
|
||||
#ifndef KB_KEYBOARD_EXTENSION_BUNDLE_ID
|
||||
#define KB_KEYBOARD_EXTENSION_BUNDLE_ID @"com.keyBoardst.CustomKeyboard"
|
||||
#define KB_KEYBOARD_EXTENSION_BUNDLE_ID @"com.loveKey.nyx.CustomKeyboard"
|
||||
#endif
|
||||
|
||||
// --- 常用宏 ---
|
||||
|
||||
Reference in New Issue
Block a user