Skip to content

Commit e417cbc

Browse files
authored
- update project and framework (#14)
1 parent 01b111b commit e417cbc

56 files changed

Lines changed: 2905 additions & 2900 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.

CHANGELOG.md

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

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

5+
## [1.0.0)] - (02/06/22)
6+
### Enhancements
7+
- Fix conflicts with other haptik modules
8+
- Reduce reverie TTS voice
9+
510
## [0.2.8] - (08/03/22)
611

712
### Enhancements

Example/Demo_pod/Demo_pod/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ViewController: UIViewController, HPExternalEvent{
2828

2929
@IBAction func launchPressed(_ sender: Any) {
3030

31-
let attributes = HPAttributesBuilder.build { (builder) in
31+
let attributes = HPCommerceAttributesBuilder.build { (builder) in
3232

3333
builder.category = "grocery"
3434
builder.voiceFirst = true

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 (0.2.8):
2+
- HaptikCommerceLib (1.0.0):
33
- Starscream (~> 4.0.0)
44
- Starscream (4.0.4)
55

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

1717
SPEC CHECKSUMS:
18-
HaptikCommerceLib: 2d92090ff31917e10badda0cc7c7cdd923c967f4
18+
HaptikCommerceLib: a10b512211fbdab0508913b6b5a3024c87d6ba9d
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-xcframeworks.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Frameworks/HaptikCommerceLib/HaptikCommerce.BCSymbolMaps/462EF493-583A-3B13-AF26-5839C36302D9.bcsymbolmap renamed to Frameworks/HaptikCommerceLib/HaptikCommerce.BCSymbolMaps/41EABB21-CAC6-3588-800E-3B4D10EDDBCD.bcsymbolmap

Lines changed: 400 additions & 400 deletions
Large diffs are not rendered by default.

Frameworks/HaptikCommerceLib/archives/0_HaptikCommerce.xcarchive/BCSymbolMaps/B1F071ED-F5DC-3EF4-8E86-79EED6A7DB6D.bcsymbolmap renamed to Frameworks/HaptikCommerceLib/HaptikCommerce.BCSymbolMaps/9C9FB019-06E7-3F5E-87DC-01C74DB03EEC.bcsymbolmap

Lines changed: 557 additions & 557 deletions
Large diffs are not rendered by default.

Frameworks/HaptikCommerceLib/HaptikCommerce.BCSymbolMaps/91A63970-B23E-3C90-A024-6ECC7251C3AD.bcsymbolmap renamed to Frameworks/HaptikCommerceLib/HaptikCommerce.BCSymbolMaps/F59EB080-28A2-3EF3-96AB-2495977960D1.bcsymbolmap

Lines changed: 400 additions & 400 deletions
Large diffs are not rendered by default.

Frameworks/HaptikCommerceLib/HaptikCommerce.dSYMs/HaptikCommerce.framework.ios-arm64_armv7.dSYM/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>0.2.8</string>
16+
<string>1.0.0</string>
1717
<key>CFBundleVersion</key>
18-
<string>9</string>
18+
<string>10</string>
1919
</dict>
2020
</plist>

0 commit comments

Comments
 (0)