Skip to content

Tags: bitrise-steplib/steps-ionic-archive

Tags

2.3.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Check all possible ios output dirs (#87)

2.3.2 release broke builds using cordova-ios<7 (but using cordova>7).
Removed the bad version check, while retaining compatibility with cordova-ios 6 and 7.

2.3.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support new Cordova build folder structure (#85)

* Support new Cordova build folder structure

* Use another sample app

* Update scheme

* Install build-tools explicitly

* JDK 11

* Use version package

2.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Always specify packageType in command line (bundle/apk) (#72)

2.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Introduce `*.aab` support (#71)

* Update dependencies

* Added support for building and exporting `*.aab`

* Try with single parameter

* Try again

* Add cordova version check

* Fix regex and error handling

* Migrate to unified CI format

* Add workdir

* Added workdir for `yarn` and `npm` steps

* Add workdir to ionic prepare step

* Migrate appstore connect secrets

* Migrate ionic secrets

* Migrate certificate secrets

* Try other certificate

* Rename secrets and input

* Do not expand passphrase

* Fix typo 😅

* One more

* Remove is_expand try

* Added check for cordova version validation

* Fix log messages

* Robust ionic command line arguments building

* Add comments to clarify grouping logic

2.2.1

Fix cordova version parsing error by printing command output unprocessed

2.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Tool 2294 ionic package name update (#56)

* Use different ionic package names based on major version.

* Use force param for npm to force overwriting existing binary links for a binary with the same name from an other pacakge.

* moving ionic package name resolution to a package.

* dep update

* Update package org due to migration

* Removing uneeded files

* Remove using old build system by default

* If using yarn, remove global package before installing new one.

* Use latest sample app.

* Remove alternative ionic packages if using yarn.

* Adding comment

2.1.1

step description updates (#50)

* updates

* corrections

* list formatting

2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
TOOL-1030 npm cache (#47)

* added new deps

* added npm cache

2.0.0

Updating step description. (#45)

1.2.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
removing metadata from version string (#38)

* removing metadata from version string

* added index after string split