Simple iOS app to simulate an iBeacon device.
Mainly code from Apple's tutorial Turning an iOS Device into an iBeacon, with added UITextFields for customizing the UUID, major, minor and beaconID values.
Settings are persisted into the UserDefaults.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- XCode 10.2.1
- Swift 5.0.1
- Device running iOS 8+
Clone into this repository
git clone https://github.com/appstud/SimBeacon.git
Open the project with XCode
cd SimBeacon ; open SimBeacon.xcodeproj
You should then be able to build and run the app.
...
...
Pull requests are welcome!
- Jean Sarda - Initial work - jeannustre
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details