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

Go to the source code of this file.

Namespaces

namespace  create_macos_framework
 

Functions

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

Variables

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