From b91fd2101b9aac5ac573533acd8199e6d41161a0 Mon Sep 17 00:00:00 2001 From: Dennis Hong Date: Sun, 30 Apr 2023 15:22:16 -0500 Subject: [PATCH] update link for Bundle+Extension.swift --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49abf4f..232ed1b 100644 --- a/README.md +++ b/README.md @@ -746,9 +746,10 @@ TBA # Bundle -You can use [Bundle+Extension.swift]() file to configure your bundle to your project. +You can use [Bundle+Extension.swift](https://github.com/jphong1111/awesome-ios-developer/blob/main/Bundle%2BExtension.swift) file to configure your bundle to your application. +> Source code from : [PhoneNumberKit](https://github.com/marmelroy/PhoneNumberKit) -[Bundles and Packages](https://nshipster.com/bundles-and-packages/) +- [Bundles and Packages](https://nshipster.com/bundles-and-packages/) ## Static Library @@ -758,6 +759,7 @@ You can use [Bundle+Extension.swift]() file to configure your bundle to your pro 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 + [Creating a multiplatform binary framework bundle](https://developer.apple.com/documentation/xcode/creating-a-multi-platform-binary-framework-bundle)