Skip to content

Commit

Permalink
update to v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ksvcci committed Jul 12, 2018
1 parent cb6361a commit 69aa80b
Show file tree
Hide file tree
Showing 24 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions UIDemo/KSYLiveUIDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.0.3</string>
<string>3.0.4</string>
<key>CFBundleVersion</key>
<string>3.0.3.1</string>
<string>3.0.4.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion demo/KSYLiveDemo-dy-framework.xcconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OTHER_CFLAGS = -I../framework/
OTHER_LDFLAGS = $(inherited) -ObjC -all_load -framework libksygpulive -framework GPUImage -framework Bugly -framework YYImage -lstdc++.6 -lz -lZipArchive -L../framework/
OTHER_LDFLAGS = $(inherited) -ObjC -all_load -framework libksygpulive -framework GPUImage -framework Bugly -framework YYImage -lc++ -lz -lZipArchive -L../framework/
IPHONEOS_DEPLOYMENT_TARGET = 8.0
FRAMEWORK_SEARCH_PATHS = $(inherited) ../framework/ ../framework/dynamic
2 changes: 1 addition & 1 deletion demo/KSYLiveDemo-framework.xcconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
OTHER_CFLAGS = -I../framework/
OTHER_LDFLAGS = $(inherited) -ObjC -all_load -framework libksygpulive -framework GPUImage -framework Bugly -framework YYImage -lstdc++.6 -lz -lZipArchive -L../framework/
OTHER_LDFLAGS = $(inherited) -ObjC -all_load -framework libksygpulive -framework GPUImage -framework Bugly -framework YYImage -lc++ -lz -lZipArchive -L../framework/
FRAMEWORK_SEARCH_PATHS = $(inherited) ../framework/ ../framework/static
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>3.0.3</string>
<string>3.0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.0.3.1</string>
<string>3.0.4.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: 2018-04-23 06:41:49 +0000
Time: 2018-07-12 03:00:36 +0000
Loading

0 comments on commit 69aa80b

Please sign in to comment.