jonathan-k4
jonathan-k4
Needs`s.swift_version = '4.0'` and `s.source_files = "ios/**/*.{h,m,swift}"` added to the podspec to work I think. Otherwise it doesnt pull in the swift file and BLEPeripheral is undefined during linking.
Maybe this is just an extra page in the manual, not a PR?
I ended up doing this... ``` pushd $PROTOS_DIR > /dev/null LIST=$(find . -name "*.proto" | cut -c 3- | sort -t '\0' -n) popd > /dev/null echo "Generating docs..." docker...
We are still using Vue 2.x, so PR is against v2
Do you think a background socket will get through Apples App Store review? My understanding is they will only give background process approval to apps like VoIP and VPN clients....