Skip to content

Commit

Permalink
update to v2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ksvcci authored and Franken Zeng committed Jan 14, 2018
1 parent b34559f commit f3acafd
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions demo/KSYLiveDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.9.1</string>
<string>2.9.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.9.1.0</string>
<string>2.9.2.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion 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.KSYLive_iOS.docset
Time: 2017-10-27 12:03:08 +0000
Time: 2017-11-02 11:59:23 +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.
2 changes: 1 addition & 1 deletion libksygpulive.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'libksygpulive'
s.version = '2.9.1'
s.version = '2.9.2'
s.license = {
:type => 'Proprietary',
:text => <<-LICENSE
Expand Down
4 changes: 2 additions & 2 deletions prebuilt/include/KSYStreamer/libksystreamerbase.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
#import "KSYMessage.h"
#import "KSYTranscoder.h"

#define KSYSTREAMERBASE_VER 2.9.1
#define KSYSTREAMERBASE_ID 9f24c6d22931010c227a5cb855df068b6a9ec888
#define KSYSTREAMERBASE_VER 2.9.2
#define KSYSTREAMERBASE_ID 09b2da880fdb3245caa00e7ef3f0ea2c1c8e1d13
Binary file modified prebuilt/libs/libksystreamerbase.a
Binary file not shown.
2 changes: 1 addition & 1 deletion releaseFramework/release-libKSYLive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function xDownload() {
if [ ! -d "${DST_DIR}/${FILE_NAME}.framework" ]; then
echo "download ${FILE_NAME}.framework(${IOS_URL}) to ${DST_DIR}"
curl ${IOS_URL} -o ${ZIP_FILE}
unzip -o -q ${ZIP_FILE} -d ${DST_DIR}/
unzip -q ${ZIP_FILE} -d ${DST_DIR}/
rm ${ZIP_FILE}
fi
}
Expand Down

0 comments on commit f3acafd

Please sign in to comment.