Manos Chorianopoulos

Add Location permissions

......@@ -7,7 +7,7 @@
<key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
<integer>0</integer>
</dict>
</dict>
</dict>
......
......@@ -7,7 +7,7 @@
<key>SwiftWarplyFramework.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>1</integer>
</dict>
</dict>
</dict>
......
......@@ -4,6 +4,14 @@
<dict>
<key>NSMotionUsageDescription</key>
<string>We are using motion usage in order to track your step count.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>My Cosmote App would like to use your location to show you the nearest stores on the map.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>My Cosmote App would like to use your location to show you the nearest stores on the map.</string>
<key>NSLocationUsageDescription</key>
<string>My Cosmote App would like to use your location to show you the nearest stores on the map.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>My Cosmote App would like to use your location to show you the nearest stores on the map.</string>
<key>UIAppFonts</key>
<array>
<string>pf_square_sans_pro_bold_italic.ttf</string>
......