Skip to content

Commit 1ec27b1

Browse files
authored
Release 2.0.0 (#18)
* update artifact update podspec * update change-log
1 parent ea8312d commit 1ec27b1

78 files changed

Lines changed: 23514 additions & 14468 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.DS_Store

0 Bytes
Binary file not shown.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [2.0.0)] - (23/03/23)
6+
### Enhancements
7+
- Update SDK integration
8+
59
## [1.2.0)] - (17/02/23)
610
### Enhancements
711
- Update notifications

Example/.DS_Store

0 Bytes
Binary file not shown.

Example/Demo_pod/.DS_Store

0 Bytes
Binary file not shown.

Example/Demo_pod/Demo_pod/AppDelegate.swift

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,23 @@
66
//
77

88
import UIKit
9+
import HaptikCommerce
910

1011
@main
1112
class AppDelegate: UIResponder, UIApplicationDelegate {
12-
13-
var window: UIWindow?
13+
14+
var window: UIWindow?
1415

1516
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
1617
// Override point for customization after application launch.
18+
// Setup Google Services
19+
HaptikCommerceLib.sharedSDK.setupGoogle(apiKey: "Your_Google_Key");
20+
21+
// Setup Reverie Services
22+
HaptikCommerceLib.sharedSDK.setupReverie(apiKey: "Your_Reverie_Key", appId: "Reverie_AppId", domain: "Reverie_Domain")
23+
1724
return true
1825
}
19-
26+
2027
}
2128

Example/Demo_pod/Demo_pod/Info.plist

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,14 @@
4444
<string>UIInterfaceOrientationLandscapeRight</string>
4545
</array>
4646
<key>HaptikCommerceLib</key>
47-
<dict>
48-
<key>baseUrl</key>
49-
<string>https://jiomart.haptikapi.net</string>
50-
<key>clientID</key>
51-
<string>jiomart</string>
52-
<key>runEnvironment</key>
53-
<string>1</string>
54-
<key>google-api-key</key>
55-
<string>your_google-api-key-vCM</string>
56-
<key>reverie-api-key</key>
57-
<string>57375232ecf271edf0b290d78647ed105a4ed2f4</string>
58-
<key>reverie-app-id</key>
59-
<string>prod.jiomart</string>
60-
<key>reverie-domain</key>
61-
<string>ecomm</string>
62-
</dict>
47+
<dict>
48+
<key>baseUrl</key>
49+
<string>your_base_url</string>
50+
<key>clientID</key>
51+
<string>your_client_id</string>
52+
<key>runEnvironment</key>
53+
<string>1</string>
54+
</dict>
6355
<key>NSMicrophoneUsageDescription</key>
6456
<string>Microphone Speech permission</string>
6557
<key>NSSpeechRecognitionUsageDescription</key>

Example/Demo_pod/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- HaptikCommerceLib (1.2.0):
2+
- HaptikCommerceLib (2.0.0):
33
- Starscream (~> 4.0)
44
- Starscream (4.0.4)
55

@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515
:path: "../../"
1616

1717
SPEC CHECKSUMS:
18-
HaptikCommerceLib: 7817f221b5889393b737c0895073c02ebdeb8e37
18+
HaptikCommerceLib: 813c7f6d54318bcd68ce6d23917fb87c4ec533df
1919
Starscream: 5178aed56b316f13fa3bc55694e583d35dd414d9
2020

2121
PODFILE CHECKSUM: e3dc97a398cf52f781f49c8ab59e9895e3eff52d

Example/Demo_pod/Pods/Local Podspecs/HaptikCommerceLib.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Demo_pod/Pods/Manifest.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Demo_pod/Pods/Target Support Files/HaptikCommerceLib/HaptikCommerceLib-copy-dsyms-input-files.xcfilelist

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)