Skip to content

Commit

Permalink
“5.0.0”
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengwenming committed Jun 10, 2018
1 parent e6dfc2a commit dc387b7
Show file tree
Hide file tree
Showing 54 changed files with 365 additions and 142 deletions.
Binary file modified .DS_Store
Binary file not shown.
82 changes: 46 additions & 36 deletions PlayerDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@
701BA92B201B210A00E7281C /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 701BA92A201B210A00E7281C /* NSBundle+MJRefresh.m */; };
701C246A1E0844C600232AAB /* WMPlayer.gif in Resources */ = {isa = PBXBuildFile; fileRef = 701C24691E0844C600232AAB /* WMPlayer.gif */; };
701DCC8F1F52FD27003ACAB6 /* gzh.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 701DCC8E1F52FD27003ACAB6 /* gzh.jpg */; };
70763CB820CBCE3200DCB7BE /* WMPlayerModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 70763CB120CBCE3200DCB7BE /* WMPlayerModel.m */; };
70763CB920CBCE3200DCB7BE /* WMLightView.m in Sources */ = {isa = PBXBuildFile; fileRef = 70763CB520CBCE3200DCB7BE /* WMLightView.m */; };
70763CBA20CBCE3200DCB7BE /* FastForwardView.m in Sources */ = {isa = PBXBuildFile; fileRef = 70763CB620CBCE3200DCB7BE /* FastForwardView.m */; };
70763CBB20CBCE3200DCB7BE /* WMPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 70763CB720CBCE3200DCB7BE /* WMPlayer.m */; };
70763CBE20CBCE4400DCB7BE /* WMPlayer.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 70763CBD20CBCE4400DCB7BE /* WMPlayer.bundle */; };
70763CC620CD4A5400DCB7BE /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70763CC520CD4A5400DCB7BE /* MediaPlayer.framework */; };
70763CD420CD5C9700DCB7BE /* WMPlayerModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 70763CC920CD5C9700DCB7BE /* WMPlayerModel.m */; };
70763CD720CD5C9700DCB7BE /* WMLightView.m in Sources */ = {isa = PBXBuildFile; fileRef = 70763CD020CD5C9700DCB7BE /* WMLightView.m */; };
70763CD820CD5C9700DCB7BE /* FastForwardView.m in Sources */ = {isa = PBXBuildFile; fileRef = 70763CD120CD5C9700DCB7BE /* FastForwardView.m */; };
70763CD920CD5C9700DCB7BE /* WMPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 70763CD220CD5C9700DCB7BE /* WMPlayer.m */; };
70763CDE20CD5D0200DCB7BE /* WMPlayer.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 70763CDA20CD5D0200DCB7BE /* WMPlayer.bundle */; };
70763CDF20CD5D0200DCB7BE /* UIViewController+ShouldAutorotate.m in Sources */ = {isa = PBXBuildFile; fileRef = 70763CDC20CD5D0200DCB7BE /* UIViewController+ShouldAutorotate.m */; };
70B3301D1F1FC1FF006395D6 /* UIViewController+GestureStateBlock.m in Sources */ = {isa = PBXBuildFile; fileRef = 70B3301C1F1FC1FF006395D6 /* UIViewController+GestureStateBlock.m */; };
BF1624601DF50011006209D1 /* DataManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BF1623B81DF50011006209D1 /* DataManager.m */; };
BF1624611DF50011006209D1 /* SidModel.m in Sources */ = {isa = PBXBuildFile; fileRef = BF1623BA1DF50011006209D1 /* SidModel.m */; };
Expand Down Expand Up @@ -81,15 +83,18 @@
701C24691E0844C600232AAB /* WMPlayer.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = WMPlayer.gif; sourceTree = "<group>"; };
701DCC8E1F52FD27003ACAB6 /* gzh.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = gzh.jpg; sourceTree = "<group>"; };
70763C9620CBC54D00DCB7BE /* PlayerDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PlayerDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
70763CB020CBCE3200DCB7BE /* WMLightView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WMLightView.h; sourceTree = "<group>"; };
70763CB120CBCE3200DCB7BE /* WMPlayerModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WMPlayerModel.m; sourceTree = "<group>"; };
70763CB220CBCE3200DCB7BE /* FastForwardView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FastForwardView.h; sourceTree = "<group>"; };
70763CB320CBCE3200DCB7BE /* WMPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WMPlayer.h; sourceTree = "<group>"; };
70763CB420CBCE3200DCB7BE /* WMPlayerModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WMPlayerModel.h; sourceTree = "<group>"; };
70763CB520CBCE3200DCB7BE /* WMLightView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WMLightView.m; sourceTree = "<group>"; };
70763CB620CBCE3200DCB7BE /* FastForwardView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FastForwardView.m; sourceTree = "<group>"; };
70763CB720CBCE3200DCB7BE /* WMPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WMPlayer.m; sourceTree = "<group>"; };
70763CBD20CBCE4400DCB7BE /* WMPlayer.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = WMPlayer.bundle; sourceTree = "<group>"; };
70763CC520CD4A5400DCB7BE /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
70763CC820CD5C9700DCB7BE /* WMLightView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WMLightView.h; sourceTree = "<group>"; };
70763CC920CD5C9700DCB7BE /* WMPlayerModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WMPlayerModel.m; sourceTree = "<group>"; };
70763CCA20CD5C9700DCB7BE /* FastForwardView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FastForwardView.h; sourceTree = "<group>"; };
70763CCE20CD5C9700DCB7BE /* WMPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WMPlayer.h; sourceTree = "<group>"; };
70763CCF20CD5C9700DCB7BE /* WMPlayerModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WMPlayerModel.h; sourceTree = "<group>"; };
70763CD020CD5C9700DCB7BE /* WMLightView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WMLightView.m; sourceTree = "<group>"; };
70763CD120CD5C9700DCB7BE /* FastForwardView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FastForwardView.m; sourceTree = "<group>"; };
70763CD220CD5C9700DCB7BE /* WMPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WMPlayer.m; sourceTree = "<group>"; };
70763CDA20CD5D0200DCB7BE /* WMPlayer.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = WMPlayer.bundle; sourceTree = "<group>"; };
70763CDC20CD5D0200DCB7BE /* UIViewController+ShouldAutorotate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+ShouldAutorotate.m"; sourceTree = "<group>"; };
70763CDD20CD5D0200DCB7BE /* UIViewController+ShouldAutorotate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIViewController+ShouldAutorotate.h"; sourceTree = "<group>"; };
70B3301B1F1FC1FF006395D6 /* UIViewController+GestureStateBlock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIViewController+GestureStateBlock.h"; sourceTree = "<group>"; };
70B3301C1F1FC1FF006395D6 /* UIViewController+GestureStateBlock.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+GestureStateBlock.m"; sourceTree = "<group>"; };
A41F0B6E980617F314AD7227 /* Pods-PlayerDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PlayerDemo.release.xcconfig"; path = "Pods/Target Support Files/Pods-PlayerDemo/Pods-PlayerDemo.release.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -206,36 +211,39 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
70763CC620CD4A5400DCB7BE /* MediaPlayer.framework in Frameworks */,
507D9D100C07A70640F9F52A /* Pods_PlayerDemo.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
70763CAF20CBCE3200DCB7BE /* WMPlayer */ = {
70763CC720CD5C9700DCB7BE /* WMPlayer */ = {
isa = PBXGroup;
children = (
70763CBC20CBCE4400DCB7BE /* resources */,
70763CB020CBCE3200DCB7BE /* WMLightView.h */,
70763CB520CBCE3200DCB7BE /* WMLightView.m */,
70763CB120CBCE3200DCB7BE /* WMPlayerModel.m */,
70763CB420CBCE3200DCB7BE /* WMPlayerModel.h */,
70763CB220CBCE3200DCB7BE /* FastForwardView.h */,
70763CB620CBCE3200DCB7BE /* FastForwardView.m */,
70763CB320CBCE3200DCB7BE /* WMPlayer.h */,
70763CB720CBCE3200DCB7BE /* WMPlayer.m */,
70763CDB20CD5D0200DCB7BE /* Category */,
70763CDA20CD5D0200DCB7BE /* WMPlayer.bundle */,
70763CC820CD5C9700DCB7BE /* WMLightView.h */,
70763CC920CD5C9700DCB7BE /* WMPlayerModel.m */,
70763CCA20CD5C9700DCB7BE /* FastForwardView.h */,
70763CCE20CD5C9700DCB7BE /* WMPlayer.h */,
70763CCF20CD5C9700DCB7BE /* WMPlayerModel.h */,
70763CD020CD5C9700DCB7BE /* WMLightView.m */,
70763CD120CD5C9700DCB7BE /* FastForwardView.m */,
70763CD220CD5C9700DCB7BE /* WMPlayer.m */,
);
path = WMPlayer;
sourceTree = SOURCE_ROOT;
};
70763CBC20CBCE4400DCB7BE /* resources */ = {
70763CDB20CD5D0200DCB7BE /* Category */ = {
isa = PBXGroup;
children = (
70763CBD20CBCE4400DCB7BE /* WMPlayer.bundle */,
70763CDC20CD5D0200DCB7BE /* UIViewController+ShouldAutorotate.m */,
70763CDD20CD5D0200DCB7BE /* UIViewController+ShouldAutorotate.h */,
);
path = resources;
sourceTree = SOURCE_ROOT;
path = Category;
sourceTree = "<group>";
};
8AAEEC1312C0C3531902D027 /* Pods */ = {
isa = PBXGroup;
Expand All @@ -249,6 +257,7 @@
9CB412B180A011467ACD0171 /* Frameworks */ = {
isa = PBXGroup;
children = (
70763CC520CD4A5400DCB7BE /* MediaPlayer.framework */,
3CDD1E457181DFCA30210454 /* Pods_PlayerDemo.framework */,
);
name = Frameworks;
Expand All @@ -270,7 +279,6 @@
BF1623DA1DF50011006209D1 /* ThirdLib */ = {
isa = PBXGroup;
children = (
70763CAF20CBCE3200DCB7BE /* WMPlayer */,
BF1623F31DF50011006209D1 /* MBprogressHUD */,
BF1623F91DF50011006209D1 /* MJRefresh */,
BF1624261DF50011006209D1 /* ScreenShotBack */,
Expand Down Expand Up @@ -475,6 +483,7 @@
C4EC7F3E1DF4FCD2006E9820 /* PlayerDemo */ = {
isa = PBXGroup;
children = (
70763CC720CD5C9700DCB7BE /* WMPlayer */,
BF1623B61DF50011006209D1 /* DataManager */,
BF1623DA1DF50011006209D1 /* ThirdLib */,
BF1624481DF50011006209D1 /* UITabBarController */,
Expand Down Expand Up @@ -572,7 +581,7 @@
BF1624841DF50011006209D1 /* MBProgressHUD.bundle in Resources */,
BF1624941DF50011006209D1 /* MJRefresh.bundle in Resources */,
701DCC8F1F52FD27003ACAB6 /* gzh.jpg in Resources */,
70763CBE20CBCE4400DCB7BE /* WMPlayer.bundle in Resources */,
70763CDE20CD5D0200DCB7BE /* WMPlayer.bundle in Resources */,
C4EC7F4A1DF4FCD3006E9820 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -635,12 +644,12 @@
BF1624A51DF50011006209D1 /* UIImageView+HighlightedWebCache.m in Sources */,
BF1624961DF50011006209D1 /* UIScrollView+MJExtension.m in Sources */,
BF1624B31DF50011006209D1 /* TestViewController.m in Sources */,
70763CBA20CBCE3200DCB7BE /* FastForwardView.m in Sources */,
BF1624A81DF50011006209D1 /* RootTabBarController.m in Sources */,
BF1624861DF50011006209D1 /* MJRefreshAutoFooter.m in Sources */,
BF1624991DF50011006209D1 /* ScreenShotView.m in Sources */,
BF1624A31DF50011006209D1 /* UIImage+GIF.m in Sources */,
BF16249F1DF50011006209D1 /* SDWebImageDownloaderOperation.m in Sources */,
70763CD820CD5C9700DCB7BE /* FastForwardView.m in Sources */,
BF1624A91DF50011006209D1 /* VideoCell.m in Sources */,
BF1624601DF50011006209D1 /* DataManager.m in Sources */,
BF1624611DF50011006209D1 /* SidModel.m in Sources */,
Expand All @@ -650,6 +659,7 @@
BF1624851DF50011006209D1 /* MBProgressHUD.m in Sources */,
701BA92B201B210A00E7281C /* NSBundle+MJRefresh.m in Sources */,
BF1624AC1DF50011006209D1 /* BaseViewController.m in Sources */,
70763CD720CD5C9700DCB7BE /* WMLightView.m in Sources */,
BF16248E1DF50011006209D1 /* MJRefreshBackGifFooter.m in Sources */,
BF1624B11DF50011006209D1 /* TencentNewsViewController.m in Sources */,
BF1624AD1DF50011006209D1 /* DetailViewController.m in Sources */,
Expand All @@ -662,9 +672,9 @@
BF16248F1DF50011006209D1 /* MJRefreshBackNormalFooter.m in Sources */,
BF1624A01DF50011006209D1 /* SDWebImageManager.m in Sources */,
BF16249B1DF50011006209D1 /* SDImageCache.m in Sources */,
70763CD920CD5C9700DCB7BE /* WMPlayer.m in Sources */,
BF1624971DF50011006209D1 /* UIScrollView+MJRefresh.m in Sources */,
BF1624A11DF50011006209D1 /* SDWebImagePrefetcher.m in Sources */,
70763CB920CBCE3200DCB7BE /* WMLightView.m in Sources */,
BF16248C1DF50011006209D1 /* MJRefreshAutoNormalFooter.m in Sources */,
C4EC7F441DF4FCD2006E9820 /* AppDelegate.m in Sources */,
BF1624921DF50011006209D1 /* MJRefreshNormalHeader.m in Sources */,
Expand All @@ -675,9 +685,9 @@
BF16249D1DF50011006209D1 /* SDWebImageDecoder.m in Sources */,
BF1624831DF50011006209D1 /* MBProgressHUD+Show.m in Sources */,
BF1624951DF50011006209D1 /* MJRefreshConst.m in Sources */,
70763CDF20CD5D0200DCB7BE /* UIViewController+ShouldAutorotate.m in Sources */,
BF16248B1DF50011006209D1 /* MJRefreshAutoGifFooter.m in Sources */,
70763CBB20CBCE3200DCB7BE /* WMPlayer.m in Sources */,
70763CB820CBCE3200DCB7BE /* WMPlayerModel.m in Sources */,
70763CD420CD5C9700DCB7BE /* WMPlayerModel.m in Sources */,
BF1624A21DF50011006209D1 /* UIButton+WebCache.m in Sources */,
BF1624891DF50011006209D1 /* MJRefreshFooter.m in Sources */,
BF1624A71DF50011006209D1 /* UIView+WebCacheOperation.m in Sources */,
Expand Down Expand Up @@ -802,7 +812,7 @@
baseConfigurationReference = AD4E1C1A77CA0A18F1DFB6AE /* Pods-PlayerDemo.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
DEVELOPMENT_TEAM = 7D992WX2BB;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = PlayerDemo/Info.plist;
Expand All @@ -820,7 +830,7 @@
baseConfigurationReference = A41F0B6E980617F314AD7227 /* Pods-PlayerDemo.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
DEVELOPMENT_TEAM = 7D992WX2BB;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = PlayerDemo/Info.plist;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,118 @@
<Bucket
type = "0"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "WMPlayer/AppDelegate+ShouldAutorotate.m"
timestampString = "550307994.3304451"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "32"
endingLineNumber = "32"
landmarkName = "-supportedInterfaceOrientations"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "WMPlayer/AppDelegate+ShouldAutorotate.m"
timestampString = "550307994.331009"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "36"
endingLineNumber = "36"
landmarkName = "-preferredInterfaceOrientationForPresentation"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "WMPlayer/AppDelegate+ShouldAutorotate.m"
timestampString = "550307994.33143"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "28"
endingLineNumber = "28"
landmarkName = "-supportedInterfaceOrientationsForWindow:"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "WMPlayer/AppDelegate+ShouldAutorotate.m"
timestampString = "550307994.332629"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "32"
endingLineNumber = "32"
landmarkName = "-supportedInterfaceOrientations"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "WMPlayer/AppDelegate+ShouldAutorotate.m"
timestampString = "550307994.332922"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "36"
endingLineNumber = "36"
landmarkName = "-preferredInterfaceOrientationForPresentation"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "WMPlayer/UIViewController+ShouldAutorotate.m"
timestampString = "550324266.517252"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "83"
endingLineNumber = "83"
landmarkName = "-preferredInterfaceOrientationForPresentation"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "WMPlayer/UIViewController+ShouldAutorotate.m"
timestampString = "550324266.5173219"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "85"
endingLineNumber = "85"
landmarkName = "-preferredInterfaceOrientationForPresentation"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
1 change: 0 additions & 1 deletion PlayerDemo/AppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#import <UIKit/UIKit.h>
#import "RootTabBarController.h"
#import "DataManager.h"

#import "ScreenShotView.h"


Expand Down
1 change: 0 additions & 1 deletion PlayerDemo/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#import "AppDelegate.h"

@import AVFoundation;

@interface AppDelegate ()
@property(nonatomic,strong)NSDateFormatter *dateFormatter;
Expand Down
Loading

0 comments on commit dc387b7

Please sign in to comment.