# ios-test-app **Repository Path**: mirrors_appium/ios-test-app ## Basic Information - **Project Name**: ios-test-app - **Description**: iOS app for testing - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ios-test-app A simple test application for iOS, used by [Appium](https://github.com/appium/appium) for certain tests. ### Building `npm install` will build the app for a simulator. If you want also to build for a real device, set the environment variable `IOS_REAL_DEVICE` or `REAL_DEVICE` to a truthy value. ``` REAL_DEVICE=1 npm install ``` If any special build information is needed, the `XCCONFIG_FILE` environment variable can be set to the path to an `xcconfig` file. ## Watch ``` npm run watch ``` ## Test ``` npm test ```