From 9bd95aeb7dca8b3b2c07f170070b801e08dd2e25 Mon Sep 17 00:00:00 2001 From: Noah Martin Date: Thu, 31 Jul 2025 13:49:11 -0400 Subject: [PATCH] Add Xcode requirements to README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 042275b..7fc3106 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ Order files can reduce app startup time by co-locating symbols that are accessed file by launching the app in an XCUITest. Read all about how order files work in [our blog post](https://www.emergetools.com/blog/posts/FasterAppStartupOrderFiles). ## Setup - -Setting up your app to use order files requires 2 general steps: +This package requires Xcode 16.2 or later. Setting up your app to use order files requires 2 general steps: 1. Generate an order file from an XCUITest. `FaultOrdering` instruments app launch in the UI test and uses the results to generate an optimized order file. 2. Once the order file is generated, build the app again, this time passing the order file as an option to the linker.