From 4116ea1df71af81b81c8705e12782a8a78484ed9 Mon Sep 17 00:00:00 2001 From: ImmutableJeffrey Date: Mon, 11 May 2026 02:31:21 +1000 Subject: [PATCH] docs(audience-sample): list tested operating systems (SDK-317) - Adds a "Supported Platforms" section to the audience sample app README. - Lists the minimum operating system versions the sample app has been tested on: Windows 10+, macOS Sequoia 15.7.4+, and Linux Ubuntu 22.04 LTS+. - No script porting required. The audience sample app ships no .ps1 or .sh files; the audience-sampleapp path named in the original ticket does not exist. The sample lives at examples/audience and uses Unity Editor C# builders. Closes the remaining SDK-317 Definition of Done items. Linear: SDK-317 https://linear.app/imtbl/issue/SDK-317/get-the-audience-sdk-to-build-and-run-on-linux Co-Authored-By: Claude Opus 4.7 (1M context) --- examples/audience/Assets/SampleApp/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/audience/Assets/SampleApp/README.md b/examples/audience/Assets/SampleApp/README.md index 6052dcf4..d2aef5d4 100644 --- a/examples/audience/Assets/SampleApp/README.md +++ b/examples/audience/Assets/SampleApp/README.md @@ -7,6 +7,12 @@ A demo of the `ImmutableAudience` SDK that exercises every public API. - Unity 2021.3 LTS or later. - An Immutable publishable key (`pk_imapik-test-…` for sandbox, `pk_imapik-…` for production). +## Supported Platforms + +- Windows 10+ +- macOS Sequoia 15.7.4+ +- Linux Ubuntu 22.04 LTS+ + ## How to use 1. Open `Scenes/SampleApp.unity` and press Play.