File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 4444 ./FFToolChain/main.sh install -p ios -l 'ass ffmpeg'
4545 ./FFToolChain/main.sh install -p macos -l 'ass ffmpeg'
4646 ./FFToolChain/main.sh install -p tvos -l 'ass ffmpeg'
47- - name : Pod Install
48- run : |
49- pod install --project-directory=examples/ios
50- pod install --project-directory=examples/macos
51- pod install --project-directory=examples/tvos
5247 - name : Build iOS Framework
5348 run : cd examples/ios && ./build-framework.sh
5449 - name : Build macOS Framework
Original file line number Diff line number Diff line change 6868
6969- macOS Sequoia(15.1)
7070- Xcode Version 16.2 (16C5032a)
71- - cocoapods 1.16.1
7271
73- | 最低支持平台 | 架构 |
72+ | 最低支持平台 | 架构 |
7473| ----------- | -------------------------------------- |
7574| iOS 11.0 | arm64、arm64_simulator、x86_64_simulator |
7675| macOS 10.11 | arm64、x86_64 |
@@ -103,10 +102,8 @@ NSView <FSVideoRenderingProtocol>*playerView = self.player.view;
103102playerView.frame = self.playerContainer.bounds;
104103playerView.autoresizingMask = NSViewWidthSizable | NSViewHeightSizable;
105104[self.playerContainer addSubview:playerView positioned:NSWindowBelow relativeTo:self.playerCtrlPanel];
106-
107105//加载完毕自动播放
108106self.player.shouldAutoplay = YES;
109-
110107//异步加载
111108[self.player prepareToPlay];
112109```
You can’t perform that action at this time.
0 commit comments