Simon Narang

Results 4 issues of Simon Narang

That way failing pull requests could be seen automatically. travis-ci.org does this for free and it's super popular.

feature

Is there a way to add this as a framework/lib to an already existing xcode app project? Thanks

Great Library... Having some trouble getting it to work though. Here is my `CMakeLists.txt`: ``` cmake_minimum_required(VERSION 2.8.4) set(CMAKE_TOOLCHAIN_FILE ${CMAKE_SOURCE_DIR}/cmake/ArduinoToolchain.cmake) set(PROJECT_NAME Robotic_Arm) project(${PROJECT_NAME}) set(${CMAKE_PROJECT_NAME}_BOARD mega) set(${CMAKE_PROJECT_NAME}_PORT /dev/ttys0) set(${CMAKE_PROJECT_NAME}_SKETCH Robotic_Arm.ino) generate_arduino_firmware(${CMAKE_PROJECT_NAME}) ```...

``` swift //... self.menu[MenuGroup(name: groupName.uppercased(), image: groupName, guid: groupGuid)] = items print(self.menu[MenuGroup(name: groupName.uppercased(), image: groupName, guid: groupGuid)]) //... ``` it prints nil