docs: clarify public source build path#482
Conversation
grohith327
left a comment
There was a problem hiding this comment.
@Bortlesboat Can you update the shell script to skip Fluid Intelligence and attempt to build, you can add the instruction back into the README
|
Updated in Verified with |
|
|
||
| Build and run in Xcode. All dependencies are managed via Swift Package Manager. | ||
|
|
||
| For public source builds from the command line, `./build.sh` skips the private Fluid Intelligence build setup and runs the unsigned macOS build: |
There was a problem hiding this comment.
Minor - tweak this to just say: "Run the build using the script: ./build.sh". You can remove the rest
| ### Build Only (No Signing) | ||
|
|
||
| ```bash | ||
| xcodebuild -project Fluid.xcodeproj -scheme Fluid -destination 'platform=macOS' build CODE_SIGNING_ALLOWED=NO | ||
| ``` |
There was a problem hiding this comment.
You can remove this section
Summary
Closes #471
Verification