Skip to content

Commit

Permalink
Update AlanSDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
snyuryev committed Apr 12, 2024
1 parent 5995055 commit dfae06b
Show file tree
Hide file tree
Showing 20 changed files with 101 additions and 105 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.12.0'
s.version = '3.13.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 @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>AlanSDK.framework/AlanSDK</string>
<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>
<dict>
<key>BinaryPath</key>
<string>AlanSDK.framework/AlanSDK</string>
<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>
</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
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
#ifndef ALANSDK_SWIFT_H
#define ALANSDK_SWIFT_H
#pragma clang diagnostic push
Expand Down
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
// swift-module-flags: -target arm64-apple-ios15.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name AlanSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
// swift-module-flags: -target arm64-apple-ios15.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name AlanSDK
@_exported import AlanSDK
import Combine
import DeveloperToolsSupport
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
// swift-module-flags: -target arm64-apple-ios15.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name AlanSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
// swift-module-flags: -target arm64-apple-ios15.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name AlanSDK
@_exported import AlanSDK
import Combine
import DeveloperToolsSupport
Expand Down
Git LFS file not shown
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
#ifndef ALANSDK_SWIFT_H
#define ALANSDK_SWIFT_H
#pragma clang diagnostic push
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
// swift-module-flags: -target arm64-apple-ios15.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name AlanSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
// swift-module-flags: -target arm64-apple-ios15.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name AlanSDK
@_exported import AlanSDK
import Combine
import DeveloperToolsSupport
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
// swift-module-flags: -target arm64-apple-ios15.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name AlanSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
// swift-module-flags: -target arm64-apple-ios15.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name AlanSDK
@_exported import AlanSDK
import Combine
import DeveloperToolsSupport
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Assets.car</key>
<data>
GWmqgCGcsqN8Tkz/hiR2u1MPblY=
zCjN6s6pNF+vvom3LUF8GGQE1TA=
</data>
<key>Headers/AlanButton.h</key>
<data>
Expand All @@ -26,7 +26,7 @@
</data>
<key>Headers/AlanSDK-Swift.h</key>
<data>
DXCQxkHg+EQM/SKNMPyvXVWc7X8=
qWRfSWJ+P4CJnQ1hkCWT5axKon0=
</data>
<key>Headers/AlanSDK.h</key>
<data>
Expand All @@ -42,31 +42,31 @@
</data>
<key>Info.plist</key>
<data>
p7EkgSQE46UW00wo4JKynhxj/WU=
0lTcSeWyqkyniAzUFz7KCRKN8+E=
</data>
<key>Modules/AlanSDK.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo</key>
<data>
EDwaM4KJXTcMZoHP5P618bOoFA0=
/oV/d2sGNWvSatAcnCUaj3odiTY=
</data>
<key>Modules/AlanSDK.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
<data>
sjUwjXk/UvGd1EbfoeDazsRyssc=
</data>
<key>Modules/AlanSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
<data>
QPFgIU+5/kolSCMyZe8pXiVo/U4=
+k+kFPG98smvVxzObiLaFXA4/pk=
</data>
<key>Modules/AlanSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<data>
LWB0gRBiWrX+pz8nhuBcLUy7Gfg=
xBbM6wmjQa8kVV8M2mUKP3KJUdU=
</data>
<key>Modules/AlanSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
<data>
QPFgIU+5/kolSCMyZe8pXiVo/U4=
+k+kFPG98smvVxzObiLaFXA4/pk=
</data>
<key>Modules/AlanSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<data>
K+8cferQjj4nv4//axLTXwM5tLk=
sd9jO6W+AsxYBYE3QkpHTUh9DxM=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -99,7 +99,7 @@
<dict>
<key>hash2</key>
<data>
ChnOqrwKifVFos5XfrGE4dGP1mrqPBDdyV9J64LLT3I=
4wxMeVdcrdBlH/6ejrxLRRmx8UXsNCJKqtmdw16IOso=
</data>
</dict>
<key>Headers/AlanButton.h</key>
Expand Down Expand Up @@ -134,7 +134,7 @@
<dict>
<key>hash2</key>
<data>
bePZtMQQdT+tKTGfjkM6hsfEdtiHVxraZMWYillzgFo=
hzVyR1zYi/gWhnjTeWikbzOz8ZVA97c9k3PB19WOork=
</data>
</dict>
<key>Headers/AlanSDK.h</key>
Expand Down Expand Up @@ -162,7 +162,7 @@
<dict>
<key>hash2</key>
<data>
32fum08M4MdZx+BeKKKqaBneRxrgilXsTAThCkCH/OM=
23sfdEXY89NC+B8dcoagLPw/Qph+eWZz/kvuXibqyEI=
</data>
</dict>
<key>Modules/AlanSDK.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
Expand All @@ -176,28 +176,28 @@
<dict>
<key>hash2</key>
<data>
At7ZPbqmhfzA9ypRqA0LBqzbMyZFJzPIL2RqPNKKqGw=
R/BJ7xOdamC3OSkrSp35SNCyPRvCiA9FBXPCJVlFWEY=
</data>
</dict>
<key>Modules/AlanSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<dict>
<key>hash2</key>
<data>
jPBaxLgoT/mo4nKMh49t34KdbWJOCeS4w0bpktLtmKc=
gTZtx0GVwHZMSVwq8UjHHeh6lYSD5Wxtho8q7Gd9aJQ=
</data>
</dict>
<key>Modules/AlanSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
At7ZPbqmhfzA9ypRqA0LBqzbMyZFJzPIL2RqPNKKqGw=
R/BJ7xOdamC3OSkrSp35SNCyPRvCiA9FBXPCJVlFWEY=
</data>
</dict>
<key>Modules/AlanSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<dict>
<key>hash2</key>
<data>
YXQ4A+rL5/zio+gZqkPoOd328XoqvoE2Iz8COwAcobA=
QLtfbqpsLbpVoyIngyGVKYJ+Z9Yc29M2tnKw0VDcqmk=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down

0 comments on commit dfae06b

Please sign in to comment.