Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2024-02-08 18:51:01 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2cf251fe5dcd59ba4009c8ed4a28d4ba3ea63f98
2cf251fe
1 parent
24861cbc
campaign request fix and light mode
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
11 deletions
SwiftWarplyFramework/Pods/Pods.xcodeproj/xcuserdata/manos.xcuserdatad/xcschemes/xcschememanagement.plist
SwiftWarplyFramework/SwiftWarplyFramework.xcodeproj/xcuserdata/manos.xcuserdatad/xcschemes/xcschememanagement.plist
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
SwiftWarplyFramework/SwiftWarplyFramework/Info.plist
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
SwiftWarplyFramework/Pods/Pods.xcodeproj/xcuserdata/manos.xcuserdatad/xcschemes/xcschememanagement.plist
View file @
2cf251f
...
...
@@ -7,7 +7,7 @@
<key>
Pods-SwiftWarplyFramework.xcscheme_^#shared#^_
</key>
<dict>
<key>
orderHint
</key>
<integer>
0
</integer>
<integer>
1
</integer>
</dict>
</dict>
</dict>
...
...
SwiftWarplyFramework/SwiftWarplyFramework.xcodeproj/xcuserdata/manos.xcuserdatad/xcschemes/xcschememanagement.plist
View file @
2cf251f
...
...
@@ -7,7 +7,7 @@
<key>
SwiftWarplyFramework.xcscheme_^#shared#^_
</key>
<dict>
<key>
orderHint
</key>
<integer>
1
</integer>
<integer>
0
</integer>
</dict>
</dict>
</dict>
...
...
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
2cf251f
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/Info.plist
View file @
2cf251f
...
...
@@ -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>
...
...
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
View file @
2cf251f
...
...
@@ -7179,7 +7179,7 @@ public class swiftApi {
func
getSingleCampaignAsyncCallback
(
_
getSingleCampaignData
:
[
AnyHashable
:
Any
]?)
->
Void
{
swiftApi
()
.
getCampaignsAsyncNew
(
language
:
"e
n
"
,
filters
:
[
String
:
Any
](),
getCampaignsCallback
,
failureCallback
:
{
errorCode
in
})
swiftApi
()
.
getCampaignsAsyncNew
(
language
:
"e
l
"
,
filters
:
[
String
:
Any
](),
getCampaignsCallback
,
failureCallback
:
{
errorCode
in
})
func
getCampaignsCallback
(
_
campaignsData
:
Array
<
swiftApi
.
CampaignItemModel
>
?)
->
Void
{
if
(
campaignsData
!=
nil
)
{
...
...
Please
register
or
login
to post a comment