You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/01/22 22:46:53 UTC

[GitHub] vousys opened a new issue #142: Fix Documentacion for phonegap users // ios12+ config.xml

vousys opened a new issue #142: Fix Documentacion for phonegap users //  ios12+ config.xml
URL: https://github.com/apache/cordova-plugin-geolocation/issues/142
 
 
   Guys for Phonegap users, in config.xml  fix the documentation, they should add the platform="ios" to the code, like this:
   
   ```
   <edit-config  platform="ios"  target="NSLocationWhenInUseUsageDescription" file="*-Info.plist" mode="merge">
       <string>need location access to find things nearby</string>
   </edit-config>
   ```
   
   insted of
   
   ```
   
   <edit-config   target="NSLocationWhenInUseUsageDescription" file="*-Info.plist" mode="merge">
       <string>need location access to find things nearby</string>
   </edit-config>
   ```
    
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org