Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
create_full_ios_framework.py File Reference

Go to the source code of this file.

Namespaces

namespace  create_full_ios_framework
 

Functions

 create_full_ios_framework.main ()
 
 create_full_ios_framework.create_extension_safe_framework (args, dst, arm64_out_dir, simulator_x64_out_dir, simulator_arm64_out_dir)
 
 create_full_ios_framework.create_framework (args, dst, framework, arm64_framework, simulator_framework, simulator_x64_framework, simulator_arm64_framework)
 
 create_full_ios_framework.embed_codesign_configuration (config_path, contents)
 
 create_full_ios_framework.zip_archive (dst)
 
 create_full_ios_framework.process_framework (args, dst, framework, framework_binary)
 
 create_full_ios_framework.generate_gen_snapshot (args, dst, x64_out_dir, arm64_out_dir)
 
 create_full_ios_framework._generate_gen_snapshot (directory, destination)
 

Variables

str create_full_ios_framework.ARCH_SUBPATH = 'arm' else 'mac-x64'
 
 create_full_ios_framework.DSYMUTIL
 
 create_full_ios_framework.buildroot_dir = os.path.abspath(os.path.join(os.path.realpath(__file__), '..', '..', '..', '..'))