tertiumtechnology / tt-txrx-demoapp-ios-swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tt-txrx-demoapp-ios-swift

iOS Swift demo application for Tertium rfid TxRx lowlevel library.

License

The test application and the library are released under the MIT license. Please see the LICENSE file.

Requirements

Xcode 11.1+

Installation

To download full source code for the demo application and the TxRxLibrary follow these steps:

  • Open a terminal window
  • Change current directory to any Xcode source directory you have (f.e. Desktop/coding/)
  • type: git clone https://github.com/tertiumtechnology/tt-txrx-demoapp-ios-swift --recurse-submodules
  • Open Xcode
  • Search the directory where you downloaded the files and open the project tt-txrx-demoapp-ios-swift/RfidTxRxLibDemoAppIosSwift.xcodeproj
  • Select a connected iOS device as build device and press Run

Troubleshooting

If you have missing files (red filenames in Xcode) you may haven't correctly specified --recurse-submodules to git clone command. Please ensure option is specified.

About

License:MIT License


Languages

Language:Objective-C 85.2%Language:Swift 14.8%