Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): apple workspace locations in apple README pointing to the wrong location #1655

Merged
merged 1 commit into from
Jun 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/cordova/apple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To build for iOS, run:
To open the iOS project on XCode:

```sh
open ./platforms/ios/Outline.xcworkspace
open ./src/cordova/apple/ios.xcworkspace
```

### Adding support for your device in XCode
Expand All @@ -46,7 +46,7 @@ To build for macOS (OS X), run:
To open the macOS project on XCode:

```sh
open ./platforms/osx/Outline.xcodeproj
open ./src/cordova/apple/macos.xcworkspace
```

### MacOS Development in XCode
Expand All @@ -55,7 +55,7 @@ We recommend that you develop OS X specific functionality in the `platforms/osx`

To run the project in XCode:

* open `platforms/osx/Outline.xcodeproj`
* open `./src/cordova/apple/macos.xcworkspace`
* Make sure you are logged into your Apple Developer account. Go to Preferences → Accounts, make sure your account is set.
* Click "Outline" in the left navigation bar:
* Under "Signing" select "Jigsaw Operations LLC"
Expand Down
Loading