Skip to content

Commit

Permalink
Merge pull request #29 from bricklife/release/1.9.2
Browse files Browse the repository at this point in the history
Release/1.9.2
  • Loading branch information
bricklife authored Nov 20, 2020
2 parents 52fe74a + 4c73c8c commit 3c2d949
Show file tree
Hide file tree
Showing 12 changed files with 353 additions and 108 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ DerivedData/
xcuserdata/

## Other
.DS_Store
*.moved-aside
*.xccheckout
*.xcscmblueprint
Expand Down
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[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/BoostBLEKit"]
path = Carthage/Checkouts/BoostBLEKit
url = https://github.com/bricklife/BoostBLEKit.git
402 changes: 330 additions & 72 deletions BoostRemote.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

2 changes: 2 additions & 0 deletions BoostRemote/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSBluetoothAlwaysUsageDescription</key>
Expand Down
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.1</string>
<string>1.9.2</string>
<key>Title</key>
<string>Version</string>
<key>Key</key>
Expand Down
3 changes: 3 additions & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github "bricklife/BoostBLEKit"
github "ReactiveCocoa/ReactiveSwift"
github "ReSwift/ReSwift"
3 changes: 3 additions & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github "ReSwift/ReSwift" "5.0.0"
github "ReactiveCocoa/ReactiveSwift" "6.5.0"
github "bricklife/BoostBLEKit" "3.4.0"
1 change: 1 addition & 0 deletions Carthage/Checkouts/BoostBLEKit
Submodule BoostBLEKit added at dd01e0
1 change: 1 addition & 0 deletions Carthage/Checkouts/ReSwift
Submodule ReSwift added at b92762
1 change: 1 addition & 0 deletions Carthage/Checkouts/ReactiveSwift
Submodule ReactiveSwift added at e03cda
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ https://itunes.apple.com/us/app/boost-remote/id1270503610?ls=1&mt=8
https://youtu.be/WuvGT8WqLrQ

## How to build
1. Install [Xcode 11.2](https://developer.apple.com/xcode/)
1. Install [Xcode 12.2](https://developer.apple.com/xcode/)
2. Clone this repository including submodules
3. Open `BoostRemote.xcodeproj`
4. Build `BoostRemote` scheme
Expand Down

0 comments on commit 3c2d949

Please sign in to comment.