Skip to content

Commit

Permalink
update Podspec and frameworks to 1.7.1 (#145)
Browse files Browse the repository at this point in the history
* update framework to 1.7.1

* update changelog with latest changes

* update Swift-Example config files
update changelog
  • Loading branch information
lsampras authored and iamsimranjot committed Aug 21, 2019
1 parent 32cfabf commit 3962695
Show file tree
Hide file tree
Showing 35 changed files with 1,399 additions and 1,388 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,48 @@

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

## [1.7.1] - (21/08/19) - O iOS

### Features
- Voice features STT & TTS can now be turned off

---

## [1.7.0] - (5/07/19) - I iOS

### Features
- Haptik has now newly designed Taskbox
- WebSelfServe now supports flexible height functionality
- Haptik Speech Module is added for TTS & STT

### Enhancements
- Cabs is removed from HaptikLib

### Bugs
- Conversation Scene Distortion on Chatform is fixed
- Wrong webView height for negative values is fixed
- Payment Navigation Issues Fixed

---


## [1.6.0] - (08/04/19) - U iOS

### Features
- Payments is Modularised in HaptikLib. It's now optional to use.

### Enhancements
- SSO Dependency is removed from HaptikLib
- Dev Server configuraions are given


### Bugs
- Email validation crash on signup is fixed
- Wallet Balance displayed as (null) is fixed.

---


## [1.5.0] - (06/02/19) - Oh Bug Kal Aana

### Features
Expand Down
25 changes: 7 additions & 18 deletions Examples/Swift-Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ PODS:
- GooglePlaces (= 2.7.0)
- GooglePlaces (2.7.0):
- GoogleMaps/Base (= 2.7.0)
- HaptikLib (1.7.0):
- HaptikLib/Core (= 1.7.0)
- HaptikLib/Base (1.7.0):
- HaptikLib (1.7.1):
- HaptikLib/Core (= 1.7.1)
- HaptikLib/Base (1.7.1):
- PINRemoteImage (= 3.0.0-beta.13)
- PINRemoteImage/WebP (= 3.0.0-beta.13)
- HaptikLib/Core (1.7.0):
- HaptikLib/Core (1.7.1):
- GoogleMaps (= 2.7.0)
- GooglePlacePicker (= 2.7.0)
- GooglePlaces (= 2.7.0)
Expand Down Expand Up @@ -44,7 +44,6 @@ PODS:
- libwebp/utils (1.0.0):
- libwebp/core
- libwebp/webp (1.0.0)
- NativeSSOLogin (1.0.12)
- PINCache (3.0.1-beta.6):
- PINCache/Arc-exception-safe (= 3.0.1-beta.6)
- PINCache/Core (= 3.0.1-beta.6)
Expand All @@ -70,7 +69,6 @@ PODS:

DEPENDENCIES:
- HaptikLib (from `../../`)
- NativeSSOLogin (from `https://bitbucket.org/agi_sso/nativessologin.git`, tag `1.0.12`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
Expand All @@ -86,27 +84,18 @@ SPEC REPOS:
EXTERNAL SOURCES:
HaptikLib:
:path: "../../"
NativeSSOLogin:
:git: https://bitbucket.org/agi_sso/nativessologin.git
:tag: 1.0.12

CHECKOUT OPTIONS:
NativeSSOLogin:
:git: https://bitbucket.org/agi_sso/nativessologin.git
:tag: 1.0.12

SPEC CHECKSUMS:
FLAnimatedImage: 4a0b56255d9b05f18b6dd7ee06871be5d3b89e31
GoogleMaps: f79af95cb24d869457b1f961c93d3ce8b2f3b848
GooglePlacePicker: 59ea44db173c58486ad6123993e81feefcbce9c3
GooglePlaces: 3d06e6c99654545b4738ce49648745779c25f2ef
HaptikLib: 0a92ff544865b64a6680aa0cf46ee260fd075f09
HaptikLib: 93be97e66e44fb3b5abd3a891a34667a490c99ea
libwebp: d7e0c95fe97245c97e08101eba10702ebb0f6101
NativeSSOLogin: b81acc6e47bef8f4d55776d7cd0c778cd6a1b7f8
PINCache: d195fdba255283f7e9900a55e3cced377f431f9b
PINOperation: a6219e6fc9db9c269eb7a7b871ac193bcf400aac
PINRemoteImage: d6d51c5d2adda55f1ce30c96e850b6c4ebd2856a

PODFILE CHECKSUM: 8f9429fa0d25b143bb1b990c20e72e6fc45b3149
PODFILE CHECKSUM: af48b7d0fe816286c0ab0aceecab9a38fe7f58a7

COCOAPODS: 1.6.0
COCOAPODS: 1.7.5
40 changes: 4 additions & 36 deletions Examples/Swift-Example/Swift-Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -281,34 +281,11 @@
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Swift-Example/Pods-Swift-Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework",
"${PODS_ROOT}/../../../Frameworks/Base/HaptikBase.framework",
"${PODS_ROOT}/../../../Frameworks/Base/HaptikBase.framework.dSYM",
"${PODS_ROOT}/../../../Frameworks/Core/HaptikLib.framework",
"${PODS_ROOT}/../../../Frameworks/Core/HaptikLib.framework.dSYM",
"${BUILT_PRODUCTS_DIR}/NativeSSOLogin/NativeSSOLogin.framework",
"${BUILT_PRODUCTS_DIR}/PINCache/PINCache.framework",
"${BUILT_PRODUCTS_DIR}/PINOperation/PINOperation.framework",
"${BUILT_PRODUCTS_DIR}/PINRemoteImage/PINRemoteImage.framework",
"${BUILT_PRODUCTS_DIR}/libwebp/libwebp.framework",
"${PODS_ROOT}/Target Support Files/Pods-Swift-Example/Pods-Swift-Example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
);
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FLAnimatedImage.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HaptikBase.framework",
"${DWARF_DSYM_FOLDER_PATH}/HaptikBase.framework.dSYM",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HaptikLib.framework",
"${DWARF_DSYM_FOLDER_PATH}/HaptikLib.framework.dSYM",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NativeSSOLogin.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PINCache.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PINOperation.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PINRemoteImage.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libwebp.framework",
"${PODS_ROOT}/Target Support Files/Pods-Swift-Example/Pods-Swift-Example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand All @@ -321,20 +298,11 @@
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Swift-Example/Pods-Swift-Example-resources.sh",
"${PODS_ROOT}/GoogleMaps/Maps/Frameworks/GoogleMaps.framework/Resources/GoogleMaps.bundle",
"${PODS_ROOT}/GooglePlacePicker/Frameworks/GooglePlacePicker.framework/Resources/GooglePlacePicker.bundle",
"${PODS_ROOT}/GooglePlaces/Frameworks/GooglePlaces.framework/Resources/GooglePlaces.bundle",
"${PODS_ROOT}/Target Support Files/Pods-Swift-Example/Pods-Swift-Example-resources-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Copy Pods Resources";
outputFileListPaths = (
);
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMaps.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GooglePlacePicker.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GooglePlaces.bundle",
"${PODS_ROOT}/Target Support Files/Pods-Swift-Example/Pods-Swift-Example-resources-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down
Loading

0 comments on commit 3962695

Please sign in to comment.