Skip to content

Commit

Permalink
update to v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ksysdkci committed Mar 1, 2018
1 parent 304cc37 commit 1023f4a
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions demo/KSYHTTPCacheDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.3</string>
<string>1.2.4</string>
<key>CFBundleVersion</key>
<string>1.2.3.0</string>
<string>1.2.4.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
4 changes: 2 additions & 2 deletions doc/docset-installed.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Documentation set was installed to Xcode!

Path: /Users/ksvc/Library/Developer/Shared/Documentation/DocSets/com.ksyun.KSYHTTPCacheDemo_iOS.docset
Time: 2018-01-11 08:42:56 +0000
Path: /Users/ksyci/Library/Developer/Shared/Documentation/DocSets/com.ksyun.KSYHTTPCacheDemo_iOS.docset
Time: 2018-03-01 11:57:52 +0000
Binary file modified doc/docset/Contents/Resources/docSet.dsidx
Binary file not shown.
Binary file modified doc/docset/Contents/Resources/docSet.dsidx-shm
Binary file not shown.
Binary file modified doc/docset/Contents/Resources/docSet.dsidx-wal
Binary file not shown.
Binary file modified doc/docset/Contents/Resources/docSet.skidx
Binary file not shown.
Binary file modified doc/docset/Contents/Resources/docSet.toc
Binary file not shown.
Binary file modified doc/docset/Contents/Resources/docSet.tokencache
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,5 @@

@end

#define KSYHTTPCACHE_VER 1.2.3
#define KSYHTTPCACHE_ID 5cf9e18d38ee70a735c8804329dec42b01d02396
#define KSYHTTPCACHE_VER 1.2.4
#define KSYHTTPCACHE_ID e0dfb20f50cd958f6be8aee0b71101a60d014322
Binary file modified framework/KSYHTTPCache.framework/Info.plist
Binary file not shown.
Binary file modified framework/KSYHTTPCache.framework/KSYHTTPCache
Binary file not shown.
2 changes: 1 addition & 1 deletion ksyhttpcache.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ksyhttpcache'
s.version = '1.2.3'
s.version = '1.2.4'
s.license = {
:type => 'Proprietary',
:text => <<-LICENSE
Expand Down

0 comments on commit 1023f4a

Please sign in to comment.