Minimum iOS Target: iOS 9.0.0 Minimum Xcode Version: Xcode 14
xxxxxxxxxxplatform :ios, '9.0'use_frameworks! target 'YourProject' do pod 'TTLock' #To operate the lock(Required) pod 'TTLockDFU' #To upgrade the lock(optional)end
xxxxxxxxxx
xxxxxxxxxx- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { //TTLock.printLog = YES; [TTLock setupBluetooth:^(TTBluetoothState state) { NSLog(@"############## TTLock is working, bluetooth state: %ld ##############",(long)state); }]; return YES;}