Then simply import AppDevUtils wherever you’d like to use it.
📝 Note: To make the library available to your entire project, you could also leverage the functionality of the @_exported keyword by placing the following line somewhere at the top level of your project:
@_exported import AppDevUtils
🏷 License
AppDevUtils is available under the MIT license. See the LICENSE file for more info.
AppDevUtils
Helpers and extensions for app development
Installation
Xcode Projects
Select
File->Swift Packages->Add Package Dependencyand enterhttps://github.com/Saik0s/AppDevUtils.Swift Package Manager Projects
You can add
AppDevUtilsas a package dependency in yourPackage.swiftfile:From there, refer to
AppDevUtilsas a “target dependency” in any of your package’s targets that need it.Then simply
import AppDevUtilswherever you’d like to use it.📝 Note: To make the library available to your entire project, you could also leverage the functionality of the
@_exportedkeyword by placing the following line somewhere at the top level of your project:🏷 License
AppDevUtilsis available under the MIT license. See the LICENSE file for more info.