From 94cce7d9f78faeb88583949958101a9b7781982e Mon Sep 17 00:00:00 2001 From: Dennis Hong Date: Sun, 30 Apr 2023 03:01:22 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 901ec7a..fbe8e5d 100644 --- a/README.md +++ b/README.md @@ -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 Back to Content

-## 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