Skip to content

Commit 93df065

Browse files
committed
update workflow
1 parent 909801e commit 93df065

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/apple.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ jobs:
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

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@
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;
103102
playerView.frame = self.playerContainer.bounds;
104103
playerView.autoresizingMask = NSViewWidthSizable | NSViewHeightSizable;
105104
[self.playerContainer addSubview:playerView positioned:NSWindowBelow relativeTo:self.playerCtrlPanel];
106-
107105
//加载完毕自动播放
108106
self.player.shouldAutoplay = YES;
109-
110107
//异步加载
111108
[self.player prepareToPlay];
112109
```

0 commit comments

Comments
 (0)