You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Diagnostics.error("Multiple targets found\nPlease select specify one target by using the `--target name` option\nAvailable target names: \(availableTargetNames)")
101
+
Diagnostics.error(
102
+
"Multiple targets found\nPlease select specify one target by using the `--target name` option\nAvailable target names: \(availableTargetNames)"
// TODO , figgure out how to add the generated folder to xcode within here
205
-
Diagnostics.remark("! Don't forget to add the generated source file in 'ObjectBox-generated/EntityInfo.generated.swift' to the project, and to git if you want to keep it")
206
-
Diagnostics.remark("! Don't forget to add the generated model file in 'ObjectBox-models.json' to git, this is important for the ObjectBox model generation")
206
+
Diagnostics.remark(
207
+
"! Don't forget to add the generated source file in 'ObjectBox-generated/EntityInfo.generated.swift' to the project, and to git if you want to keep it"
208
+
)
209
+
Diagnostics.remark(
210
+
"! Don't forget to add the generated model file in 'ObjectBox-models.json' to git, this is important for the ObjectBox model generation"
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,11 @@
5
5
This repository only hosts the ObjectBox Swift package.
6
6
7
7
This Swift package contains the [ObjectBox Swift API](https://objectbox.io/docfiles/swift/current/), the [ObjectBox Swift generator](https://swift.objectbox.io/getting-started#generate-objectbox-code) as a command plugin and the native ObjectBox library for macOS and iOS.
8
+
9
+
## Development
10
+
11
+
Swift code is formatted using [swift-format](https://github.com/swiftlang/swift-format):
0 commit comments