dirkfabisch / Dxtr

iOS App for reading Dexcom sensor data
26 stars 20 forks source link

Dxtr

iOS App for reading Dexcom sensor data

Based on the work from Stephen Black for DexDrip.

It uses the DexDrip Wixel Hardware described on his site.

The iOS app will connect tor the HW via Bluetooth and read the sensor data via wifi.

Done

Working on

Backlog

tbc

Building the app

I use sketch for my graphic ressources and add all assets automatically in the asset catalog.

I added a build phase for that: "Insert Sketch Ressources" using sketchtool for that. based on an idea from Matt Zanchelli

# AppIcon
/usr/local/bin/sketchtool export artboards "$PROJECT_DIR"/"Graphics Resources/AppIcon.sketch" --output="$PROJECT_DIR"/"$PROJECT_NAME"/Images.xcassets/AppIcon.appiconset --formats="png"

For creating my DB classes I use mogenerator