Skip to content

Commit

Permalink
Built with xcode 12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Souro7 committed Nov 3, 2020
1 parent fec652a commit de00403
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NearBee.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'NearBee'
s.swift_version = '5.3'
s.version = '3.2.7-beta1'
s.version = '3.2.7-beta2'
s.summary = 'iOS library for Eddystone beacons'

s.homepage = 'https://github.com/Beaconstac/NearBee-iOS-SDK'
Expand Down
Binary file modified NearBee/NearBee.framework/Info.plist
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.
Binary file not shown.
Binary file not shown.
Binary file modified NearBee/NearBee.framework/NearBee
Binary file not shown.
3 changes: 2 additions & 1 deletion SampleApp/SampleApp/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ class ViewController: UITableViewController {
nearBee = NearBee.initNearBee()
nearBee.delegate = self
nearBee.enableBackgroundNotification(true)
// nearBee.debugMode = true
// Un-comment this for testing notifications
// nearBee.debugMode = true
nearBee.startScanning()
}

Expand Down

0 comments on commit de00403

Please sign in to comment.