From 18ad2d2f50e5623efc3d1b47de2d8d18bae557e7 Mon Sep 17 00:00:00 2001 From: Varun Santhanam Date: Mon, 4 Jul 2022 19:36:40 -0700 Subject: [PATCH] Update Tutorial Formatting --- .../Tutorials/SampleProjectIntegration-UIKit.tutorial | 5 +---- .../Tutorials/SampleProjectSetup-UIKit.tutorial | 5 +---- .../Tutorials/SampleProjectUI-UIKit.tutorial | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/Sources/NetworkReachability/NetworkReachability.docc/Tutorials/SampleProjectIntegration-UIKit.tutorial b/Sources/NetworkReachability/NetworkReachability.docc/Tutorials/SampleProjectIntegration-UIKit.tutorial index 5992ab1c..944bf415 100644 --- a/Sources/NetworkReachability/NetworkReachability.docc/Tutorials/SampleProjectIntegration-UIKit.tutorial +++ b/Sources/NetworkReachability/NetworkReachability.docc/Tutorials/SampleProjectIntegration-UIKit.tutorial @@ -1,8 +1,5 @@ @Tutorial(time: 10, projectFiles: "ProjectIntegrate.zip") { - @XcodeRequirement( - title: "Xcode 13", - destination: "https://developer.apple.com/download/" - ) + @XcodeRequirement(title: "Xcode 13", destination: "https://developer.apple.com/download/") @Intro(title: "Implementing Reachability") { This tutorial guides you through the process of consuming reachability data in your application. } diff --git a/Sources/NetworkReachability/NetworkReachability.docc/Tutorials/SampleProjectSetup-UIKit.tutorial b/Sources/NetworkReachability/NetworkReachability.docc/Tutorials/SampleProjectSetup-UIKit.tutorial index f447b99f..1eff5261 100644 --- a/Sources/NetworkReachability/NetworkReachability.docc/Tutorials/SampleProjectSetup-UIKit.tutorial +++ b/Sources/NetworkReachability/NetworkReachability.docc/Tutorials/SampleProjectSetup-UIKit.tutorial @@ -1,8 +1,5 @@ @Tutorial(time: 5, projectFiles: "ProjectSetup.zip") { - @XcodeRequirement( - title: "Xcode 13", - destination: "https://developer.apple.com/download/" - ) + @XcodeRequirement(title: "Xcode 13", destination: "https://developer.apple.com/download/") @Intro(title: "Project Setup") { This tutorial guides you through the process of creating a new UIKit application and adding NetworkReachability as a dependency using the Swift Package Manager within Xcode. } diff --git a/Sources/NetworkReachability/NetworkReachability.docc/Tutorials/SampleProjectUI-UIKit.tutorial b/Sources/NetworkReachability/NetworkReachability.docc/Tutorials/SampleProjectUI-UIKit.tutorial index 0340c634..f49f85b7 100644 --- a/Sources/NetworkReachability/NetworkReachability.docc/Tutorials/SampleProjectUI-UIKit.tutorial +++ b/Sources/NetworkReachability/NetworkReachability.docc/Tutorials/SampleProjectUI-UIKit.tutorial @@ -1,8 +1,5 @@ @Tutorial(time: 15, projectFiles: "ProjectUI.zip") { - @XcodeRequirement( - title: "Xcode 13", - destination: "https://developer.apple.com/download/" - ) + @XcodeRequirement(title: "Xcode 13", destination: "https://developer.apple.com/download/") @Intro(title: "Storyboard Setup") { This tutorial guides you through the process of creating your app's user interface using Storyboards, Interface Builder, UIKit, and SFSymbols. }