Cordova archive v1.2.1

We have released a new version (1.2.1) of the Cordova archive step.

Changes:

Fix the bug which caused duplicated root folder for the exported .dsym and .app files.
This solution will fix the empty exported *dsym.zip or *app.zip bug as well.

Before the fix we exported the .dsym and the .app like this:

dSYM
└── dSYM
      └── Contents
           ├── Info.plist
           └── Resources
               └── DWARF
                   └── CordovaOnBitrise

Instead of:

dSYM
└── Contents
    ├── Info.plist
    └── Resources
        └── DWARF
            └── CordovaOnBitrise

Changelog

This topic was automatically closed after 90 days. New replies are no longer allowed.