Skip to content

Commit

Permalink
Release 2.1.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushmanG26 authored Jul 26, 2023
1 parent 1ec27b1 commit 82569d7
Show file tree
Hide file tree
Showing 56 changed files with 9,155 additions and 2,420 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.1.0] - (26/07/23)
### Bug Fixes
- Fixed Crashes

## [2.0.0)] - (23/03/23)
### Enhancements
- Update SDK integration
Expand Down
Binary file modified Example/.DS_Store
Binary file not shown.
5 changes: 5 additions & 0 deletions Example/Demo_pod/Demo_pod/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
<key>runEnvironment</key>
<string>1</string>
</dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSMicrophoneUsageDescription</key>
<string>Microphone Speech permission</string>
<key>NSSpeechRecognitionUsageDescription</key>
Expand Down
6 changes: 3 additions & 3 deletions Example/Demo_pod/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- HaptikCommerceLib (2.0.0):
- HaptikCommerceLib (2.1.0):
- Starscream (~> 4.0)
- Starscream (4.0.4)

Expand All @@ -15,9 +15,9 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
HaptikCommerceLib: 813c7f6d54318bcd68ce6d23917fb87c4ec533df
HaptikCommerceLib: dde9ba0021f4708942a80262c1171f8195183c1a
Starscream: 5178aed56b316f13fa3bc55694e583d35dd414d9

PODFILE CHECKSUM: e3dc97a398cf52f781f49c8ab59e9895e3eff52d

COCOAPODS: 1.11.3
COCOAPODS: 1.12.1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Example/Demo_pod/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 35 additions & 35 deletions Example/Demo_pod/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Frameworks/.DS_Store
Binary file not shown.
Binary file modified Frameworks/HaptikCommerceLib/.DS_Store
Binary file not shown.
Loading

0 comments on commit 82569d7

Please sign in to comment.