Skip to content

Commit

Permalink
Merge pull request #121 from hyperverge/release/0.25.1
Browse files Browse the repository at this point in the history
updated to 0.25.1
  • Loading branch information
mnive93 authored Jun 25, 2024
2 parents 5abac11 + 4370ebf commit 568ead3
Show file tree
Hide file tree
Showing 36 changed files with 1,269 additions and 1,219 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## CHANGELOG
### 0.25.1 *[25 Jun 2024]*
- Enhancements
- Use cloudfront bucket to fetch WebSDK
- Bug-fixes
- Fix Webform launching issues when SDK is launched multiple times
- Maintenance
- Use HyperSnapSDK `4.23.0`

### 0.25.0 *[20 Jun 2024]*
- Features
- Support Webforms
Expand Down
10 changes: 5 additions & 5 deletions Core/HyperKYC.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>HyperKYC.framework/HyperKYC</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>HyperKYC.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>HyperKYC.framework/HyperKYC</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>HyperKYC.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
Binary file modified Core/HyperKYC.xcframework/ios-arm64/HyperKYC.framework/HyperKYC
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no, maximum-scale=1.0, minimum-scale=1.0" />
<link rel="preload" href="https://hv-camera-web-sg.s3.ap-southeast-1.amazonaws.com/[email protected]/src/sdk.native.min.js" as="script" />
<link rel="preload" href="https://d2xx0mnrufenv6.cloudfront.net/[email protected]/src/sdk.native.min.js" as="script" />
<!-- <script src="../src/sdk.native.min.js"></script> -->
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.9.6/lottie.min.js" as="script" />
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.9.6/lottie.min.js" as="script" />
</head>

<body>
<script src="https://hv-camera-web-sg.s3.ap-southeast-1.amazonaws.com/[email protected]/src/sdk.native.min.js"></script>
<script src="https://d2xx0mnrufenv6.cloudfront.net/[email protected]/src/sdk.native.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.9.6/lottie.min.js"></script>
</body>
<script type="text/javascript">
Expand Down
Binary file not shown.
Loading

0 comments on commit 568ead3

Please sign in to comment.