Skip to content

Commit

Permalink
Update sdk version.
Browse files Browse the repository at this point in the history
  • Loading branch information
snyuryev committed Oct 2, 2022
1 parent 939dd25 commit dc781b8
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 12 deletions.
2 changes: 1 addition & 1 deletion AlanSDK-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'AlanSDK-iOS'
s.version = '3.6.0'
s.version = '3.6.1'
s.summary = 'Conversational Voice AI Platform.'
s.description = <<-DESC
The Alan Voice AI Platform provides a framework for fast and easy development and deployment of voice experiences for your applications.
Expand Down
Git LFS file not shown
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ typedef NS_ENUM(NSInteger, AlanSDKButtonSound) {
*/
- (instancetype)initWithConfig:(AlanConfig *)config;

/**
* Sends text via Alan
*
* @param textString Texts to be sent
*/
- (void)sendText:(NSString *)textString;

/**
Plays text via Alan
Expand Down Expand Up @@ -188,4 +195,9 @@ typedef void(^AlanButtonStateCallback)(AlanSDKButtonState state);
*/
- (BOOL)getWakewordEnabled;

/**
* Shows QR code scanner
*/
- (void)openScan;

@end
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ FOUNDATION_EXPORT double AlanSDKVersionNumber;

//! Project version string for AlanSDK.
FOUNDATION_EXPORT const unsigned char AlanSDKVersionString[];

/// Version string
FOUNDATION_EXPORT NSString *kAlanSDKVersionString;
Binary file not shown.
Git LFS file not shown
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ typedef NS_ENUM(NSInteger, AlanSDKButtonSound) {
*/
- (instancetype)initWithConfig:(AlanConfig *)config;

/**
* Sends text via Alan
*
* @param textString Texts to be sent
*/
- (void)sendText:(NSString *)textString;

/**
Plays text via Alan
Expand Down Expand Up @@ -188,4 +195,9 @@ typedef void(^AlanButtonStateCallback)(AlanSDKButtonState state);
*/
- (BOOL)getWakewordEnabled;

/**
* Shows QR code scanner
*/
- (void)openScan;

@end
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ FOUNDATION_EXPORT double AlanSDKVersionNumber;

//! Project version string for AlanSDK.
FOUNDATION_EXPORT const unsigned char AlanSDKVersionString[];

/// Version string
FOUNDATION_EXPORT NSString *kAlanSDKVersionString;
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<dict>
<key>Assets.car</key>
<data>
LIvI2KVjSGwRR81qw3a8NvUk2BM=
8CXvBA0PXncidC3l/4g5Hsc7ThE=
</data>
<key>Headers/AlanButton.h</key>
<data>
QXH5ymtVFQY+EVw1mLulA2zjtIc=
qMsP2X0wfHqcSXPUARMu2UUB0VU=
</data>
<key>Headers/AlanConfig.h</key>
<data>
Expand All @@ -26,15 +26,15 @@
</data>
<key>Headers/AlanSDK.h</key>
<data>
U7JiIKEU/fdEOBWz6Z8g0hox2t8=
Q/1IaUtCVDVDMs5mlOwYRqYp+jw=
</data>
<key>Headers/AlanText.h</key>
<data>
njTsYqGZo/B0FtQboRmt0mnEfyc=
</data>
<key>Info.plist</key>
<data>
8fi52vJ9FfC3gj6ZkF7u2H04ltg=
0iRmcX+5F9bpR4+vX8GD+0l1K18=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -71,14 +71,14 @@
<dict>
<key>hash2</key>
<data>
16Qby/yCJS8yUN4GALHWmH0doYyqVq1/LWby0ztm7r4=
nbhjItZWCI3/ZLIKTu7z81k+9hdNc8E/XehVCw3bcKc=
</data>
</dict>
<key>Headers/AlanButton.h</key>
<dict>
<key>hash2</key>
<data>
+ppv4JrsoobspFJxI7z9Is5KFwPeDja1fTKGinGFa8E=
RYT/ous3PXGPb7PpMxLip0Bh2QKFP+BO0KneIMAjetA=
</data>
</dict>
<key>Headers/AlanConfig.h</key>
Expand Down Expand Up @@ -106,7 +106,7 @@
<dict>
<key>hash2</key>
<data>
X/Hg+3Km0nk5RJPUdHj69lBEFnV4+5fmSz7JL7P8rog=
wSdj0VGA1QM9Rw42+WCc9g9iEJQcJqD5hnmVUEv54WM=
</data>
</dict>
<key>Headers/AlanText.h</key>
Expand Down

0 comments on commit dc781b8

Please sign in to comment.