From 406113ce27ac5f40236e1368653a7c5dac8f757c Mon Sep 17 00:00:00 2001 From: Andy Liu Date: Mon, 9 Dec 2024 16:25:46 +0700 Subject: [PATCH] Update Signed-off-by: Andy Liu --- .../SwiftIOPlayground/13MoreProjects/Fireworks/Package.swift | 2 +- .../SwiftIOPlayground/13MoreProjects/HilbertCurve/Package.swift | 2 +- .../SwiftIOPlayground/13MoreProjects/MazeGame/Package.swift | 2 +- .../13MoreProjects/SandSimulation/Package.swift | 2 +- .../SwiftIOPlayground/13MoreProjects/SpinningCube/Package.swift | 2 +- .../SwiftIOPlayground/13MoreProjects/WordClock/Package.swift | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Examples/SwiftIOPlayground/13MoreProjects/Fireworks/Package.swift b/Examples/SwiftIOPlayground/13MoreProjects/Fireworks/Package.swift index d6b6660..e9d8a3d 100644 --- a/Examples/SwiftIOPlayground/13MoreProjects/Fireworks/Package.swift +++ b/Examples/SwiftIOPlayground/13MoreProjects/Fireworks/Package.swift @@ -10,7 +10,7 @@ let package = Package( .package(url: "https://github.com/madmachineio/SwiftIO.git", branch: "develop"), .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "develop"), .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "develop"), - .package(url: "https://github.com/madmachineio/MadGraphics.git", from: "develop"), + .package(url: "https://github.com/madmachineio/MadGraphics.git", branch: "develop"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/13MoreProjects/HilbertCurve/Package.swift b/Examples/SwiftIOPlayground/13MoreProjects/HilbertCurve/Package.swift index 64f1f7f..11ab28a 100644 --- a/Examples/SwiftIOPlayground/13MoreProjects/HilbertCurve/Package.swift +++ b/Examples/SwiftIOPlayground/13MoreProjects/HilbertCurve/Package.swift @@ -10,7 +10,7 @@ let package = Package( .package(url: "https://github.com/madmachineio/SwiftIO.git", branch: "develop"), .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "develop"), .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "develop"), - .package(url: "https://github.com/madmachineio/MadGraphics.git", from: "develop"), + .package(url: "https://github.com/madmachineio/MadGraphics.git", branch: "develop"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/13MoreProjects/MazeGame/Package.swift b/Examples/SwiftIOPlayground/13MoreProjects/MazeGame/Package.swift index 2cb9c16..9d6ce04 100644 --- a/Examples/SwiftIOPlayground/13MoreProjects/MazeGame/Package.swift +++ b/Examples/SwiftIOPlayground/13MoreProjects/MazeGame/Package.swift @@ -10,7 +10,7 @@ let package = Package( .package(url: "https://github.com/madmachineio/SwiftIO.git", branch: "develop"), .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "develop"), .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "develop"), - .package(url: "https://github.com/madmachineio/MadGraphics.git", from: "develop"), + .package(url: "https://github.com/madmachineio/MadGraphics.git", branch: "develop"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/13MoreProjects/SandSimulation/Package.swift b/Examples/SwiftIOPlayground/13MoreProjects/SandSimulation/Package.swift index 0238b87..7862df0 100644 --- a/Examples/SwiftIOPlayground/13MoreProjects/SandSimulation/Package.swift +++ b/Examples/SwiftIOPlayground/13MoreProjects/SandSimulation/Package.swift @@ -10,7 +10,7 @@ let package = Package( .package(url: "https://github.com/madmachineio/SwiftIO.git", branch: "develop"), .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "develop"), .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "develop"), - .package(url: "https://github.com/madmachineio/MadGraphics.git", from: "develop"), + .package(url: "https://github.com/madmachineio/MadGraphics.git", branch: "develop"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/13MoreProjects/SpinningCube/Package.swift b/Examples/SwiftIOPlayground/13MoreProjects/SpinningCube/Package.swift index a0bd926..2f2544a 100644 --- a/Examples/SwiftIOPlayground/13MoreProjects/SpinningCube/Package.swift +++ b/Examples/SwiftIOPlayground/13MoreProjects/SpinningCube/Package.swift @@ -10,7 +10,7 @@ let package = Package( .package(url: "https://github.com/madmachineio/SwiftIO.git", branch: "develop"), .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "develop"), .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "develop"), - .package(url: "https://github.com/madmachineio/MadGraphics.git", from: "develop"), + .package(url: "https://github.com/madmachineio/MadGraphics.git", branch: "develop"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/13MoreProjects/WordClock/Package.swift b/Examples/SwiftIOPlayground/13MoreProjects/WordClock/Package.swift index 82c2a78..7e921af 100644 --- a/Examples/SwiftIOPlayground/13MoreProjects/WordClock/Package.swift +++ b/Examples/SwiftIOPlayground/13MoreProjects/WordClock/Package.swift @@ -10,7 +10,7 @@ let package = Package( .package(url: "https://github.com/madmachineio/SwiftIO.git", branch: "develop"), .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "develop"), .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "develop"), - .package(url: "https://github.com/madmachineio/MadGraphics.git", from: "develop"), + .package(url: "https://github.com/madmachineio/MadGraphics.git", branch: "develop"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.