Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliano1612 committed May 13, 2024
1 parent 2fa5f78 commit d8680ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions SpruceIDWalletSdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Pod::Spec.new do |spec|

spec.static_framework = true
spec.dependency 'SpruceIDWalletSdkRs', "~> 0.0.24"
spec.dependency 'SwiftUIBackports', "~> 2.0.0"
spec.dependency 'SwiftAlgorithms', "~> 1.0.0"
spec.frameworks = 'Foundation', 'CoreBluetooth', 'CryptoKit'
end
4 changes: 4 additions & 0 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ packages:
SwiftLint:
url: https://github.com/realm/SwiftLint
from: 0.54.0
SwiftUIBackports:
url: https://github.com/shaps80/SwiftUIBackports.git
from: 2.0.0
settings:
ENABLE_USER_SCRIPT_SANDBOXING: YES
GENERATE_INFOPLIST_FILE: YES
Expand All @@ -24,6 +27,7 @@ targets:
sources:
- Sources
dependencies:
- package: SwiftUIBackports
- package: SpruceIDWalletSdkRs
- package: SwiftAlgorithms
product: Algorithms
Expand Down

0 comments on commit d8680ea

Please sign in to comment.