-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4ee28c8
commit e94881e
Showing
29 changed files
with
371 additions
and
206 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
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
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,23 +1,17 @@ | ||
SWIFT_LINT_PATH=$(shell pwd)/external/SwiftLint | ||
SOURCERY_PATH=$(shell pwd)/external/objectbox-swift-generator | ||
FRAMEWORK_PATH=$(shell pwd)/ios-framework | ||
|
||
GREEN=\033[0;32m | ||
RED=\033[0;31m | ||
BLUE=\033[1;34m | ||
NC=\033[0m # No color | ||
|
||
all: build_swiftlint build_sourcery | ||
all: build_swiftlint | ||
|
||
build_swiftlint: | ||
@echo "$(BLUE)Building SwiftLint...$(NC)" | ||
@echo $(SWIFT_LINT_PATH) | ||
(cd "$(SWIFT_LINT_PATH)"; make build) | ||
|
||
build_sourcery: | ||
@echo "$(BLUE)Building Sourcery...$(NC)" | ||
@echo $(SOURCERY_PATH) | ||
(cd "$(SOURCERY_PATH)"; rake build) | ||
|
||
archive_framework: | ||
(cd "$(FRAMEWORK_PATH)"; make all) |
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
Submodule objectbox-swift-generator
updated
50 files
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
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 |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
"type": 9 | ||
}, | ||
{ | ||
"flags": 8, | ||
"flags": 520, | ||
"id": "3:20736", | ||
"indexId": "1:19712", | ||
"name": "author", | ||
|
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 |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
"type": 9 | ||
}, | ||
{ | ||
"flags": 8, | ||
"flags": 520, | ||
"id": "3:20736", | ||
"indexId": "1:19712", | ||
"name": "author", | ||
|
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
Oops, something went wrong.