Skip to content

Commit

Permalink
Update sdk version.
Browse files Browse the repository at this point in the history
  • Loading branch information
snyuryev committed May 15, 2023
1 parent 0f71d80 commit fa6d4c1
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 26 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.2'
s.version = '3.7.0'
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
10 changes: 5 additions & 5 deletions AlanSDK-iOS/Frameworks/AlanSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>AlanSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>AlanSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Git LFS file not shown
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@ typedef void(^AlanActivateCompletionCallback)(BOOL didActivate);
*/
- (NSString*)getSDKVersion;

/**
* Provides information about current wake word model
*
* @return wake word model path
*/
- (NSString*)getWakeWordModel;

typedef void(^AlanEventCallback)(NSString* payload);
/**
Expand Down Expand Up @@ -200,4 +206,14 @@ typedef void(^AlanButtonStateCallback)(AlanSDKButtonState state);
*/
- (void)openScan;

/**
* Shows popup with chat
*/
- (void)openChat;

/**
* Closes popup with chat
*/
- (void)closeChat;

@end
Binary file not shown.
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 @@ -163,6 +163,12 @@ typedef void(^AlanActivateCompletionCallback)(BOOL didActivate);
*/
- (NSString*)getSDKVersion;

/**
* Provides information about current wake word model
*
* @return wake word model path
*/
- (NSString*)getWakeWordModel;

typedef void(^AlanEventCallback)(NSString* payload);
/**
Expand Down Expand Up @@ -200,4 +206,14 @@ typedef void(^AlanButtonStateCallback)(AlanSDKButtonState state);
*/
- (void)openScan;

/**
* Shows popup with chat
*/
- (void)openChat;

/**
* Closes popup with chat
*/
- (void)closeChat;

@end
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>
q+uwsqure8+UpDrl9CaW46qzVSQ=
dObvCzO5UagFbkpJKDrqRGRuCYA=
</data>
<key>Headers/AlanButton.h</key>
<data>
qMsP2X0wfHqcSXPUARMu2UUB0VU=
FjGzd7BjlnNgO6NsM/8y/hzqdCs=
</data>
<key>Headers/AlanConfig.h</key>
<data>
Expand All @@ -34,7 +34,7 @@
</data>
<key>Info.plist</key>
<data>
Fffz7KuUa05Dp8Wk+tU4n8gL6MU=
Sw8gIvZWBLMd+bD6Did4NvmFqrc=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -44,10 +44,6 @@
<data>
scD8uUqNrNQLfjOJfbxSrNThI+k=
</data>
<key>model_20191008.tflite</key>
<data>
tZ+YjL9agk8Qkh7xhCnHq2Kqols=
</data>
<key>voice_notification_next.m4a</key>
<data>
FuA2qibM7F1/HOpuKytSYGPkOH4=
Expand All @@ -71,14 +67,14 @@
<dict>
<key>hash2</key>
<data>
S5PBk1ozX0lIfcBJk+SHsHqvMqQQulyDv576OQdesTs=
eUGk5d+qBhwZORbVRDnUTE6IFYuqGZRAnSOp4O8WRD4=
</data>
</dict>
<key>Headers/AlanButton.h</key>
<dict>
<key>hash2</key>
<data>
RYT/ous3PXGPb7PpMxLip0Bh2QKFP+BO0KneIMAjetA=
irFJB+GUu0b5v28EoqnCwbA4wFxv+jbysmvKmkdchB4=
</data>
</dict>
<key>Headers/AlanConfig.h</key>
Expand Down Expand Up @@ -130,13 +126,6 @@
16Z+p+9XRjsjMH6miUL0CFVaEJ5HqJ26dh9c9WnPULQ=
</data>
</dict>
<key>model_20191008.tflite</key>
<dict>
<key>hash2</key>
<data>
9z/0XK5aobO+s2rTJaeawJcnxBtqrWQAG9CI4j2jQ7A=
</data>
</dict>
<key>voice_notification_next.m4a</key>
<dict>
<key>hash2</key>
Expand Down
Binary file not shown.

0 comments on commit fa6d4c1

Please sign in to comment.