From 9fe6e48d5cadb3667afff8bad340216af414ab92 Mon Sep 17 00:00:00 2001 From: Jack Newcombe Date: Fri, 19 Apr 2024 16:40:28 +0100 Subject: [PATCH] Enable build for test target + tidy fastfile --- .../xcschemes/PrimerSDKTests.xcscheme | 22 ++++++++++++++++++- fastlane/Fastfile | 6 ++--- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/.swiftpm/xcode/xcshareddata/xcschemes/PrimerSDKTests.xcscheme b/.swiftpm/xcode/xcshareddata/xcschemes/PrimerSDKTests.xcscheme index f19a1d1238..86817ed829 100644 --- a/.swiftpm/xcode/xcshareddata/xcschemes/PrimerSDKTests.xcscheme +++ b/.swiftpm/xcode/xcshareddata/xcschemes/PrimerSDKTests.xcscheme @@ -1,11 +1,22 @@ + version = "2.2"> + + + + + + + + + + diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 94b14d6951..27ea46b3fd 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -117,10 +117,8 @@ platform :ios do run_tests( package_path: ".", scheme: "PrimerSDKTests", - sdk: "iphonesimulator17.2", - destination: "OS=17.2,name=iPhone 15 Pro", - test_without_building: true - # xcargs: "EXCLUDED_ARCHS[sdk=iphonesimulator*]=arm64", + sdk: "iphonesimulator17.4", + destination: "OS=17.4,name=iPhone 15 Pro", ) end