Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 5b3816b

Browse files
committed
update README
1 parent c373dc3 commit 5b3816b

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

Diff for: README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -398,10 +398,14 @@ This table shows the differences between two variants.
398398
| 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 |
399399
| Xcode Support | 10.1 | 7.3.1 |
400400
| 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 |
402402
| tvOS SDK | 10.2 | 9.2 |
403403
| tvOS Architectures | arm64<br/>x86-64 | arm64<br/>x86-64 |
404404
405+
<sup>1</sup> - Included until `v4.3.2`
406+
407+
<sup>2</sup> - Included since `v4.3.2`
408+
405409
### 5. Building
406410
407411
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)
552556
553557
### 9. Contributing
554558
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.
556560
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`.
559564
560565
### 10. See Also
561566

0 commit comments

Comments
 (0)