Skip to content

Commit

Permalink
Merge pull request #27 from bricklife/release/1.9.1
Browse files Browse the repository at this point in the history
Release/1.9.1
  • Loading branch information
bricklife authored Nov 19, 2020
2 parents fec9885 + c076c97 commit 52fe74a
Show file tree
Hide file tree
Showing 13 changed files with 117 additions and 408 deletions.
13 changes: 0 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,6 @@ playground.xcworkspace
# Package.pins
.build/

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
Carthage

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
Expand Down
9 changes: 0 additions & 9 deletions .gitmodules

This file was deleted.

454 changes: 79 additions & 375 deletions BoostRemote.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"object": {
"pins": [
{
"package": "BoostBLEKit",
"repositoryURL": "https://github.com/bricklife/BoostBLEKit.git",
"state": {
"branch": null,
"revision": "dd01e0cc61c82fb42eca5e57c1138ab48e231128",
"version": "3.4.0"
}
},
{
"package": "ReactiveSwift",
"repositoryURL": "https://github.com/ReactiveCocoa/ReactiveSwift.git",
"state": {
"branch": null,
"revision": "e03cda84105ba707de039b757e2b2de868c65a3e",
"version": "6.5.0"
}
},
{
"package": "ReSwift",
"repositoryURL": "https://github.com/ReSwift/ReSwift.git",
"state": {
"branch": null,
"revision": "b92762b5aa85c5e94053d942fbd37124ee939e5b",
"version": "5.0.0"
}
}
]
},
"version": 1
}
2 changes: 1 addition & 1 deletion BoostRemote/Settings.bundle/Root.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<key>Type</key>
<string>PSTitleValueSpecifier</string>
<key>DefaultValue</key>
<string>1.9.0</string>
<string>1.9.1</string>
<key>Title</key>
<string>Version</string>
<key>Key</key>
Expand Down
1 change: 1 addition & 0 deletions BoostRemote/de.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
NSBluetoothPeripheralUsageDescription="Diese App verwendet Bluetooth LE zur Steuerung des LEGO BOOST Move Hub";
NSBluetoothAlwaysUsageDescription="Diese App verwendet Bluetooth LE zur Steuerung des LEGO BOOST Move Hub";
1 change: 1 addition & 0 deletions BoostRemote/ja.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
NSBluetoothPeripheralUsageDescription="LEGO BOOST Move Hubを操作するためにBluetooth LEが必要です";
NSBluetoothAlwaysUsageDescription="LEGO BOOST Move Hubを操作するためにBluetooth LEが必要です";
3 changes: 0 additions & 3 deletions Cartfile

This file was deleted.

3 changes: 0 additions & 3 deletions Cartfile.resolved

This file was deleted.

1 change: 0 additions & 1 deletion Carthage/Checkouts/BoostBLEKit
Submodule BoostBLEKit deleted from 253fd7
1 change: 0 additions & 1 deletion Carthage/Checkouts/ReSwift
Submodule ReSwift deleted from b92762
1 change: 0 additions & 1 deletion Carthage/Checkouts/ReactiveSwift
Submodule ReactiveSwift deleted from e87037

0 comments on commit 52fe74a

Please sign in to comment.