Skip to content

Commit

Permalink
Release 2.0.0 (#18)
Browse files Browse the repository at this point in the history
* update artifact
update podspec

* update change-log
  • Loading branch information
ketanhaptik authored Mar 24, 2023
1 parent ea8312d commit 1ec27b1
Show file tree
Hide file tree
Showing 78 changed files with 23,514 additions and 14,468 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.0.0)] - (23/03/23)
### Enhancements
- Update SDK integration

## [1.2.0)] - (17/02/23)
### Enhancements
- Update notifications
Expand Down
Binary file modified Example/.DS_Store
Binary file not shown.
Binary file modified Example/Demo_pod/.DS_Store
Binary file not shown.
13 changes: 10 additions & 3 deletions Example/Demo_pod/Demo_pod/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,23 @@
//

import UIKit
import HaptikCommerce

@main
class AppDelegate: UIResponder, UIApplicationDelegate {

var window: UIWindow?
var window: UIWindow?

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
// Setup Google Services
HaptikCommerceLib.sharedSDK.setupGoogle(apiKey: "Your_Google_Key");

// Setup Reverie Services
HaptikCommerceLib.sharedSDK.setupReverie(apiKey: "Your_Reverie_Key", appId: "Reverie_AppId", domain: "Reverie_Domain")

return true
}

}

24 changes: 8 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,14 @@
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>HaptikCommerceLib</key>
<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>
<dict>
<key>baseUrl</key>
<string>your_base_url</string>
<key>clientID</key>
<string>your_client_id</string>
<key>runEnvironment</key>
<string>1</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.2.0):
- HaptikCommerceLib (2.0.0):
- Starscream (~> 4.0)
- Starscream (4.0.4)

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

SPEC CHECKSUMS:
HaptikCommerceLib: 7817f221b5889393b737c0895073c02ebdeb8e37
HaptikCommerceLib: 813c7f6d54318bcd68ce6d23917fb87c4ec533df
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.

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.
Loading

0 comments on commit 1ec27b1

Please sign in to comment.