get_app_bundle_id
Extract the bundle identifier from an app bundle (.app) for Apple platforms like iOS, iPadOS, watchOS, tvOS, or visionOS by specifying the app path.
Instructions
Extracts the bundle identifier from an app bundle (.app) for any Apple platform (iOS, iPadOS, watchOS, tvOS, visionOS). IMPORTANT: You MUST provide the appPath parameter. Example: get_app_bundle_id({ appPath: '/path/to/your/app.app' })
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appPath | Yes | Path to the .app bundle to extract bundle ID from (full path to the .app directory) |