Skip to content

Commit

Permalink
1.2.0 (#17)
Browse files Browse the repository at this point in the history
* Update CHANGELOG

* Updated to 1.2.0

* Updated to 1.2.0
  • Loading branch information
surajhaptik authored Feb 17, 2023
1 parent 98d3763 commit ea8312d
Show file tree
Hide file tree
Showing 46 changed files with 571 additions and 5,958 deletions.
Binary file added .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).

## [1.2.0)] - (17/02/23)
### Enhancements
- Update notifications

## [1.1.0)] - (18/11/22)
### Enhancements
- Update reverie headers
Expand Down
Binary file added Example/.DS_Store
Binary file not shown.
32 changes: 16 additions & 16 deletions Example/Demo_pod/Demo_pod/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,22 @@
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>HaptikCommerceLib</key>
<dict>
<key>baseUrl</key>
<string>Your_Base_URL</string>
<key>clientID</key>
<string>Your_Clien_ID</string>
<key>runEnvironment</key>
<string>1</string>
<key>google-api-key</key>
<string>your_google-api-key-vCM</string>
<key>reverie-api-key</key>
<string>your_reverie-api-key</string>
<key>reverie-app-id</key>
<string>your_reverie_app_id</string>
<key>reverie-domain</key>
<string>ecomm</string>
</dict>
<dict>
<key>baseUrl</key>
<string>https://jiomart.haptikapi.net</string>
<key>clientID</key>
<string>jiomart</string>
<key>runEnvironment</key>
<string>1</string>
<key>google-api-key</key>
<string>your_google-api-key-vCM</string>
<key>reverie-api-key</key>
<string>57375232ecf271edf0b290d78647ed105a4ed2f4</string>
<key>reverie-app-id</key>
<string>prod.jiomart</string>
<key>reverie-domain</key>
<string>ecomm</string>
</dict>
<key>NSMicrophoneUsageDescription</key>
<string>Microphone Speech permission</string>
<key>NSSpeechRecognitionUsageDescription</key>
Expand Down
4 changes: 2 additions & 2 deletions Example/Demo_pod/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- HaptikCommerceLib (1.0.1):
- HaptikCommerceLib (1.2.0):
- Starscream (~> 4.0)
- Starscream (4.0.4)

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

SPEC CHECKSUMS:
HaptikCommerceLib: 5313aff500f7d865dfe64069fc820278be79818f
HaptikCommerceLib: 7817f221b5889393b737c0895073c02ebdeb8e37
Starscream: 5178aed56b316f13fa3bc55694e583d35dd414d9

PODFILE CHECKSUM: e3dc97a398cf52f781f49c8ab59e9895e3eff52d
Expand Down

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

4 changes: 2 additions & 2 deletions Example/Demo_pod/Pods/Manifest.lock

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 added Frameworks/.DS_Store
Binary file not shown.

Large diffs are not rendered by default.

Loading

0 comments on commit ea8312d

Please sign in to comment.