Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mustafacobann/dummyswiftpackage
https://github.com/mustafacobann/dummyswiftpackage
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mustafacobann/dummyswiftpackage
- Owner: mustafacobann
- Created: 2023-11-13T21:57:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T22:40:42.000Z (about 1 year ago)
- Last Synced: 2023-11-13T23:29:20.741Z (about 1 year ago)
- Language: Swift
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DummySwiftPackage
This is a dummy package I created while tinkering with swift package manager, so it has no meaningful content.
## How to add to your project
1) Open your Xcode project
2) Go to File > Add Package Dependencies
3) Enter the package URL in the top right corner: `https://github.com/mustafacobann/DummySwiftPackage.git`
4) Select the package that appears on the left and press Add Package## How to use
```swift
import DummySwiftPackagesayHello(to: "Mustafa")
```