File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'Bluejay'
3- spec . version = '0.8.7 '
3+ spec . version = '0.8.8 '
44 spec . license = { type : 'MIT' , file : 'LICENSE' }
55 spec . homepage = 'https://github.com/steamclock/bluejay'
66 spec . authors = { 'Jeremy Chiang' => 'jeremy@steamclock.com' }
77 spec . summary = 'Bluejay is a simple Swift framework for building reliable Bluetooth apps.'
88 spec . homepage = 'https://github.com/steamclock/bluejay'
9- spec . source = { git : 'https://github.com/steamclock/bluejay.git' , tag : 'v0.8.7 ' }
9+ spec . source = { git : 'https://github.com/steamclock/bluejay.git' , tag : 'v0.8.8 ' }
1010 spec . source_files = 'Bluejay/Bluejay/*.{h,swift}'
1111 spec . framework = 'SystemConfiguration'
1212 spec . platform = :ios , '11.0'
Original file line number Diff line number Diff line change 10841084 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
10851085 IPHONEOS_DEPLOYMENT_TARGET = 11.0;
10861086 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1087- MARKETING_VERSION = 0.8.7 ;
1087+ MARKETING_VERSION = 0.8.8 ;
10881088 PRODUCT_BUNDLE_IDENTIFIER = com.steamclock.Bluejay;
10891089 PRODUCT_NAME = "$(TARGET_NAME)";
10901090 SKIP_INSTALL = YES;
11111111 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
11121112 IPHONEOS_DEPLOYMENT_TARGET = 11.0;
11131113 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1114- MARKETING_VERSION = 0.8.7 ;
1114+ MARKETING_VERSION = 0.8.8 ;
11151115 PRODUCT_BUNDLE_IDENTIFIER = com.steamclock.Bluejay;
11161116 PRODUCT_NAME = "$(TARGET_NAME)";
11171117 SKIP_INSTALL = YES;
Original file line number Diff line number Diff line change @@ -264,6 +264,8 @@ public class Bluejay: NSObject { //swiftlint:disable:this type_body_length
264264 connectedPeripheral = Peripheral ( delegate: self , cbPeripheral: peripheral, bluejay: self )
265265 peripheral. delegate = connectedPeripheral
266266 }
267+
268+ queue. start ( )
267269 }
268270
269271 debugLog ( " Bluejay with UUID: \( uuid. uuidString) started. " )
You can’t perform that action at this time.
0 commit comments