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
2023-06-12 17:22:49 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
739fd3e1287eca0dd583feef8aa8ae8e2a725b62
739fd3e1
1 parent
5c2be3e2
Add Location permissions
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
2 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/Pods/Pods.xcodeproj/xcuserdata/manos.xcuserdatad/xcschemes/xcschememanagement.plist
View file @
739fd3e
...
...
@@ -7,7 +7,7 @@
<key>
Pods-SwiftWarplyFramework.xcscheme_^#shared#^_
</key>
<dict>
<key>
orderHint
</key>
<integer>
1
</integer>
<integer>
0
</integer>
</dict>
</dict>
</dict>
...
...
SwiftWarplyFramework/SwiftWarplyFramework.xcodeproj/xcuserdata/manos.xcuserdatad/xcschemes/xcschememanagement.plist
View file @
739fd3e
...
...
@@ -7,7 +7,7 @@
<key>
SwiftWarplyFramework.xcscheme_^#shared#^_
</key>
<dict>
<key>
orderHint
</key>
<integer>
0
</integer>
<integer>
1
</integer>
</dict>
</dict>
</dict>
...
...
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
739fd3e
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/Info.plist
View file @
739fd3e
...
...
@@ -4,6 +4,14 @@
<dict>
<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>
UIAppFonts
</key>
<array>
<string>
pf_square_sans_pro_bold_italic.ttf
</string>
...
...
Please
register
or
login
to post a comment