Skip to content

Commit de00403

Browse files
committed
Built with xcode 12.1
1 parent fec652a commit de00403

17 files changed

+3
-2
lines changed

NearBee.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'NearBee'
33
s.swift_version = '5.3'
4-
s.version = '3.2.7-beta1'
4+
s.version = '3.2.7-beta2'
55
s.summary = 'iOS library for Eddystone beacons'
66

77
s.homepage = 'https://github.com/Beaconstac/NearBee-iOS-SDK'

NearBee/NearBee.framework/Info.plist

1 Byte
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

NearBee/NearBee.framework/NearBee

0 Bytes
Binary file not shown.

SampleApp/SampleApp/ViewController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ class ViewController: UITableViewController {
3333
nearBee = NearBee.initNearBee()
3434
nearBee.delegate = self
3535
nearBee.enableBackgroundNotification(true)
36-
// nearBee.debugMode = true
36+
// Un-comment this for testing notifications
37+
// nearBee.debugMode = true
3738
nearBee.startScanning()
3839
}
3940

0 commit comments

Comments
 (0)