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
2025-06-17 15:38:09 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
87977633f7085b8ec4e7a2e6b90d08954aed34e6
87977633
1 parent
22c01965
spm Package dependencies fix
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
.swiftpm/xcode/package.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
Package.swift
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
.swiftpm/xcode/package.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
8797763
No preview for this file type
Package.swift
View file @
8797763
...
...
@@ -20,8 +20,8 @@ let package = Package(
),
],
dependencies
:
[
.
package
(
url
:
"https://github.com/yeahdongcn/RSBarcodes_Swift
.git
"
,
from
:
"5.2.0"
),
.
package
(
url
:
"https://github.com/cesarferreira/SwiftEventBus
.git
"
,
from
:
"5.0.0"
)
.
package
(
url
:
"https://github.com/yeahdongcn/RSBarcodes_Swift"
,
from
:
"5.2.0"
),
.
package
(
url
:
"https://github.com/cesarferreira/SwiftEventBus"
,
from
:
"5.0.0"
)
],
targets
:
[
.
target
(
...
...
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
8797763
No preview for this file type
Please
register
or
login
to post a comment