mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #1343 from chinmaygarde/master
Prefer a specific provisioning profile when none is explicitly provided
This commit is contained in:
commit
dfac8962de
@ -27,7 +27,7 @@ def FindValidIdentity():
|
||||
res = exp.match(line)
|
||||
if res is None:
|
||||
continue
|
||||
if "iPhone Developer" in res.group(2):
|
||||
if "iPhone Developer: Google Development" in res.group(2):
|
||||
return res.group(1)
|
||||
return ""
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user