Manos Chorianopoulos

campaign request fix and light mode

......@@ -7,7 +7,7 @@
<key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>1</integer>
</dict>
</dict>
</dict>
......
......@@ -7,7 +7,7 @@
<key>SwiftWarplyFramework.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
<integer>0</integer>
</dict>
</dict>
</dict>
......
......@@ -2,16 +2,18 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
<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>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>
......
......@@ -7179,7 +7179,7 @@ public class swiftApi {
func getSingleCampaignAsyncCallback(_ getSingleCampaignData: [AnyHashable: Any]?) -> Void {
swiftApi().getCampaignsAsyncNew(language: "en", filters: [String : Any](), getCampaignsCallback, failureCallback: {errorCode in })
swiftApi().getCampaignsAsyncNew(language: "el", filters: [String : Any](), getCampaignsCallback, failureCallback: {errorCode in })
func getCampaignsCallback (_ campaignsData: Array<swiftApi.CampaignItemModel>?) -> Void {
if (campaignsData != nil) {
......