From 97dae88afda0c192a6f22a5b90242dcd1ef3fcab Mon Sep 17 00:00:00 2001 From: Vinicius Fortuna Date: Thu, 29 Jun 2023 17:36:58 -0400 Subject: [PATCH] Fix README (#1655) --- src/cordova/apple/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cordova/apple/README.md b/src/cordova/apple/README.md index 80dab6141c..fac531741c 100644 --- a/src/cordova/apple/README.md +++ b/src/cordova/apple/README.md @@ -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 @@ -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 @@ -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"