diff --git a/Neon Vision Editor.xcodeproj/project.pbxproj b/Neon Vision Editor.xcodeproj/project.pbxproj index 334c95a..47da2c9 100644 --- a/Neon Vision Editor.xcodeproj/project.pbxproj +++ b/Neon Vision Editor.xcodeproj/project.pbxproj @@ -361,7 +361,7 @@ CODE_SIGNING_ALLOWED = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 466; + CURRENT_PROJECT_VERSION = 467; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = CS727NF72U; ENABLE_APP_SANDBOX = YES; @@ -444,7 +444,7 @@ CODE_SIGNING_ALLOWED = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 466; + CURRENT_PROJECT_VERSION = 467; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = CS727NF72U; ENABLE_APP_SANDBOX = YES; diff --git a/README.md b/README.md index 5f5df2e..d1988ca 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ - Jump: [Install](#install) | [Features](#features) | [Contributing](#contributing-quickstart) - Quick install: [GitHub Releases](https://github.com/h3pdesign/Neon-Vision-Editor/releases), [App Store](https://apps.apple.com/de/app/neon-vision-editor/id6758950965), [TestFlight](https://testflight.apple.com/join/YWB2fGAP) +- Need help quickly: [Troubleshooting](#troubleshooting) | [FAQ](#faq) | [Known Issues](#known-issues) ### 30-Second Quickstart (Source Build) @@ -525,9 +526,12 @@ shasum -a 256 - macOS 26 (Tahoe) - Xcode compatible with macOS 26 toolchain - Apple Silicon recommended +- iOS and iPadOS simulator runtimes installed in Xcode for cross-platform verification ## Build from source +If you already completed the [30-Second Quickstart (Source Build)](#30-second-quickstart-source-build), you can open and run directly from Xcode. + ```bash git clone https://github.com/h3pdesign/Neon-Vision-Editor.git cd Neon-Vision-Editor @@ -543,6 +547,7 @@ Contributor guide: [`CONTRIBUTING.md`](CONTRIBUTING.md) 3. Build on macOS first. 4. Run cross-platform verification script. 5. Open a PR with screenshots for UI changes and a short risk note. +6. Link to related issue/milestone and call out user-visible impact. ```bash git clone https://github.com/h3pdesign/Neon-Vision-Editor.git