Skip to content

Commit

Permalink
chore: fix ios example
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Oct 21, 2024
1 parent e30bffe commit fabab7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ ruby ">= 2.6.10"
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
gem 'cocoapods-spm'
5 changes: 5 additions & 0 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ target 'BarkRnExample' do
:app_path => "#{Pod::Config.instance.installation_root}/.."
)

spm_pkg "bark",
:url => "https://github.com/PABannier/bark.cpp.git",
:branch => "1.0.0",
:products => ["bark"]

target 'BarkRnExampleTests' do
inherit! :complete
# Pods for testing
Expand Down

0 comments on commit fabab7f

Please sign in to comment.