Interface: PlatformConfig

Platform-specific identifiers and settings.

Properties

android?

optional android: object;

Android platform settings.

packageName?

optional packageName: string;

Android application package name (e.g. "com.example.myapp").

Used by sparkling autolink to configure native dependencies.


ios?

optional ios: object;

iOS platform settings.

bundleIdentifier?

optional bundleIdentifier: string;

iOS bundle identifier (e.g. "com.example.myapp").

Used by sparkling autolink to configure native dependencies.

simulator?

optional simulator: string;

iOS simulator identifier to use for sparkling run:ios.

If not set, the CLI uses the default booted simulator.