The DALI app is an app for DALI members and affiliates to provide features and information to maximize the effectiveness of DALI. The iOS app boasts a list of events, a live posting of food, an interface of changing the lights, and a list of members currently in the lab space. The tvOS app has the same list of members and events and food, but also shows a slideshow of photos and welcomes members into the lab.
You can find out more by looking into the code at the comments
To get started with development on this repository, clone the repository. Make sure you have Xcode installed. This Xcode project uses cocoapods for thirdparty package management, so you will need to install this as well:
brew install cocoapodsWhen cocoapods has been installed, navigate to the cloned repository and run:
pod installwhich will download and integrate all the needed packages.
The code is split up into the different projects, and all shared code is in the DALI framework. Each file has a description of its use, and all major functions describe what they do and how they should be used.
John Kotz