Commit d6353953 authored by Chris Scott's avatar Chris Scott

Add AVFoundation.framework as dep, for debugging sounds

parent 1fada35b
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
</feature> </feature>
</config-file> </config-file>
<framework src="AudioToolbox.framework" weak="true" /> <framework src="AudioToolbox.framework" weak="true" />
<framework src="AVFoundation.framework" weak="true" />
<source-file src="src/ios/CDVBackgroundGeoLocation.m" /> <source-file src="src/ios/CDVBackgroundGeoLocation.m" />
<header-file src="src/ios/CDVBackgroundGeoLocation.h" /> <header-file src="src/ios/CDVBackgroundGeoLocation.h" />
</platform> </platform>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment