-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from bricklife/release/1.8.1
Release/1.8.1
- Loading branch information
Showing
14 changed files
with
600 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[submodule "Carthage/Checkouts/ReSwift"] | ||
path = Carthage/Checkouts/ReSwift | ||
url = https://github.com/ReSwift/ReSwift.git | ||
[submodule "Carthage/Checkouts/ReactiveSwift"] | ||
path = Carthage/Checkouts/ReactiveSwift | ||
url = https://github.com/ReactiveCocoa/ReactiveSwift.git | ||
[submodule "Carthage/Checkouts/Result"] | ||
path = Carthage/Checkouts/Result | ||
url = https://github.com/antitypical/Result.git | ||
[submodule "Carthage/Checkouts/BoostBLEKit"] | ||
path = Carthage/Checkouts/BoostBLEKit | ||
url = https://github.com/bricklife/BoostBLEKit.git |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/* A single strings file, whose title is specified in your preferences schema. The strings files provide the localized content to display to the user for each of your preferences. */ | ||
|
||
"Version" = "Version"; | ||
"Licenses" = "Lizenzen"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
NSBluetoothPeripheralUsageDescription="Diese App verwendet Bluetooth LE zur Steuerung des LEGO Boost Move Hub"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* CAUTION */ | ||
"CAUTION" = "WARNUNG"; | ||
|
||
/* Turn on Bluetooth */ | ||
"Turn on Bluetooth" = "Bluetooth einschalten"; | ||
|
||
/* Unsupported Device */ | ||
"Unsupported Device" = "Nicht unterstütztes Gerät"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/* Class = "UITableViewSection"; headerTitle = "Controller Type for Motor A & B"; ObjectID = "1vK-ll-SMg"; */ | ||
"1vK-ll-SMg.headerTitle" = "Reglertyp für Motoren A & B"; | ||
|
||
/* Class = "UITableViewSection"; headerTitle = "Motor Directions"; ObjectID = "9KN-vQ-WBx"; */ | ||
"9KN-vQ-WBx.headerTitle" = "Laufrichtungen der Motoren"; | ||
|
||
/* Class = "UINavigationItem"; title = "Settings"; ObjectID = "EDE-ue-qdZ"; */ | ||
"EDE-ue-qdZ.title" = "Einstellungen"; | ||
|
||
/* Class = "UILabel"; text = "Port D"; ObjectID = "fYO-cN-YCM"; */ | ||
"fYO-cN-YCM.text" = "Anschluss D"; | ||
|
||
/* Class = "UILabel"; text = "Joystick type"; ObjectID = "IYt-gU-rJE"; */ | ||
"IYt-gU-rJE.text" = "Joystick"; | ||
|
||
/* Class = "UILabel"; text = "Twin Sticks type"; ObjectID = "kHV-9y-xeo"; */ | ||
"kHV-9y-xeo.text" = "Schieberegler"; | ||
|
||
/* Class = "UILabel"; text = "Port A"; ObjectID = "nxb-Sh-8Vf"; */ | ||
"nxb-Sh-8Vf.text" = "Anschluss A"; | ||
|
||
/* Class = "UILabel"; text = "Port C"; ObjectID = "QQF-LJ-BZe"; */ | ||
"QQF-LJ-BZe.text" = "Anschluss C"; | ||
|
||
/* Class = "UILabel"; text = "Port B"; ObjectID = "t51-4l-aJ5"; */ | ||
"t51-4l-aJ5.text" = "Anschluss B"; | ||
|
||
/* Class = "UITableViewSection"; headerTitle = "Number of Steps of Motor Power"; ObjectID = "XP7-lg-vY3"; */ | ||
"XP7-lg-vY3.headerTitle" = "Schritte der Motorleistung"; | ||
|
||
/* Class = "UILabel"; headerTitle = "1 step (On / Off)"; ObjectID = "pYf-8e-0Vh"; */ | ||
"pYf-8e-0Vh.text" = "1 Schritt (Ein / Aus)"; | ||
|
||
/* Class = "UILabel"; headerTitle = "0 or 100"; ObjectID = "uoD-Hx-d61"; */ | ||
"uoD-Hx-d61.text" = "0 oder 100"; | ||
|
||
/* Class = "UILabel"; headerTitle = "2 steps"; ObjectID = "pGG-TU-DN3"; */ | ||
"pGG-TU-DN3.text" = "2 Schritte"; | ||
|
||
/* Class = "UILabel"; headerTitle = "5 steps"; ObjectID = "EH8-DP-72E"; */ | ||
"EH8-DP-72E.text" = "5 Schritte"; | ||
|
||
/* Class = "UILabel"; headerTitle = "10 steps"; ObjectID = "L74-lo-xZR"; */ | ||
"L74-lo-xZR.text" = "10 Schritte"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
NSPhotoLibraryUsageDescription="LEGO Boost Move Hubを操作するためにBluetooth LEが必要です"; | ||
NSBluetoothPeripheralUsageDescription="LEGO Boost Move Hubを操作するためにBluetooth LEが必要です"; |
Submodule BoostBLEKit
added at
e9e553
Submodule ReactiveSwift
added at
4f6a12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters