mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
codesign?
This commit is contained in:
parent
e2c560c1fa
commit
80bef2a3ce
@ -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);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user