Manos Chorianopoulos

campaign request fix and light mode

...@@ -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>0</integer> 10 + <integer>1</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>1</integer> 10 + <integer>0</integer>
11 </dict> 11 </dict>
12 </dict> 12 </dict>
13 </dict> 13 </dict>
......
...@@ -2,16 +2,18 @@ ...@@ -2,16 +2,18 @@
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 + <key>UIUserInterfaceStyle</key>
6 + <string>Light</string>
5 <key>NSMotionUsageDescription</key> 7 <key>NSMotionUsageDescription</key>
6 <string>We are using motion usage in order to track your step count.</string> 8 <string>We are using motion usage in order to track your step count.</string>
7 - <key>NSLocationAlwaysAndWhenInUseUsageDescription</key> 9 + <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
8 - <string>My Cosmote App would like to use your location to show you the nearest stores on the map.</string> 10 + <string>My Cosmote App would like to use your location to show you the nearest stores on the map.</string>
9 - <key>NSLocationAlwaysUsageDescription</key> 11 + <key>NSLocationAlwaysUsageDescription</key>
10 - <string>My Cosmote App would like to use your location to show you the nearest stores on the map.</string> 12 + <string>My Cosmote App would like to use your location to show you the nearest stores on the map.</string>
11 - <key>NSLocationUsageDescription</key> 13 + <key>NSLocationUsageDescription</key>
12 - <string>My Cosmote App would like to use your location to show you the nearest stores on the map.</string> 14 + <string>My Cosmote App would like to use your location to show you the nearest stores on the map.</string>
13 - <key>NSLocationWhenInUseUsageDescription</key> 15 + <key>NSLocationWhenInUseUsageDescription</key>
14 - <string>My Cosmote App would like to use your location to show you the nearest stores on the map.</string> 16 + <string>My Cosmote App would like to use your location to show you the nearest stores on the map.</string>
15 <key>UIAppFonts</key> 17 <key>UIAppFonts</key>
16 <array> 18 <array>
17 <string>pf_square_sans_pro_bold_italic.ttf</string> 19 <string>pf_square_sans_pro_bold_italic.ttf</string>
......
...@@ -7179,7 +7179,7 @@ public class swiftApi { ...@@ -7179,7 +7179,7 @@ public class swiftApi {
7179 7179
7180 func getSingleCampaignAsyncCallback(_ getSingleCampaignData: [AnyHashable: Any]?) -> Void { 7180 func getSingleCampaignAsyncCallback(_ getSingleCampaignData: [AnyHashable: Any]?) -> Void {
7181 7181
7182 - swiftApi().getCampaignsAsyncNew(language: "en", filters: [String : Any](), getCampaignsCallback, failureCallback: {errorCode in }) 7182 + swiftApi().getCampaignsAsyncNew(language: "el", filters: [String : Any](), getCampaignsCallback, failureCallback: {errorCode in })
7183 7183
7184 func getCampaignsCallback (_ campaignsData: Array<swiftApi.CampaignItemModel>?) -> Void { 7184 func getCampaignsCallback (_ campaignsData: Array<swiftApi.CampaignItemModel>?) -> Void {
7185 if (campaignsData != nil) { 7185 if (campaignsData != nil) {
......