# opbeans-swift **Repository Path**: mirrors_elastic/opbeans-swift ## Basic Information - **Project Name**: opbeans-swift - **Description**: Opbeans customer & admin demo application - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-17 - **Last Updated**: 2025-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # opbeans-swift An opbeans based app for the iOS Agent. This project is intended to be used in conjunction with [apm-integration-testing](https://github.com/elastic/apm-integration-testing) and the other opbeans applications. Agent configuration can be found in `./Shared/Model/ios_integration_testingApp.swift` including options to set collector address & secret token. use `Shared/Resources/apiData.json` to configure the target opbean endpoint. Default to the opbeans-node on port `3000`. ### Data generation Data generate TBD [//]: # (use `./script/generate-data.py` to prep and run `ios-integration-testing` with a random selection of attributes from the files in `./scripts/data` applied to the Resources object.) [//]: # () [//]: # (`generate-data.py` accepts a several parameters to set app installation destination, and collector / opbeans configurations. A list of possible desinations can be provided by `xcodebuild -showdestinations`. The default value is `"platform=iOS Simulator,name=iPad (8th generation)"` more details can be found calling `python3 ./script/generate-data.py -h`.) [//]: # () [//]: # (Agent configuration must be done through `ios-integration-testing` for this script.)