Skip to content

Commit

Permalink
update demos
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Oct 28, 2024
1 parent 9b21247 commit 0a576c4
Show file tree
Hide file tree
Showing 12 changed files with 559 additions and 25 deletions.
5 changes: 4 additions & 1 deletion binding/flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,7 @@
* Address locale issue

## [3.0.3] - 2024-02-08
* Additional gradle plugin build support
* Additional gradle plugin build support

## [3.0.4] - 2024-10-28
* Update native packages
8 changes: 7 additions & 1 deletion binding/ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,15 @@ To learn more about Porcupine, see the [product](https://picovoice.ai/products/p

## Installation
<!-- markdown-link-check-disable -->
The Porcupine iOS binding is available via [CocoaPods](https://cocoapods.org/pods/Porcupine-iOS). To import it into your iOS project, add the following line to your Podfile:
The Porcupine iOS binding is available via [Swift Package Manger](https://www.swift.org/documentation/package-manager/) or [CocoaPods](https://cocoapods.org/pods/Porcupine-iOS).
<!-- markdown-link-check-enable -->

To import the package using SPM, open up your project's Package Dependencies in XCode and add:
```
https://github.com/Picovoice/porcupine.git
```

To import it into your iOS project using CocoaPods, add the following line to your Podfile:
```ruby
pod 'Porcupine-iOS'
```
Expand Down
2 changes: 0 additions & 2 deletions binding/react-native/test-app/PorcupineTestApp/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ target 'PorcupineTestApp' do
# Pods for testing
end

pod 'Porcupine-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/porcupine/rm-bitcode/binding/ios/Porcupine-iOS.podspec'

post_install do |installer|
react_native_post_install(
installer,
Expand Down
Loading

0 comments on commit 0a576c4

Please sign in to comment.