struct

Quartz::SDK::Manifest

Inherits Struct < Value < Object

Parsed sdk.opts from a Flipper SDK tarball.

sdk.opts is a plain text key=value file shipped at the root of flipper-z-f7-sdk-<channel>.zip. Values may be quoted; comments (#...) are ignored.

Constructors

new(api_version : String, hardware_target : String, sdk_symbols : String, cc_args : Nil | String = nil, linker_args : Nil | String = nil, raw : Hash(String, String) = {} of String => String)
Source
parse(source : String) : Manifest
Source

Instance methods

api_version
Source
cc_args
Source
hardware_target
Source
linker_args
Source
sdk_symbols
Source