diff --git a/Examples/MakerKit/Mission10_Humiture_Sensor/Package.swift b/Examples/MakerKit/Mission10_Humiture_Sensor/Package.swift index ca5b03f..e4f0b87 100644 --- a/Examples/MakerKit/Mission10_Humiture_Sensor/Package.swift +++ b/Examples/MakerKit/Mission10_Humiture_Sensor/Package.swift @@ -5,8 +5,8 @@ let package = Package( name: "Mission10_Humiture_Sensor", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/Examples/MakerKit/Mission11_Reproduce_Mission10/Package.swift b/Examples/MakerKit/Mission11_Reproduce_Mission10/Package.swift index b5e1baf..726157b 100644 --- a/Examples/MakerKit/Mission11_Reproduce_Mission10/Package.swift +++ b/Examples/MakerKit/Mission11_Reproduce_Mission10/Package.swift @@ -5,9 +5,9 @@ let package = Package( name: "Mission11_Reproduce_Mission10", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/Examples/MakerKit/Mission12_Buzzer_Music/Package.swift b/Examples/MakerKit/Mission12_Buzzer_Music/Package.swift index 734c314..7613716 100644 --- a/Examples/MakerKit/Mission12_Buzzer_Music/Package.swift +++ b/Examples/MakerKit/Mission12_Buzzer_Music/Package.swift @@ -5,9 +5,9 @@ let package = Package( name: "Mission12_Buzzer_Music", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/PWMTone.git", branch: "develop"), + .package(url: "https://github.com/madmachineio/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/PWMTone.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/Examples/MakerKit/Mission1_Blink/Package.swift b/Examples/MakerKit/Mission1_Blink/Package.swift index 8335c9d..dc1b9df 100644 --- a/Examples/MakerKit/Mission1_Blink/Package.swift +++ b/Examples/MakerKit/Mission1_Blink/Package.swift @@ -5,8 +5,8 @@ let package = Package( name: "Mission1_Blink", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/Examples/MakerKit/Mission2_RGB_LED/Package.swift b/Examples/MakerKit/Mission2_RGB_LED/Package.swift index 60a8fd2..ece9853 100644 --- a/Examples/MakerKit/Mission2_RGB_LED/Package.swift +++ b/Examples/MakerKit/Mission2_RGB_LED/Package.swift @@ -5,8 +5,8 @@ let package = Package( name: "Mission2_RGB_LED", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/Examples/MakerKit/Mission3_Push_Button/Package.swift b/Examples/MakerKit/Mission3_Push_Button/Package.swift index 7a2b3c2..879bbc5 100644 --- a/Examples/MakerKit/Mission3_Push_Button/Package.swift +++ b/Examples/MakerKit/Mission3_Push_Button/Package.swift @@ -5,8 +5,8 @@ let package = Package( name: "Mission3_Push_Button", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/Examples/MakerKit/Mission4_Potentiometer_RGB/Package.swift b/Examples/MakerKit/Mission4_Potentiometer_RGB/Package.swift index 6cd5b71..65cdb57 100644 --- a/Examples/MakerKit/Mission4_Potentiometer_RGB/Package.swift +++ b/Examples/MakerKit/Mission4_Potentiometer_RGB/Package.swift @@ -5,8 +5,8 @@ let package = Package( name: "Mission4_Potentiometer_RGB", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/Examples/MakerKit/Mission5_Buzzer/Package.swift b/Examples/MakerKit/Mission5_Buzzer/Package.swift index 9234587..3338b07 100644 --- a/Examples/MakerKit/Mission5_Buzzer/Package.swift +++ b/Examples/MakerKit/Mission5_Buzzer/Package.swift @@ -5,8 +5,8 @@ let package = Package( name: "Mission5_Buzzer", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/Examples/MakerKit/Mission6_Seven_Segment_Display/Package.swift b/Examples/MakerKit/Mission6_Seven_Segment_Display/Package.swift index c2d1ef2..54d1454 100644 --- a/Examples/MakerKit/Mission6_Seven_Segment_Display/Package.swift +++ b/Examples/MakerKit/Mission6_Seven_Segment_Display/Package.swift @@ -5,8 +5,8 @@ let package = Package( name: "Mission6_Seven_Segment_Display", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/Examples/MakerKit/Mission7_DC_Motors/Package.swift b/Examples/MakerKit/Mission7_DC_Motors/Package.swift index f8b9357..dfec8d1 100644 --- a/Examples/MakerKit/Mission7_DC_Motors/Package.swift +++ b/Examples/MakerKit/Mission7_DC_Motors/Package.swift @@ -5,8 +5,8 @@ let package = Package( name: "Mission7_DC_Motors", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/Examples/MakerKit/Mission8_Servo_Motor/Package.swift b/Examples/MakerKit/Mission8_Servo_Motor/Package.swift index 03f689b..b14e071 100644 --- a/Examples/MakerKit/Mission8_Servo_Motor/Package.swift +++ b/Examples/MakerKit/Mission8_Servo_Motor/Package.swift @@ -5,8 +5,8 @@ let package = Package( name: "Mission8_Servo_Motor", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/Examples/MakerKit/Mission9_LCD/Package.swift b/Examples/MakerKit/Mission9_LCD/Package.swift index 5f56678..0574b26 100644 --- a/Examples/MakerKit/Mission9_LCD/Package.swift +++ b/Examples/MakerKit/Mission9_LCD/Package.swift @@ -5,8 +5,8 @@ let package = Package( name: "Mission9_LCD", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/Examples/SwiftIOPlayground/01LED/LEDBlink/Package.swift b/Examples/SwiftIOPlayground/01LED/LEDBlink/Package.swift index 9670729..0597e1e 100644 --- a/Examples/SwiftIOPlayground/01LED/LEDBlink/Package.swift +++ b/Examples/SwiftIOPlayground/01LED/LEDBlink/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "LEDBlink", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/01LED/LEDBlinkWithTimer/Package.swift b/Examples/SwiftIOPlayground/01LED/LEDBlinkWithTimer/Package.swift index 2ee87aa..9c5f1b4 100644 --- a/Examples/SwiftIOPlayground/01LED/LEDBlinkWithTimer/Package.swift +++ b/Examples/SwiftIOPlayground/01LED/LEDBlinkWithTimer/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "LEDBlinkWithTimer", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/01LED/LEDMorseCode/Package.swift b/Examples/SwiftIOPlayground/01LED/LEDMorseCode/Package.swift index fd32ecb..357cfd6 100644 --- a/Examples/SwiftIOPlayground/01LED/LEDMorseCode/Package.swift +++ b/Examples/SwiftIOPlayground/01LED/LEDMorseCode/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "LEDMorseCode", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/01LED/RGBLED/Package.swift b/Examples/SwiftIOPlayground/01LED/RGBLED/Package.swift index 5bcc4da..2e28844 100644 --- a/Examples/SwiftIOPlayground/01LED/RGBLED/Package.swift +++ b/Examples/SwiftIOPlayground/01LED/RGBLED/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "RGBLED", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/02Button/ButtonInterrupt/Package.swift b/Examples/SwiftIOPlayground/02Button/ButtonInterrupt/Package.swift index 1bca035..64921f4 100644 --- a/Examples/SwiftIOPlayground/02Button/ButtonInterrupt/Package.swift +++ b/Examples/SwiftIOPlayground/02Button/ButtonInterrupt/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "ButtonInterrupt", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/02Button/MomentaryLEDSwitch/Package.swift b/Examples/SwiftIOPlayground/02Button/MomentaryLEDSwitch/Package.swift index 076f8d3..f896a21 100644 --- a/Examples/SwiftIOPlayground/02Button/MomentaryLEDSwitch/Package.swift +++ b/Examples/SwiftIOPlayground/02Button/MomentaryLEDSwitch/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "MomentaryLEDSwitch", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/02Button/OnOffButtons/Package.swift b/Examples/SwiftIOPlayground/02Button/OnOffButtons/Package.swift index 6fd4a51..10f9aa2 100644 --- a/Examples/SwiftIOPlayground/02Button/OnOffButtons/Package.swift +++ b/Examples/SwiftIOPlayground/02Button/OnOffButtons/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "OnOffButtons", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/02Button/ToggleLEDSwitch/Package.swift b/Examples/SwiftIOPlayground/02Button/ToggleLEDSwitch/Package.swift index 3ef347d..e4b5d06 100644 --- a/Examples/SwiftIOPlayground/02Button/ToggleLEDSwitch/Package.swift +++ b/Examples/SwiftIOPlayground/02Button/ToggleLEDSwitch/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "ToggleLEDSwitch", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/02Button/TwoWayLEDSwitches/Package.swift b/Examples/SwiftIOPlayground/02Button/TwoWayLEDSwitches/Package.swift index 157f47f..114aa05 100644 --- a/Examples/SwiftIOPlayground/02Button/TwoWayLEDSwitches/Package.swift +++ b/Examples/SwiftIOPlayground/02Button/TwoWayLEDSwitches/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "TwoWayLEDSwitches", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/03Buzzer/BreathingLED/Package.swift b/Examples/SwiftIOPlayground/03Buzzer/BreathingLED/Package.swift index 2c72645..bc3148b 100644 --- a/Examples/SwiftIOPlayground/03Buzzer/BreathingLED/Package.swift +++ b/Examples/SwiftIOPlayground/03Buzzer/BreathingLED/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "BreathingLED", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/03Buzzer/ButtonDimmer/Package.swift b/Examples/SwiftIOPlayground/03Buzzer/ButtonDimmer/Package.swift index 3e9bcd4..193c6a9 100644 --- a/Examples/SwiftIOPlayground/03Buzzer/ButtonDimmer/Package.swift +++ b/Examples/SwiftIOPlayground/03Buzzer/ButtonDimmer/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "ButtonDimmer", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/03Buzzer/LEDPatternChange/Package.swift b/Examples/SwiftIOPlayground/03Buzzer/LEDPatternChange/Package.swift index 4e099a1..47fbf19 100644 --- a/Examples/SwiftIOPlayground/03Buzzer/LEDPatternChange/Package.swift +++ b/Examples/SwiftIOPlayground/03Buzzer/LEDPatternChange/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "LEDPatternChange", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/03Buzzer/PlayingScale/Package.swift b/Examples/SwiftIOPlayground/03Buzzer/PlayingScale/Package.swift index 655c0ce..a872bbb 100644 --- a/Examples/SwiftIOPlayground/03Buzzer/PlayingScale/Package.swift +++ b/Examples/SwiftIOPlayground/03Buzzer/PlayingScale/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "PlayingScale", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/03Buzzer/ReflexGame/Package.swift b/Examples/SwiftIOPlayground/03Buzzer/ReflexGame/Package.swift index 0d4d5b6..c019f02 100644 --- a/Examples/SwiftIOPlayground/03Buzzer/ReflexGame/Package.swift +++ b/Examples/SwiftIOPlayground/03Buzzer/ReflexGame/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "ReflexGame", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/04Potentiometer/DoubleLEDDimmer/Package.swift b/Examples/SwiftIOPlayground/04Potentiometer/DoubleLEDDimmer/Package.swift index ff897d7..de3f1dd 100644 --- a/Examples/SwiftIOPlayground/04Potentiometer/DoubleLEDDimmer/Package.swift +++ b/Examples/SwiftIOPlayground/04Potentiometer/DoubleLEDDimmer/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "DoubleLEDDimmer", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/04Potentiometer/LEDBlinkControl/Package.swift b/Examples/SwiftIOPlayground/04Potentiometer/LEDBlinkControl/Package.swift index dc2752c..c8f3438 100644 --- a/Examples/SwiftIOPlayground/04Potentiometer/LEDBlinkControl/Package.swift +++ b/Examples/SwiftIOPlayground/04Potentiometer/LEDBlinkControl/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "LEDBlinkControl", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/04Potentiometer/LEDDimmer/Package.swift b/Examples/SwiftIOPlayground/04Potentiometer/LEDDimmer/Package.swift index f32a831..8479553 100644 --- a/Examples/SwiftIOPlayground/04Potentiometer/LEDDimmer/Package.swift +++ b/Examples/SwiftIOPlayground/04Potentiometer/LEDDimmer/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "LEDDimmer", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/04Potentiometer/PitchControl/Package.swift b/Examples/SwiftIOPlayground/04Potentiometer/PitchControl/Package.swift index b3ff798..2d4d390 100644 --- a/Examples/SwiftIOPlayground/04Potentiometer/PitchControl/Package.swift +++ b/Examples/SwiftIOPlayground/04Potentiometer/PitchControl/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "PitchControl", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/04Potentiometer/PlayingTones/Package.swift b/Examples/SwiftIOPlayground/04Potentiometer/PlayingTones/Package.swift index 9ba74ff..45b740d 100644 --- a/Examples/SwiftIOPlayground/04Potentiometer/PlayingTones/Package.swift +++ b/Examples/SwiftIOPlayground/04Potentiometer/PlayingTones/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "PlayingTones", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/04Potentiometer/Potentiometer/Package.swift b/Examples/SwiftIOPlayground/04Potentiometer/Potentiometer/Package.swift index 468dfbb..700faa1 100644 --- a/Examples/SwiftIOPlayground/04Potentiometer/Potentiometer/Package.swift +++ b/Examples/SwiftIOPlayground/04Potentiometer/Potentiometer/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "Potentiometer", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/05Humiture/AverageTemperature/Package.swift b/Examples/SwiftIOPlayground/05Humiture/AverageTemperature/Package.swift index 8e7b495..f4c6740 100644 --- a/Examples/SwiftIOPlayground/05Humiture/AverageTemperature/Package.swift +++ b/Examples/SwiftIOPlayground/05Humiture/AverageTemperature/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "AverageTemperature", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/05Humiture/Humiture/Package.swift b/Examples/SwiftIOPlayground/05Humiture/Humiture/Package.swift index 86b1748..8663e8c 100644 --- a/Examples/SwiftIOPlayground/05Humiture/Humiture/Package.swift +++ b/Examples/SwiftIOPlayground/05Humiture/Humiture/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "Humiture", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/06RTC/Alarm/Package.swift b/Examples/SwiftIOPlayground/06RTC/Alarm/Package.swift index 833f4c6..46cd9c0 100644 --- a/Examples/SwiftIOPlayground/06RTC/Alarm/Package.swift +++ b/Examples/SwiftIOPlayground/06RTC/Alarm/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "Alarm", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/06RTC/BlinkUsingRTC/Package.swift b/Examples/SwiftIOPlayground/06RTC/BlinkUsingRTC/Package.swift index f06fcf6..0fa94ee 100644 --- a/Examples/SwiftIOPlayground/06RTC/BlinkUsingRTC/Package.swift +++ b/Examples/SwiftIOPlayground/06RTC/BlinkUsingRTC/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "BlinkUsingRTC", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/06RTC/ReadingTime/Package.swift b/Examples/SwiftIOPlayground/06RTC/ReadingTime/Package.swift index 5a416a2..20c6525 100644 --- a/Examples/SwiftIOPlayground/06RTC/ReadingTime/Package.swift +++ b/Examples/SwiftIOPlayground/06RTC/ReadingTime/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "ReadingTime", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/07Accelerometer/Accelerometer/Package.swift b/Examples/SwiftIOPlayground/07Accelerometer/Accelerometer/Package.swift index 7888067..9ee6962 100644 --- a/Examples/SwiftIOPlayground/07Accelerometer/Accelerometer/Package.swift +++ b/Examples/SwiftIOPlayground/07Accelerometer/Accelerometer/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "Accelerometer", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/07Accelerometer/AccelerometerDice/Package.swift b/Examples/SwiftIOPlayground/07Accelerometer/AccelerometerDice/Package.swift index 818b2c2..05834bd 100644 --- a/Examples/SwiftIOPlayground/07Accelerometer/AccelerometerDice/Package.swift +++ b/Examples/SwiftIOPlayground/07Accelerometer/AccelerometerDice/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "AccelerometerDice", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/07Accelerometer/AccelerometerLock/Package.swift b/Examples/SwiftIOPlayground/07Accelerometer/AccelerometerLock/Package.swift index d44cc66..28f9e23 100644 --- a/Examples/SwiftIOPlayground/07Accelerometer/AccelerometerLock/Package.swift +++ b/Examples/SwiftIOPlayground/07Accelerometer/AccelerometerLock/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "AccelerometerLock", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/08LCD/AccelerationVisualizer/Package.swift b/Examples/SwiftIOPlayground/08LCD/AccelerationVisualizer/Package.swift index acdba3c..0fcedfc 100644 --- a/Examples/SwiftIOPlayground/08LCD/AccelerationVisualizer/Package.swift +++ b/Examples/SwiftIOPlayground/08LCD/AccelerationVisualizer/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "AccelerationVisualizer", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/08LCD/AnalogVisualizer/Package.swift b/Examples/SwiftIOPlayground/08LCD/AnalogVisualizer/Package.swift index 00f97b4..deaf2ee 100644 --- a/Examples/SwiftIOPlayground/08LCD/AnalogVisualizer/Package.swift +++ b/Examples/SwiftIOPlayground/08LCD/AnalogVisualizer/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "AnalogVisualizer", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/08LCD/LCD/Package.swift b/Examples/SwiftIOPlayground/08LCD/LCD/Package.swift index 7cb32e2..91c78e4 100644 --- a/Examples/SwiftIOPlayground/08LCD/LCD/Package.swift +++ b/Examples/SwiftIOPlayground/08LCD/LCD/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "LCD", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/08LCD/Rainbow/Package.swift b/Examples/SwiftIOPlayground/08LCD/Rainbow/Package.swift index a7b6054..1a400a4 100644 --- a/Examples/SwiftIOPlayground/08LCD/Rainbow/Package.swift +++ b/Examples/SwiftIOPlayground/08LCD/Rainbow/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "Rainbow", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/08LCD/ScrollEffect/Package.swift b/Examples/SwiftIOPlayground/08LCD/ScrollEffect/Package.swift index 6cbc7f3..56edebd 100644 --- a/Examples/SwiftIOPlayground/08LCD/ScrollEffect/Package.swift +++ b/Examples/SwiftIOPlayground/08LCD/ScrollEffect/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "ScrollEffect", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/09Speaker/MusicPlayer/Package.swift b/Examples/SwiftIOPlayground/09Speaker/MusicPlayer/Package.swift index a748cce..18af9fd 100644 --- a/Examples/SwiftIOPlayground/09Speaker/MusicPlayer/Package.swift +++ b/Examples/SwiftIOPlayground/09Speaker/MusicPlayer/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "MusicPlayer", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/09Speaker/Speaker/Package.swift b/Examples/SwiftIOPlayground/09Speaker/Speaker/Package.swift index 754f42e..5737f34 100644 --- a/Examples/SwiftIOPlayground/09Speaker/Speaker/Package.swift +++ b/Examples/SwiftIOPlayground/09Speaker/Speaker/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "Speaker", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/10UART/RemoteLEDSwitch/Button/Package.swift b/Examples/SwiftIOPlayground/10UART/RemoteLEDSwitch/Button/Package.swift index 0e73523..a65c1a3 100644 --- a/Examples/SwiftIOPlayground/10UART/RemoteLEDSwitch/Button/Package.swift +++ b/Examples/SwiftIOPlayground/10UART/RemoteLEDSwitch/Button/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "Button", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/10UART/RemoteLEDSwitch/LED/Package.swift b/Examples/SwiftIOPlayground/10UART/RemoteLEDSwitch/LED/Package.swift index e63e88d..1814674 100644 --- a/Examples/SwiftIOPlayground/10UART/RemoteLEDSwitch/LED/Package.swift +++ b/Examples/SwiftIOPlayground/10UART/RemoteLEDSwitch/LED/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "LED", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/10UART/SerialEcho/Package.swift b/Examples/SwiftIOPlayground/10UART/SerialEcho/Package.swift index 835cc84..0ab3dcd 100644 --- a/Examples/SwiftIOPlayground/10UART/SerialEcho/Package.swift +++ b/Examples/SwiftIOPlayground/10UART/SerialEcho/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "SerialEcho", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/10UART/SerialLEDSwitch/Package.swift b/Examples/SwiftIOPlayground/10UART/SerialLEDSwitch/Package.swift index 29cafef..270baf8 100644 --- a/Examples/SwiftIOPlayground/10UART/SerialLEDSwitch/Package.swift +++ b/Examples/SwiftIOPlayground/10UART/SerialLEDSwitch/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "SerialLEDSwitch", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/11WiFi/JoiningWiFi/Package.swift b/Examples/SwiftIOPlayground/11WiFi/JoiningWiFi/Package.swift index 3c0e234..5c228cd 100644 --- a/Examples/SwiftIOPlayground/11WiFi/JoiningWiFi/Package.swift +++ b/Examples/SwiftIOPlayground/11WiFi/JoiningWiFi/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "JoiningWiFi", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/11WiFi/TemperatureDataLogger/Package.swift b/Examples/SwiftIOPlayground/11WiFi/TemperatureDataLogger/Package.swift index 4619a4f..59114ec 100644 --- a/Examples/SwiftIOPlayground/11WiFi/TemperatureDataLogger/Package.swift +++ b/Examples/SwiftIOPlayground/11WiFi/TemperatureDataLogger/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "TemperatureDataLogger", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/12FileSystem/Album/Package.swift b/Examples/SwiftIOPlayground/12FileSystem/Album/Package.swift index 863a49d..7995b97 100644 --- a/Examples/SwiftIOPlayground/12FileSystem/Album/Package.swift +++ b/Examples/SwiftIOPlayground/12FileSystem/Album/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "Album", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/12FileSystem/ReadingFiles/Package.swift b/Examples/SwiftIOPlayground/12FileSystem/ReadingFiles/Package.swift index 057147e..777024a 100644 --- a/Examples/SwiftIOPlayground/12FileSystem/ReadingFiles/Package.swift +++ b/Examples/SwiftIOPlayground/12FileSystem/ReadingFiles/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "ReadingFiles", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + // .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/12FileSystem/WritingCSVFile/Package.swift b/Examples/SwiftIOPlayground/12FileSystem/WritingCSVFile/Package.swift index 27d53a9..d7b60ad 100644 --- a/Examples/SwiftIOPlayground/12FileSystem/WritingCSVFile/Package.swift +++ b/Examples/SwiftIOPlayground/12FileSystem/WritingCSVFile/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "WritingCSVFile", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/13MoreProjects/FallingSand/Package.swift b/Examples/SwiftIOPlayground/13MoreProjects/FallingSand/Package.swift index 61bd98d..1a44177 100644 --- a/Examples/SwiftIOPlayground/13MoreProjects/FallingSand/Package.swift +++ b/Examples/SwiftIOPlayground/13MoreProjects/FallingSand/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "FallingSand", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/13MoreProjects/LifeGame/Package.swift b/Examples/SwiftIOPlayground/13MoreProjects/LifeGame/Package.swift index 859dcc4..dddd828 100644 --- a/Examples/SwiftIOPlayground/13MoreProjects/LifeGame/Package.swift +++ b/Examples/SwiftIOPlayground/13MoreProjects/LifeGame/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "LifeGame", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/13MoreProjects/MorseCode/Package.swift b/Examples/SwiftIOPlayground/13MoreProjects/MorseCode/Package.swift index c55db4b..7b6cc68 100644 --- a/Examples/SwiftIOPlayground/13MoreProjects/MorseCode/Package.swift +++ b/Examples/SwiftIOPlayground/13MoreProjects/MorseCode/Package.swift @@ -7,8 +7,8 @@ let package = Package( name: "MorseCode", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/13MoreProjects/MovingBall/Package.swift b/Examples/SwiftIOPlayground/13MoreProjects/MovingBall/Package.swift index 855d1a9..f48258a 100644 --- a/Examples/SwiftIOPlayground/13MoreProjects/MovingBall/Package.swift +++ b/Examples/SwiftIOPlayground/13MoreProjects/MovingBall/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "MovingBall", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/13MoreProjects/Pong/Package.swift b/Examples/SwiftIOPlayground/13MoreProjects/Pong/Package.swift index c04e20b..70269f4 100644 --- a/Examples/SwiftIOPlayground/13MoreProjects/Pong/Package.swift +++ b/Examples/SwiftIOPlayground/13MoreProjects/Pong/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "Pong", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/13MoreProjects/Prank/Package.swift b/Examples/SwiftIOPlayground/13MoreProjects/Prank/Package.swift index b39b3d4..3ca2e24 100644 --- a/Examples/SwiftIOPlayground/13MoreProjects/Prank/Package.swift +++ b/Examples/SwiftIOPlayground/13MoreProjects/Prank/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "Prank", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/13MoreProjects/Snake/Package.swift b/Examples/SwiftIOPlayground/13MoreProjects/Snake/Package.swift index 0439370..abc18f2 100644 --- a/Examples/SwiftIOPlayground/13MoreProjects/Snake/Package.swift +++ b/Examples/SwiftIOPlayground/13MoreProjects/Snake/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "Snake", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. diff --git a/Examples/SwiftIOPlayground/13MoreProjects/TicTacToe/Package.swift b/Examples/SwiftIOPlayground/13MoreProjects/TicTacToe/Package.swift index bf7e994..275b9da 100644 --- a/Examples/SwiftIOPlayground/13MoreProjects/TicTacToe/Package.swift +++ b/Examples/SwiftIOPlayground/13MoreProjects/TicTacToe/Package.swift @@ -7,9 +7,9 @@ let package = Package( name: "TicTacToe", dependencies: [ // Dependencies declare other packages that this package depends on. - .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/SwiftIO.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.