bugly模拟器可用配置
修改包名
This commit is contained in:
@@ -11,18 +11,18 @@
|
||||
#import <Security/Security.h>
|
||||
#import "KBConfig.h" // 需要共享钥匙串访问组常量,见 KBConfig.h 中的说明
|
||||
|
||||
NSString * const kKBDarwinAuthChanged = @"com.keyBoardst.auth.changed";
|
||||
NSString * const kKBDarwinAuthChanged = @"com.loveKey.nyx.auth.changed";
|
||||
NSNotificationName const KBAuthChangedNotification = @"KBAuthChangedNotification";
|
||||
|
||||
static NSString * const kKBKCService = @"com.keyBoardst.auth"; // 钥匙串 service 名
|
||||
static NSString * const kKBKCService = @"com.loveKey.nyx.auth"; // 钥匙串 service 名
|
||||
static NSString * const kKBKCAccount = @"session"; // 钥匙串 account 键
|
||||
|
||||
// 用于 Keychain Sharing 的访问组;必须与两个 target 的 entitlements 配置一致。
|
||||
// 示例(Capabilities 中勾选 Keychain Sharing 后的值):
|
||||
// $(AppIdentifierPrefix)com.keyBoardst.shared
|
||||
// 运行时会被展开为:TN6HHV45BB.com.keyBoardst.shared
|
||||
// $(AppIdentifierPrefix)com.loveKey.nyx.shared
|
||||
// 运行时会被展开为:TN6HHV45BB.com.loveKey.nyx.shared
|
||||
#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
|
||||
|
||||
// 过期宽限:若过期时间距离当前 <= 该阈值,则视为已过期。
|
||||
|
||||
Reference in New Issue
Block a user