Showing
5 changed files
with
5 additions
and
3 deletions
... | @@ -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> | ... | ... |
No preview for this file type
... | @@ -2,6 +2,8 @@ | ... | @@ -2,6 +2,8 @@ |
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> | ... | ... |
... | @@ -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) { | ... | ... |
-
Please register or login to post a comment