-
-
Notifications
You must be signed in to change notification settings - Fork 562
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
2991230
commit ab8c0b8
Showing
2 changed files
with
5 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Ockam Desktop Application | ||
# Ockam Portals Application | ||
|
||
|
||
The Ockam Desktop Application is a native MacOS application that provides a GUI for users to interact with Ockam. | ||
It's built on top of on the crate `ockam_app_lib` which exposes C APIs for interacting with Ockam. | ||
|
||
## How to build | ||
|
||
To build the Ockam Desktop Application: | ||
To build the Ockam Portals Application: | ||
1. Run `make swift_build` from the root of the repository. | ||
2. Launch it using `./implementations/swift/build/Ockam.xcarchive/Products/Applications/Ockam.app/Contents/MacOS/Ockam` | ||
2. Launch it with `make_swift_run` from the root of the repository. | ||
|
||
To build the package you can use `make swift_package`. |