Skip to content

Commit

Permalink
Fix README (#1655)
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna authored Jun 29, 2023
1 parent 78b366e commit 97dae88
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 97dae88

Please sign in to comment.