codesign?

This commit is contained in:
louisehsu 2025-04-28 15:36:25 -07:00
parent e2c560c1fa
commit 80bef2a3ce

View File

@ -1752,11 +1752,15 @@ class CompileTest {
'-scheme',
'hello_world_swiftui',
'-destination',
// 'platform=iOS,name=Fluttér 的 iPhone',
'platform=iOS,arch=arm64',
'-only-testing:BenchmarkTests/BenchmarkTests/testTimeToFirstFrame',
'-resultBundlePath',
'benchmarkResults.xcresult',
'-verbose'
'-verbose',
'DEVELOPMENT_TEAM=$developmentTeam',
'CODE_SIGN_STYLE=$codeSignStyle',
'PROVISIONING_PROFILE_SPECIFIER=$provisioningProfile',
]).then((ProcessResult results) {
print(results.stdout);
});