Skip to content

Commit 9b38364

Browse files
authored
R 1.5.0 (#28)
* replace artifact * update podspec and installed pods * update chang-log
1 parent 977abec commit 9b38364

File tree

67 files changed

+5570
-5340
lines changed

Some content is hidden

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

67 files changed

+5570
-5340
lines changed

.DS_Store

0 Bytes
Binary file not shown.

CHANGELOG.md

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

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

5+
## [1.5.0]
6+
7+
### Enhancements
8+
- Remove CSS Caching
9+
- Add `customCss` param in `HPCustomBuilder`
10+
511
## [1.4.0]
612

713
### Enhancements

Example/.DS_Store

0 Bytes
Binary file not shown.

Example/Example-Dep/.DS_Store

0 Bytes
Binary file not shown.

Example/Example-Dep/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- HPWebKit (1.4.0)
2+
- HPWebKit (1.5.0)
33

44
DEPENDENCIES:
55
- HPWebKit (from `../../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: "../../"
1010

1111
SPEC CHECKSUMS:
12-
HPWebKit: c5e8387c4da47fe2bb11b20df376e0f0c86b88e8
12+
HPWebKit: 3be14bc43c6ef6aad1bcc8bdc586a50a224e91d8
1313

1414
PODFILE CHECKSUM: 642cd3f219e2a9978a1dca0b5f97ec3977b282d0
1515

Frameworks/.DS_Store

0 Bytes
Binary file not shown.

Frameworks/HaptikWebKit/HPWebKit.BCSymbolMaps/79BA10F7-66B0-3E6F-A7AA-9CC92DDB1E5F.bcsymbolmap renamed to Frameworks/HaptikWebKit/HPWebKit.BCSymbolMaps/4A371C64-44E7-351A-BC4D-64E8AF333362.bcsymbolmap

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

Frameworks/HaptikWebKit/HPWebKit.dSYMs/HPWebKit.framework.ios-arm64.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>1.4.0</string>
16+
<string>1.5.0</string>
1717
<key>CFBundleVersion</key>
18-
<string>23</string>
18+
<string>24</string>
1919
</dict>
2020
</plist>

Frameworks/HaptikWebKit/HPWebKit.dSYMs/HPWebKit.framework.ios-arm64_x86_64-simulator.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>1.4.0</string>
16+
<string>1.5.0</string>
1717
<key>CFBundleVersion</key>
18-
<string>23</string>
18+
<string>24</string>
1919
</dict>
2020
</plist>

0 commit comments

Comments
 (0)