pebblex
pebblex copied to clipboard
enables Pebble development with Xcode and AppCode
To make this tool work with PebbleSDK 4.4 you need: 1) in pebblex/lib/pebble_x/xcode.rb replace "_appinfo.json_" with "_package.json_" (appears twice) 2) place contents of your SDK's folder pebble-sdk-4.4-dp2-mac to Users/_your username_/Cellar/pebble-sdk/4.3...
I've installed Pebble SDK using brew. `which pebble` returns `/usr/local/bin/pebble`. `readlink /usr/local/bin/pebble` returns `../Cellar/pebble-sdk/3.4/bin/pebble` and the relative path is compared to current working directory instead of the symlink. Which is...
Hi, I've tried to enable the #pragma mark feature to structure the code in Xcode a little bit easier. I've added GCC_WARN_UNKNOWN_PRAGMAS=NO to the Pebble target but without any success....
introduced with 46610ccb1fe1781fc6eaa050f74a0859db3a6cda
right now, it seems like it will print the current line only after receiving the next. So the most-recent line will never be visible.