Manos Chorianopoulos

Add Location permissions

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