Skip to content

Commit caf42d7

Browse files
committed
ios patch
1 parent d5a2060 commit caf42d7

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

lib/ios/PvCobra.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_x86_64-simulator</string>
9+
<string>ios-arm64</string>
1010
<key>LibraryPath</key>
1111
<string>PvCobra.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15-
<string>x86_64</string>
1615
</array>
1716
<key>SupportedPlatform</key>
1817
<string>ios</string>
19-
<key>SupportedPlatformVariant</key>
20-
<string>simulator</string>
2118
</dict>
2219
<dict>
2320
<key>LibraryIdentifier</key>
24-
<string>ios-arm64</string>
21+
<string>ios-arm64_x86_64-simulator</string>
2522
<key>LibraryPath</key>
2623
<string>PvCobra.framework</string>
2724
<key>SupportedArchitectures</key>
2825
<array>
2926
<string>arm64</string>
27+
<string>x86_64</string>
3028
</array>
3129
<key>SupportedPlatform</key>
3230
<string>ios</string>
31+
<key>SupportedPlatformVariant</key>
32+
<string>simulator</string>
3333
</dict>
3434
</array>
3535
<key>CFBundlePackageType</key>

lib/ios/PvCobra.xcframework/ios-arm64/PvCobra.framework/Headers/picovoice.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ PV_API pv_status_t pv_get_error_stack(
7777
*/
7878
PV_API void pv_free_error_stack(char **message_stack);
7979

80+
PV_API void pv_set_sdk(const char *sdk);
81+
8082
#ifdef __cplusplus
8183
}
8284

848 KB
Binary file not shown.

lib/ios/PvCobra.xcframework/ios-arm64_x86_64-simulator/PvCobra.framework/Headers/picovoice.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ PV_API pv_status_t pv_get_error_stack(
7777
*/
7878
PV_API void pv_free_error_stack(char **message_stack);
7979

80+
PV_API void pv_set_sdk(const char *sdk);
81+
8082
#ifdef __cplusplus
8183
}
8284

880 KB
Binary file not shown.

0 commit comments

Comments
 (0)