From ea446fef27932fae15f8e82695b0c9473aa5784c Mon Sep 17 00:00:00 2001 From: Ben Guo Date: Wed, 24 May 2017 19:24:29 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1450afde11..05e20ff8a3 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ After this is done, you can make test payments through the app and see them in y 1. Install Carthage (if you have homebrew installed, `brew install carthage`) 2. From the root of the repo, install test dependencies by running `carthage bootstrap --platform ios --configuration Release --no-use-binaries` 3. Open Stripe.xcworkspace -4. Choose the "StripeiOS" scheme with the iPhone 6, iOS 10.1 simulator (required for snapshot tests to pass) +4. Choose the "StripeiOS" scheme with the iPhone 6, iOS 10.3 simulator (required for snapshot tests to pass) 5. Run Product -> Test ## Migrating from older versions