class AmberCLI::Native::AppleShellGenerator

Defined in:

amber_cli/native/apple_shell_generator.cr

Constant Summary

APP_SHORTCUT_APP_NAME_PLACEHOLDER = "__AMBER_APP_SHORTCUT_APPLICATION_NAME__"
GENERATED_HEADER = "// This file is Generated by amber_cli from config/native.yml.\n// Safe to regenerate: edit config/native.yml or mobile/ios/Sources/**/* instead.\n"

Constructors

Instance Method Summary

Constructor Detail

def self.new(manifest : CapabilityManifest, app_name : String) #

[View source]

Instance Method Detail

def app_name : String #

[View source]
def ios_project_yml : String #

[View source]
def manifest : CapabilityManifest #

[View source]
def pascal_name : String #

[View source]
def write(project_path : String) : Nil #

[View source]