Flutter Engine
The Flutter Engine
Namespaces | Functions | Variables
create_macos_framework.py File Reference

Go to the source code of this file.

Namespaces

namespace  create_macos_framework
 

Functions

def create_macos_framework.main ()
 
def create_macos_framework.regenerate_symlinks (fat_framework_bundle)
 
def create_macos_framework.embed_codesign_configuration (config_path, content)
 
def create_macos_framework.process_framework (dst, args, fat_framework_bundle, fat_framework_binary)
 
def create_macos_framework.zip_framework (dst, args)
 
def create_macos_framework.zip_xcframework_archive (dst)
 

Variables

 create_macos_framework.buildroot_dir = os.path.abspath(os.path.join(os.path.realpath(__file__), '..', '..', '..', '..'))
 
string create_macos_framework.ARCH_SUBPATH = 'arm' else 'mac-x64'
 
 create_macos_framework.DSYMUTIL
 
 create_macos_framework.out_dir = os.path.join(buildroot_dir, 'out')