# Caixa.POC
**Repository Path**: mirrors_RocketChat/Caixa.POC
## Basic Information
- **Project Name**: Caixa.POC
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-25
- **Last Updated**: 2026-03-08
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Caixa.POC
## iOS
- In order to run on ios, please execute ``meteor add-platform ios``
- Connect your ios device and run ``meteor run ios-device --mobile-server=https://caixa.rocket.chat`` and open the project in xcode
- Don't convert to latest swift syntax!
- Within "Build Settings" add/set:
- "Enable Bitcode" to ``no``
- "Runpath Search Paths" setting with value ``@executable_path/Frameworks``
- add this to Bridging-Header.h ``#import "Plugins/cordova-plugin-iosrtc/cordova-plugin-iosrtc-Bridging-Header.h"``
- And run
## Android
- In order to run on android, please execute ``meteor add-platform android``
- Edit `AndroidManifest.xml` in `.meteor/local/cordova-build/platforms/android` and add:
``
``
- Connect your android device and run ``meteor run android-device --mobile-server=https://caixa.rocket.chat``