File tree Expand file tree Collapse file tree 13 files changed +47
-26
lines changed
AlanSDK-iOS/Frameworks/AlanSDK.xcframework
ios-arm64_x86_64-simulator/AlanSDK.framework
ios-arm64/AlanSDK.framework Expand file tree Collapse file tree 13 files changed +47
-26
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = 'AlanSDK-iOS'
4- s . version = '3.6.2 '
4+ s . version = '3.7.0 '
55 s . summary = 'Conversational Voice AI Platform.'
66 s . description = <<-DESC
77 The Alan Voice AI Platform provides a framework for fast and easy development and deployment of voice experiences for your applications.
Original file line number Diff line number Diff line change 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 >AlanSDK.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 >AlanSDK.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 >
Original file line number Diff line number Diff line change 11version https://git-lfs.github.com/spec/v1
2- oid sha256:0b9d0563459db53867e2f91a6f7b904f493812d7e3d732a1389e632118f833e8
3- size 34433472
2+ oid sha256:73623eebcf3e003a2a36ec0094cd43c7584b8224297f7e1046b1286836511df7
3+ size 10682048
Original file line number Diff line number Diff line change @@ -163,6 +163,12 @@ typedef void(^AlanActivateCompletionCallback)(BOOL didActivate);
163163 */
164164- (NSString *)getSDKVersion ;
165165
166+ /* *
167+ * Provides information about current wake word model
168+ *
169+ * @return wake word model path
170+ */
171+ - (NSString *)getWakeWordModel ;
166172
167173typedef void (^AlanEventCallback)(NSString * payload);
168174/* *
@@ -200,4 +206,14 @@ typedef void(^AlanButtonStateCallback)(AlanSDKButtonState state);
200206 */
201207- (void )openScan ;
202208
209+ /* *
210+ * Shows popup with chat
211+ */
212+ - (void )openChat ;
213+
214+ /* *
215+ * Closes popup with chat
216+ */
217+ - (void )closeChat ;
218+
203219@end
Original file line number Diff line number Diff line change 11version https://git-lfs.github.com/spec/v1
2- oid sha256:300328843802aef45dd97c1ae46833bb304ac291477fb2eb613a65570ff25dd3
3- size 18303776
2+ oid sha256:47437f2931c6f1e3353099be91b47b3a611056df9b647082c1bf0021d1cfe220
3+ size 21989440
Original file line number Diff line number Diff line change @@ -163,6 +163,12 @@ typedef void(^AlanActivateCompletionCallback)(BOOL didActivate);
163163 */
164164- (NSString *)getSDKVersion ;
165165
166+ /* *
167+ * Provides information about current wake word model
168+ *
169+ * @return wake word model path
170+ */
171+ - (NSString *)getWakeWordModel ;
166172
167173typedef void (^AlanEventCallback)(NSString * payload);
168174/* *
@@ -200,4 +206,14 @@ typedef void(^AlanButtonStateCallback)(AlanSDKButtonState state);
200206 */
201207- (void )openScan ;
202208
209+ /* *
210+ * Shows popup with chat
211+ */
212+ - (void )openChat ;
213+
214+ /* *
215+ * Closes popup with chat
216+ */
217+ - (void )closeChat ;
218+
203219@end
You can’t perform that action at this time.
0 commit comments