KawrantinforKawrantinkawrantin.hashnode.net路Mar 6, 2023How to create an SPM package with SwiftUISwift packages are reusable components of Swift, Objective-C, Objective-C++, C, or C++ code that we can import into any Xcode project. In this article we will see: How to create our Swift package containing reusable SwiftUI code How to make it avai...Discuss路45 readsSwift
KawrantinforKawrantinkawrantin.hashnode.net路Mar 6, 2023How to create an example app for your SPM packageWhen working on a Swift package, it may be quite difficult to test that the code we are writing works properly. Beyond writing unit tests, an easy way to test a package would be to configure a demo project right inside the repository. This has non-ne...Discuss路58 readsSwift
KawrantinforKawrantinkawrantin.hashnode.net路Mar 6, 2023How to create an example app for your SPM packageWhen working on a Swift package, it may be quite difficult to test that the code we are writing works properly. Beyond writing unit tests, an easy way to test a package would be to configure a demo project right inside the repository. This has non-ne...Discuss路58 readsSwift
KawrantinforKawrantinkawrantin.hashnode.net路Mar 6, 2023How to create an SPM package with SwiftUISwift packages are reusable components of Swift, Objective-C, Objective-C++, C, or C++ code that we can import into any Xcode project. In this article we will see: How to create our Swift package containing reusable SwiftUI code How to make it avai...Discuss路45 readsSwift