-
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 #29 from bricklife/release/1.9.2
Release/1.9.2
- Loading branch information
Showing
12 changed files
with
353 additions
and
108 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 |
---|---|---|
|
@@ -18,6 +18,7 @@ DerivedData/ | |
xcuserdata/ | ||
|
||
## Other | ||
.DS_Store | ||
*.moved-aside | ||
*.xccheckout | ||
*.xcscmblueprint | ||
|
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,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 |
Large diffs are not rendered by default.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
BoostRemote.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file was deleted.
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,3 @@ | ||
github "bricklife/BoostBLEKit" | ||
github "ReactiveCocoa/ReactiveSwift" | ||
github "ReSwift/ReSwift" |
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,3 @@ | ||
github "ReSwift/ReSwift" "5.0.0" | ||
github "ReactiveCocoa/ReactiveSwift" "6.5.0" | ||
github "bricklife/BoostBLEKit" "3.4.0" |
Submodule BoostBLEKit
added at
dd01e0
Submodule ReactiveSwift
added at
e03cda
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