> For the complete CircleCI developer hub index, see [llms.txt](https://circleci.com/developer/llms.txt)

# okode/ionic

Build and publish hybrid Apps for iOS / Android
Repository: https://github.com/okode/orbs


## Jobs

### test

| Parameter | Type | Default | Description |
|---|---|---|---|
| `node-version` | string |  |  |
| `skip-tests` | boolean | false |  |
| `skip-lint` | boolean | false |  |
| `skip-e2e` | boolean | false |  |
| `custom-npm-login` | boolean | false |  |
| `chrome-version` | string | latest |  |
| `install-chromedriver` | boolean | true |  |
| `executor` | executor | common/node-browsers |  |

### pwa

| Parameter | Type | Default | Description |
|---|---|---|---|
| `node-version` | string | 16 |  |
| `custom-npm-login` | boolean | false |  |
| `build-params` | string | -- --prod |  |
| `pwa-path` | string | www |  |
| `skip-inline-sourcemaps` | boolean | false |  |
| `executor` | executor | common/node |  |

### ios

| Parameter | Type | Default | Description |
|---|---|---|---|
| `package-name` | string |  |  |
| `team-id` | string |  |  |
| `attach-workspace` | boolean | false |  |
| `development-provisioning-name` | string |  |  |
| `distribution-provisioning-name` | string |  |  |
| `development-signing-password` | string |  |  |
| `distribution-signing-password` | string |  |  |
| `node-version` | string | 16 |  |
| `cordova-version` | string |  |  |
| `cocoapods-version` | string |  |  |
| `fastlane-version` | string |  |  |
| `xcode-version` | string | 14.2.0 |  |
| `resource-class` | string | macos.m1.medium.gen1 |  |
| `dev-certs-repo-url` | string |  |  |
| `dist-certs-repo-url` | string |  |  |
| `ssh-permission-fingerprint` | string |  |  |
| `custom-npm-login` | boolean | false |  |
| `pwa-path` | string | www |  |
| `cache-cordova-plugins` | boolean | false |  |
| `skip-inline-sourcemaps` | boolean | false |  |

### android

| Parameter | Type | Default | Description |
|---|---|---|---|
| `attach-workspace` | boolean | false |  |
| `node-version` | string |  |  |
| `install-ionic` | boolean | false |  |
| `install-firebase` | boolean | true |  |
| `install-cordova` | boolean | false |  |
| `key-name` | string | android-release.keystore |  |
| `dist-certs-repo-url` | string |  |  |
| `ssh-permission-fingerprint` | string |  |  |
| `custom-npm-login` | boolean | false |  |
| `pwa-path` | string | www |  |
| `android-docker-tag` | string | 2022.09.2-node |  |
| `skip-inline-sourcemaps` | boolean | false |  |
| `resource-class` | string | medium |  |