URL Schemes -Implementation Step One

This entry is part 5 of 12 in the series Universal Links

OK. We have managed to give our apps a URL Scheme, so they can be opened, using a simple URL. But we aren’t actually doing anything with the URL, besides starting the app.

We have also avoided doing any coding. Time to change things up, and get coding. It will be quite simple, and all the action will happen in the SimpleAppDelegate.swift file.

Read more

Implementing Swift Package Manager –Conclusion

This entry is part 14 of 14 in the series Swift Package Manager

Whew! That Was A Handful, Eh?

Even though it may seem that this was a comprehensive treatment of the Swift Package Manager, it was really just a fairly basic introduction.

The examples were shallow and linear, and we didn’t even get into writing executable code in the package manifest files.

But we did learn enough to make the Swift Package Manager a useful and productive tool for our development work.

Read more