mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Address PR feedback on updates for SkyX for iOS
This commit is contained in:
parent
c79db8c41e
commit
ba51fa22ff
@ -30,7 +30,6 @@ def MakeDirectories(path):
|
||||
def ProcessInfoPlist(args):
|
||||
output_plist_file = os.path.abspath(os.path.join(args.output, 'Info.plist'))
|
||||
|
||||
print os.path.dirname(output_plist_file)
|
||||
if MakeDirectories(os.path.dirname(output_plist_file)) == -1:
|
||||
return -1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user