File tree Expand file tree Collapse file tree 15 files changed +44
-44
lines changed Expand file tree Collapse file tree 15 files changed +44
-44
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ let package = Package(
55 name: " ReadXYZ " ,
66 dependencies: [
77 // Dependencies declare other packages that this package depends on.
8- . package ( url: " https://github.com/madmachineio/SwiftIO.git " , . upToNextMajor ( from: " 0.0.1 " ) ) ,
9- . package ( url: " https://github.com/madmachineio/MadBoards.git " , . upToNextMajor ( from: " 0.0.1 " ) ) ,
10- . package ( url: " https://github.com/madmachineio/MadDrivers.git " , . branch ( " main " ) ) ,
8+ . package ( url: " https://github.com/madmachineio/SwiftIO.git " , . upToNextMinor ( from: " 0.0.1 " ) ) ,
9+ . package ( url: " https://github.com/madmachineio/MadBoards.git " , . upToNextMinor ( from: " 0.0.1 " ) ) ,
10+ . package ( url: " https://github.com/madmachineio/MadDrivers.git " , . upToNextMinor ( from : " 0.0.10 " ) ) ,
1111 ] ,
1212 targets: [
1313 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ let package = Package(
55 name: " ReadValues " ,
66 dependencies: [
77 // Dependencies declare other packages that this package depends on.
8- . package ( url: " https://github.com/madmachineio/SwiftIO.git " , . upToNextMajor ( from: " 0.0.1 " ) ) ,
9- . package ( url: " https://github.com/madmachineio/MadBoards.git " , . upToNextMajor ( from: " 0.0.1 " ) ) ,
10- . package ( url: " https://github.com/madmachineio/MadDrivers.git " , . branch ( " main " ) ) ,
8+ . package ( url: " https://github.com/madmachineio/SwiftIO.git " , . upToNextMinor ( from: " 0.0.1 " ) ) ,
9+ . package ( url: " https://github.com/madmachineio/MadBoards.git " , . upToNextMinor ( from: " 0.0.1 " ) ) ,
10+ . package ( url: " https://github.com/madmachineio/MadDrivers.git " , . upToNextMinor ( from : " 0.0.10 " ) ) ,
1111 ] ,
1212 targets: [
1313 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ let package = Package(
55 name: " Alarm " ,
66 dependencies: [
77 // Dependencies declare other packages that this package depends on.
8- . package ( url: " https://github.com/madmachineio/SwiftIO.git " , . upToNextMajor ( from: " 0.0.1 " ) ) ,
9- . package ( url: " https://github.com/madmachineio/MadBoards.git " , . upToNextMajor ( from: " 0.0.1 " ) ) ,
10- . package ( url: " https://github.com/madmachineio/MadDrivers.git " , . branch ( " main " ) ) ,
8+ . package ( url: " https://github.com/madmachineio/SwiftIO.git " , . upToNextMinor ( from: " 0.0.1 " ) ) ,
9+ . package ( url: " https://github.com/madmachineio/MadBoards.git " , . upToNextMinor ( from: " 0.0.1 " ) ) ,
10+ . package ( url: " https://github.com/madmachineio/MadDrivers.git " , . upToNextMinor ( from : " 0.0.10 " ) ) ,
1111 ] ,
1212 targets: [
1313 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ let package = Package(
55 name: " ReadTime " ,
66 dependencies: [
77 // Dependencies declare other packages that this package depends on.
8- . package ( url: " https://github.com/madmachineio/SwiftIO.git " , . upToNextMajor ( from: " 0.0.1 " ) ) ,
9- . package ( url: " https://github.com/madmachineio/MadBoards.git " , . upToNextMajor ( from: " 0.0.1 " ) ) ,
10- . package ( url: " https://github.com/madmachineio/MadDrivers.git " , . branch ( " main " ) ) ,
8+ . package ( url: " https://github.com/madmachineio/SwiftIO.git " , . upToNextMinor ( from: " 0.0.1 " ) ) ,
9+ . package ( url: " https://github.com/madmachineio/MadBoards.git " , . upToNextMinor ( from: " 0.0.1 " ) ) ,
10+ . package ( url: " https://github.com/madmachineio/MadDrivers.git " , . upToNextMinor ( from : " 0.0.10 " ) ) ,
1111 ] ,
1212 targets: [
1313 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ let package = Package(
55 name: " Timer " ,
66 dependencies: [
77 // Dependencies declare other packages that this package depends on.
8- . package ( url: " https://github.com/madmachineio/SwiftIO.git " , . upToNextMajor ( from: " 0.0.1 " ) ) ,
9- . package ( url: " https://github.com/madmachineio/MadBoards.git " , . upToNextMajor ( from: " 0.0.1 " ) ) ,
10- . package ( url: " https://github.com/madmachineio/MadDrivers.git " , . branch ( " main " ) ) ,
8+ . package ( url: " https://github.com/madmachineio/SwiftIO.git " , . upToNextMinor ( from: " 0.0.1 " ) ) ,
9+ . package ( url: " https://github.com/madmachineio/MadBoards.git " , . upToNextMinor ( from: " 0.0.1 " ) ) ,
10+ . package ( url: " https://github.com/madmachineio/MadDrivers.git " , . upToNextMinor ( from : " 0.0.10 " ) ) ,
1111 ] ,
1212 targets: [
1313 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ let package = Package(
55 name: " BreathingLED " ,
66 dependencies: [
77 // Dependencies declare other packages that this package depends on.
8- . package ( url: " https://github.com/madmachineio/SwiftIO.git " , . upToNextMajor ( from: " 0.0.1 " ) ) ,
9- . package ( url: " https://github.com/madmachineio/MadBoards.git " , . upToNextMajor ( from: " 0.0.1 " ) ) ,
10- . package ( url: " https://github.com/madmachineio/MadDrivers.git " , . branch ( " main " ) ) ,
8+ . package ( url: " https://github.com/madmachineio/SwiftIO.git " , . upToNextMinor ( from: " 0.0.1 " ) ) ,
9+ . package ( url: " https://github.com/madmachineio/MadBoards.git " , . upToNextMinor ( from: " 0.0.1 " ) ) ,
10+ . package ( url: " https://github.com/madmachineio/MadDrivers.git " , . upToNextMinor ( from : " 0.0.10 " ) ) ,
1111 ] ,
1212 targets: [
1313 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ let package = Package(
55 name: " DrawPixels " ,
66 dependencies: [
77 // Dependencies declare other packages that this package depends on.
8- . package ( url: " https://github.com/madmachineio/SwiftIO.git " , . upToNextMajor ( from: " 0.0.1 " ) ) ,
9- . package ( url: " https://github.com/madmachineio/MadBoards.git " , . upToNextMajor ( from: " 0.0.1 " ) ) ,
10- . package ( url: " https://github.com/madmachineio/MadDrivers.git " , . branch ( " main " ) ) ,
8+ . package ( url: " https://github.com/madmachineio/SwiftIO.git " , . upToNextMinor ( from: " 0.0.1 " ) ) ,
9+ . package ( url: " https://github.com/madmachineio/MadBoards.git " , . upToNextMinor ( from: " 0.0.1 " ) ) ,
10+ . package ( url: " https://github.com/madmachineio/MadDrivers.git " , . upToNextMinor ( from : " 0.0.10 " ) ) ,
1111 ] ,
1212 targets: [
1313 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ let package = Package(
55 name: " Frame " ,
66 dependencies: [
77 // Dependencies declare other packages that this package depends on.
8- . package ( url: " https://github.com/madmachineio/SwiftIO.git " , . upToNextMajor ( from: " 0.0.1 " ) ) ,
9- . package ( url: " https://github.com/madmachineio/MadBoards.git " , . upToNextMajor ( from: " 0.0.1 " ) ) ,
10- . package ( url: " https://github.com/madmachineio/MadDrivers.git " , . branch ( " main " ) ) ,
8+ . package ( url: " https://github.com/madmachineio/SwiftIO.git " , . upToNextMinor ( from: " 0.0.1 " ) ) ,
9+ . package ( url: " https://github.com/madmachineio/MadBoards.git " , . upToNextMinor ( from: " 0.0.1 " ) ) ,
10+ . package ( url: " https://github.com/madmachineio/MadDrivers.git " , . upToNextMinor ( from : " 0.0.10 " ) ) ,
1111 ] ,
1212 targets: [
1313 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ let package = Package(
55 name: " ScrollingText " ,
66 dependencies: [
77 // Dependencies declare other packages that this package depends on.
8- . package ( url: " https://github.com/madmachineio/SwiftIO.git " , . upToNextMajor ( from: " 0.0.1 " ) ) ,
9- . package ( url: " https://github.com/madmachineio/MadBoards.git " , . upToNextMajor ( from: " 0.0.1 " ) ) ,
10- . package ( url: " https://github.com/madmachineio/MadDrivers.git " , . branch ( " main " ) ) ,
8+ . package ( url: " https://github.com/madmachineio/SwiftIO.git " , . upToNextMinor ( from: " 0.0.1 " ) ) ,
9+ . package ( url: " https://github.com/madmachineio/MadBoards.git " , . upToNextMinor ( from: " 0.0.1 " ) ) ,
10+ . package ( url: " https://github.com/madmachineio/MadDrivers.git " , . upToNextMinor ( from : " 0.0.10 " ) ) ,
1111 ] ,
1212 targets: [
1313 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ let package = Package(
55 name: " ReadValues " ,
66 dependencies: [
77 // Dependencies declare other packages that this package depends on.
8- . package ( url: " https://github.com/madmachineio/SwiftIO.git " , . upToNextMajor ( from: " 0.0.1 " ) ) ,
9- . package ( url: " https://github.com/madmachineio/MadBoards.git " , . upToNextMajor ( from: " 0.0.1 " ) ) ,
10- . package ( url: " https://github.com/madmachineio/MadDrivers.git " , . branch ( " main " ) ) ,
8+ . package ( url: " https://github.com/madmachineio/SwiftIO.git " , . upToNextMinor ( from: " 0.0.1 " ) ) ,
9+ . package ( url: " https://github.com/madmachineio/MadBoards.git " , . upToNextMinor ( from: " 0.0.1 " ) ) ,
10+ . package ( url: " https://github.com/madmachineio/MadDrivers.git " , . upToNextMinor ( from : " 0.0.10 " ) ) ,
1111 ] ,
1212 targets: [
1313 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
You can’t perform that action at this time.
0 commit comments