Simon Seyer
Simon Seyer
- Write groups in upper case - Replace `_protected` with `+Protected` in file names
It would make sense to cut the collection of components into multiple subspecs. This would allow to reveal dependencies across the class hierarchies and improve the overall architecture by more...
**I'm working with the `swift3` branch** When hitting the rate limit, an `EXC_BAD_ACCESS` crash occurs in [MBGeocoder.swift:312](https://github.com/mapbox/MapboxGeocoder.swift/blob/7841fcb7a4a6004b06fc1ea101504a633f9a2da1/MapboxGeocoder/MBGeocoder.swift#L312). I need to build a debuggable version for providing more infos. But I...
This resolves `IPHONEOS_DEPLOYMENT_TARGET` warnings in newer Xcode versions. See https://github.com/nanopb/nanopb/pull/585 for reference — I assume the same applies for this project. The toolchain will this way always choose the latest...
Hi SkyDrop devs! First of all: thank you for open sourcing the firmware. That’s well appreciated! Disclaimer: I'm an embedded development noob (but have an iOS development background). I would...
TODOs: - [ ] Test changes - [ ] Consider automatic log rotation (otherwise the file could grow indefinitely — should not happen when on by default)
- Allow the explicitly add other pxproject files in a pxproject target - Recursively generate all required projects - Make sure to generate in the correct order - Detect dependency...