Skip to content

Commit

Permalink
update to v1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shixuemei authored and Franken Zeng committed May 5, 2017
1 parent e6bd492 commit 999e3e0
Show file tree
Hide file tree
Showing 96 changed files with 4,724 additions and 939 deletions.
2 changes: 1 addition & 1 deletion KSYMediaPlayer_iOS.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'KSYMediaPlayer_iOS'
spec.version = '1.9.4'
spec.version = '1.9.5'
spec.license = {
:type => 'Proprietary',
:text => <<-LICENSE
Expand Down
6 changes: 6 additions & 0 deletions demo/KSYPlayerDemo.xcodeproj/project.pbxproj
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
581D3A7F1DE68CDA00051F63 /* KSYMediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 581D3A7E1DE68CDA00051F63 /* KSYMediaPlayer.framework */; };
5835480A1E34BF1800736242 /* KSYNetTrackerVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 583548091E34BF1700736242 /* KSYNetTrackerVC.m */; };
588110D51D7FAB8D00A4EC4A /* KSYProgressView.m in Sources */ = {isa = PBXBuildFile; fileRef = 588110D41D7FAB8D00A4EC4A /* KSYProgressView.m */; };
58CE5DC21D3244050057A2B8 /* KSYProberVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 58CE5DC11D3244050057A2B8 /* KSYProberVC.m */; };
58D1125B1D71D3F700AA610A /* MonkeyTestViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 58D112581D71D3F700AA610A /* MonkeyTestViewController.m */; };
Expand Down Expand Up @@ -47,6 +48,8 @@

/* Begin PBXFileReference section */
581D3A7E1DE68CDA00051F63 /* KSYMediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = KSYMediaPlayer.framework; path = ../framework/live/KSYMediaPlayer.framework; sourceTree = "<group>"; };
583548081E34BF1700736242 /* KSYNetTrackerVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KSYNetTrackerVC.h; sourceTree = "<group>"; };
583548091E34BF1700736242 /* KSYNetTrackerVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KSYNetTrackerVC.m; sourceTree = "<group>"; };
588110D31D7FAB8D00A4EC4A /* KSYProgressView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KSYProgressView.h; sourceTree = "<group>"; };
588110D41D7FAB8D00A4EC4A /* KSYProgressView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KSYProgressView.m; sourceTree = "<group>"; };
58CE5DBD1D3243F50057A2B8 /* KSYProberVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KSYProberVC.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -132,6 +135,8 @@
74B9ED5A1C158675003149E9 /* KSYPlayerDemo */ = {
isa = PBXGroup;
children = (
583548081E34BF1700736242 /* KSYNetTrackerVC.h */,
583548091E34BF1700736242 /* KSYNetTrackerVC.m */,
588110D31D7FAB8D00A4EC4A /* KSYProgressView.h */,
588110D41D7FAB8D00A4EC4A /* KSYProgressView.m */,
58D112571D71D3F700AA610A /* MonkeyTestViewController.h */,
Expand Down Expand Up @@ -261,6 +266,7 @@
58D1125C1D71D3F700AA610A /* URLTableViewController.m in Sources */,
74B9ED601C158675003149E9 /* AppDelegate.m in Sources */,
E328B4D81CCE087400BD31FC /* KSYDBCreater.m in Sources */,
5835480A1E34BF1800736242 /* KSYNetTrackerVC.m in Sources */,
95B4A4141CC085BE00CB6804 /* KSYSQLiteManager.m in Sources */,
95B4A4121CC085BE00CB6804 /* KSYLiveVC.m in Sources */,
58CE5DC21D3244050057A2B8 /* KSYProberVC.m in Sources */,
Expand Down
14 changes: 14 additions & 0 deletions demo/KSYPlayerDemo/KSYNetTrackerVC.h
@@ -0,0 +1,14 @@
//
// KSYNetworkVC.h
// KSYPlayerDemo
//
// Created by 施雪梅 on 2017/1/4.
// Copyright © 2017年 kingsoft. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <KSYMediaPlayer/KSYNetTracker.h>

@interface KSYNetTrackerVC : UIViewController

@end

0 comments on commit 999e3e0

Please sign in to comment.