Name
APPIDENTIFIER -- declare application identifier (V6.1)
Synopsis
@APPIDENTIFIER id$
Function
Specify a unique identifier for your application in reverse DNS notation. Some Hollywood commands like LoadPrefs() and SavePrefs() require you to provide a unique identifier for your application in reverse DNS notation, e.g. com.airsoftsoftwair.hollywood. This can be done using the @APPIDENTIFIER preprocessor command.

Also, when compiling application bundles for macOS, the identifier specified in @APPIDENTIFIER will automatically be written to the Info.plist file of the app bundle.

Inputs
id$
application identifier in reverse DNS notation
Example
See APPVERSION


Show TOC