Skip to content

Commit 03e744a

Browse files
committed
Merge branch 'develop'
2 parents ee5c2ef + 7b29020 commit 03e744a

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
WaxSealCore [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/TongG/WaxSealCore?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
22
===========
33

4+
### What's New in This Version (v2.0.1)
5+
* Solved the percent escapes problem of `URL` property for `WSCKeychain`
6+
47
### What's WaxSealCore
58

69
WaxSealCore is a modern and full feature Objective-C wrapper for [*Keychain Services*](https://developer.apple.com/library/mac/documentation/Security/Reference/keychainservices/index.html) and [*Certificate, Key, and Trust Services*](https://developer.apple.com/library/mac/documentation/Security/Reference/certifkeytrustservices/index.html) that works on Mac.
@@ -213,10 +216,6 @@ else
213216
NSLog( @"I'm so sorry!" );
214217
```
215218

216-
### What's New in This Version (v2.0)
217-
* Supports processing the X.509 certificates
218-
* Bug fixes
219-
220219
### Documentation
221220

222221
* [Read online](https://tongg.github.io/WaxSealCore-Doc)

WaxSealCore.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -737,8 +737,8 @@
737737
buildSettings = {
738738
CLANG_ENABLE_OBJC_ARC = NO;
739739
COMBINE_HIDPI_IMAGES = YES;
740-
DYLIB_COMPATIBILITY_VERSION = 2.0;
741-
DYLIB_CURRENT_VERSION = 2.0;
740+
DYLIB_COMPATIBILITY_VERSION = 2.0.1;
741+
DYLIB_CURRENT_VERSION = 2.0.1;
742742
FRAMEWORK_SEARCH_PATHS = (
743743
"$(inherited)",
744744
"$(SRCROOT)",
@@ -759,8 +759,8 @@
759759
buildSettings = {
760760
CLANG_ENABLE_OBJC_ARC = NO;
761761
COMBINE_HIDPI_IMAGES = YES;
762-
DYLIB_COMPATIBILITY_VERSION = 2.0;
763-
DYLIB_CURRENT_VERSION = 2.0;
762+
DYLIB_COMPATIBILITY_VERSION = 2.0.1;
763+
DYLIB_CURRENT_VERSION = 2.0.1;
764764
FRAMEWORK_SEARCH_PATHS = (
765765
"$(inherited)",
766766
"$(SRCROOT)",

0 commit comments

Comments
 (0)