Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Dec 24, 2024
1 parent 1b191ca commit 605dd32
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

build-ios:
name: Build iOS demo
runs-on: macos-12
runs-on: macos-14
strategy:
matrix:
flutter-version: ['3.3.0', '3.22.2']
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/react-native-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

# REMOVE
- name: Build binding
run: yarn && yarn pkg
working-directory: binding/react-native

- name: Add binding
run: yarn add ../../binding/react-native/pkg/picovoice-leopard-react-native-2.0.3.tgz
# REMOVE

- name: Pre-build dependencies
run: npm install yarn

Expand Down Expand Up @@ -63,6 +72,15 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

# REMOVE
- name: Build binding
run: yarn && yarn pkg
working-directory: binding/react-native

- name: Add binding
run: yarn add ../../binding/react-native/pkg/picovoice-leopard-react-native-2.0.3.tgz
# REMOVE

- name: Pre-build dependencies
run: npm install yarn

Expand Down
20 changes: 10 additions & 10 deletions binding/react-native/test-app/LeopardTestApp/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ PODS:
- hermes-engine (0.71.18):
- hermes-engine/Pre-built (= 0.71.18)
- hermes-engine/Pre-built (0.71.18)
- ios-voice-processor (1.1.0)
- Leopard-iOS (2.0.1)
- leopard-react-native (2.0.2):
- Leopard-iOS (~> 2.0.1)
- ios-voice-processor (1.2.0)
- Leopard-iOS (2.0.2)
- leopard-react-native (2.0.3):
- Leopard-iOS (~> 2.0.2)
- React
- libevent (2.1.12)
- RCT-Folly (2021.07.22.00):
Expand Down Expand Up @@ -271,8 +271,8 @@ PODS:
- React-jsinspector (0.71.18)
- React-logger (0.71.18):
- glog
- react-native-voice-processor (1.2.0):
- ios-voice-processor (~> 1.1.0)
- react-native-voice-processor (1.2.3):
- ios-voice-processor (~> 1.2.0)
- React-Core
- React-perflogger (0.71.18)
- React-RCTActionSheet (0.71.18):
Expand Down Expand Up @@ -495,9 +495,9 @@ SPEC CHECKSUMS:
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 251dcc3511fc68678e2ee96dd7d175d9489b781e
ios-voice-processor: 8e32d7f980a06d392d128ef1cd19cf6ddcaca3c1
Leopard-iOS: 8c94dcf886800b4ed361c1c6af763780ef16f722
leopard-react-native: 46a409dd56972001d19a017e3261beaeb7c2b0b9
ios-voice-processor: 6b5ca08962f39e434fe39dca0f483d923a3b1b97
Leopard-iOS: 636fd4245497e1f7c348a8e346a6a9357ac07d0c
leopard-react-native: d9ddaba32c900b7dda05571749c244186a807671
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCTRequired: 467cd79889cbcfd008d0ff7c697f73765d4578c3
Expand All @@ -513,7 +513,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: a60e1117c011cbb6a95418f4bf67d6dfbbf81772
React-jsinspector: 7218c92923292e20326a1eed3104fe90393ca449
React-logger: 166cf6649b5ea9e26ab816073dd0e68020561d65
react-native-voice-processor: aefb0845641c7d67dd47e69606ba7ebb38aab5cd
react-native-voice-processor: 47d7906332e258dcd1f2ee089bdb9bf0f6809ccf
React-perflogger: c8849042b03392681ebd5d99a0775dbadfad2c74
React-RCTActionSheet: 6bd3b502da266d69942e9ce4bc13666f90544620
React-RCTAnimation: 63fbec04ae279b387ac786898bd5a918b8875f48
Expand Down

0 comments on commit 605dd32

Please sign in to comment.