Skip to content

Commit

Permalink
Update MAINTAINING.md (#20)
Browse files Browse the repository at this point in the history
* Update MAINTAINING.md

* fixes indentation issues
  • Loading branch information
ChrisC authored Dec 11, 2024
1 parent 9980c63 commit 0d84a75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/macos-at-driver-server/MAINTAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ locally (that is, without publishing it for use by others).
### Instructions

1. Build the Xcode project
1. Select `Open Existing Project...` from Xcode and navigate to `/packages/macos-at-driver-server/MacOSATDriverServer/MacOSATDriverServer.xcodeproj` in your local repository
2. With the project open, select `Product>Build` from the top-level menu
2. Execute the following command in a terminal:

$ npm pack
Expand All @@ -39,6 +41,8 @@ Repository](https://npmjs.org).
### Instructions

1. Build the Xcode project
1. Select `Open Existing Project...` from Xcode and navigate to `/packages/macos-at-driver-server/MacOSATDriverServer/MacOSATDriverServer.xcodeproj` in your local repository
2. With the project open, select `Product>Build` from the top-level menu
2. Execute the following command in a terminal:

$ npm publish

0 comments on commit 0d84a75

Please sign in to comment.