Update README.md

This commit is contained in:
Dennis Hong 2023-04-30 03:01:22 -05:00 committed by GitHub
parent 914a4c071d
commit 94cce7d9f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ apple developer tutorial video link update
- [Bundle](#Bundle)
- [Static Library](#static-library)
- [Dynamic Library](#dynamic-library)
- [.xcframework](#.xcframework)
- [xcframework](#xcframework)
- [Screen Layout Programmatically](#screen-layout-programmatically)
- [Helper](#Helper)
- [Email, Message, Call](#email-message-call)
@ -744,7 +744,7 @@ TBA
<a href="#-content">Back to Content</a>
</p>
## Bundle
# Bundle
[Bundles and Packages](https://nshipster.com/bundles-and-packages/)
@ -752,7 +752,7 @@ TBA
## Dynamic Library
## .xcframework
## xcframework
XCFrameworks is a distributable binary package created by Xcode that contains variants of a framework or library so that it can be used on multiple platforms (iOS, macOS, tvOS, and watchOS), including Simulator builds