Skip to content

Commit 4c68517

Browse files
committed
SUPPORTS_MACCATALYST=NO
1 parent 9cd486e commit 4c68517

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

fastlane/Fastfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "10"
44
lane :unittest do
55
scan(
66
scheme: "SectionKit",
7+
device: "iPhone 16",
78
xcargs: "CODE_SIGN_IDENTITY='' CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO"
89
)
910
scan(
1011
scheme: "DiffingSectionKit",
12+
device: "iPhone 16",
1113
xcargs: "CODE_SIGN_IDENTITY='' CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO"
1214
)
1315
end

0 commit comments

Comments
 (0)