Skip to content

Commit

Permalink
Update Tutorials to Xcode 14 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsanthanam authored Oct 4, 2022
1 parent ba2f2c2 commit 918943b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Explore more resources for learning about NetworkReachability.
@Downloads(destination: "https://github.com/vsanthanam/NetworkReachability/releases") {
- [- NetworkReachability Source](https://github.com/vsanthanam/NetworkReachability/releases/latest)
- [- Xcode 13](https://developer.apple.com/download/)
- [- Xcode 14](https://developer.apple.com/download/)
}
@Documentation(destination: "https://reachability.tools/docs/documentation/networkreachability/") {
Browse and search NetworkReachability documentation.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@Tutorial(time: 5, projectFiles: "ProjectIntegrate-SwiftUI.zip") {
@XcodeRequirement(title: "Xcode 13", destination: "https://developer.apple.com/download/")
@XcodeRequirement(title: "Xcode 14", destination: "https://developer.apple.com/download/")
@Intro(title: "Implementing Reachability") {
This tutorial guides you through the process of consuming reachability data in your application.
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@Tutorial(time: 5, projectFiles: "ProjectSetup-SwiftUI.zip") {
@XcodeRequirement(title: "Xcode 13", destination: "https://developer.apple.com/download/")
@XcodeRequirement(title: "Xcode 14", destination: "https://developer.apple.com/download/")
@Intro(title: "SwiftUI Project Setup") {
This tutorial guides you through the process of creating a new SwiftUI application and adding NetworkReachability as a dependency using the Swift Package Manager within Xcode.
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@Tutorial(time: 10, projectFiles: "ProjectUI-SwiftUI.zip") {
@XcodeRequirement(title: "Xcode 13", destination: "https://developer.apple.com/download/")
@XcodeRequirement(title: "Xcode 14", destination: "https://developer.apple.com/download/")
@Intro(title: "Canvas Setup") {
This tutorial guides you through the process of creating your app's user interface using SwiftUI and SF Symbols.
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@Tutorial(time: 5, projectFiles: "ProjectIntegrate-UIKit.zip") {
@XcodeRequirement(title: "Xcode 13", destination: "https://developer.apple.com/download/")
@XcodeRequirement(title: "Xcode 14", destination: "https://developer.apple.com/download/")
@Intro(title: "Implementing Reachability") {
This tutorial guides you through the process of consuming reachability data in your application.
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@Tutorial(time: 5, projectFiles: "ProjectSetup-UIKit.zip") {
@XcodeRequirement(title: "Xcode 13", destination: "https://developer.apple.com/download/")
@XcodeRequirement(title: "Xcode 14", destination: "https://developer.apple.com/download/")
@Intro(title: "UIKit 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.
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@Tutorial(time: 15, projectFiles: "ProjectUI-UIKit.zip") {
@XcodeRequirement(title: "Xcode 13", destination: "https://developer.apple.com/download/")
@XcodeRequirement(title: "Xcode 14", 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 SF Symbols.
}
Expand Down

0 comments on commit 918943b

Please sign in to comment.