From 16d2dc26ac31f2c5ec3dfd72228d2e7997459028 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Fri, 18 Mar 2022 13:41:31 +1100 Subject: Added SnapKit with Swift package manager Was thinking of using CocoaPods as that's what is in use, but either way looked decently straightforward. Decided to start with whatever was already built in and no extra software. Note: it was File > Add Packages > put git link in top right. References I saw seemed to say File > Swift Packages and I couldn't find it. Also some other docs had older screenshots, I presume it's pre-Xcode-13 being slightly different. References: - https://developer.apple.com/documentation/swift_packages/adding_package_dependencies_to_your_app - https://www.raywenderlich.com/7242045-swift-package-manager-for-ios - https://snapkit.io/docs/ --- foray/Base.lproj/Main.storyboard | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'foray') diff --git a/foray/Base.lproj/Main.storyboard b/foray/Base.lproj/Main.storyboard index b6b3f86..231af8c 100644 --- a/foray/Base.lproj/Main.storyboard +++ b/foray/Base.lproj/Main.storyboard @@ -1,8 +1,8 @@ - + - + @@ -123,6 +123,7 @@ + -- cgit