This repository was archived by the owner on Jan 6, 2025. It is now read-only.
File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -398,10 +398,14 @@ This table shows the differences between two variants.
398
398
| Android Architectures | arm-v7a-neon<br/>arm64-v8a<br/>x86<br/>x86-64 | arm-v7a<br/>arm-v7a-neon<br/>arm64-v8a<br/>x86<br/>x86-64 |
399
399
| Xcode Support | 10.1 | 7.3.1 |
400
400
| iOS SDK | 12.1 | 9.3 |
401
- | iOS Architectures | arm64<br/>arm64e<br/>x86-64<br/>x86-64-mac-catalyst | armv7<br/>arm64<br/>i386<br/>x86-64 |
401
+ | iOS Architectures | arm64<br/>arm64e<sup>1</sup>< br/>x86-64<br/>x86-64-mac-catalyst<sup>2</sup> | armv7<br/>arm64<br/>i386<br/>x86-64 |
402
402
| tvOS SDK | 10.2 | 9.2 |
403
403
| tvOS Architectures | arm64<br/>x86-64 | arm64<br/>x86-64 |
404
404
405
+ <sup>1</sup> - Included until `v4.3.2`
406
+
407
+ <sup>2</sup> - Included since `v4.3.2`
408
+
405
409
### 5. Building
406
410
407
411
Build scripts from `master` and `development` branches are tested periodically. See the latest status from the table below.
@@ -552,10 +556,11 @@ Please visit [License](https://github.com/tanersener/mobile-ffmpeg/wiki/License)
552
556
553
557
### 9. Contributing
554
558
555
- If you have any recommendations or ideas to improve it, please feel free to submit issues or pull requests.
559
+ Feel free to submit issues or pull requests.
556
560
557
- `master` branch includes only the latest tested and released source code. So, please open your pull requests against
558
- `development`, so they can be tested property.
561
+ Please note that `master` branch includes only the latest released source code. Changes planned for the next release
562
+ are implemented under the `development` branch. So, if you want to create a pull request, please open it against the
563
+ `development`.
559
564
560
565
### 10. See Also
561
566
You can’t perform that action at this time.
0 commit comments