souyuz icon indicating copy to clipboard operation
souyuz copied to clipboard

Fastlane build plugin for building Xamarin.iOS and Xamarin.Android applications

Results 6 souyuz issues
Sort by recently updated
recently updated
newest added

Hey @voydz, Had a bit of time recently to update your plugin. Major changes are: 1. Android: added ability to build AAB files (including signing) 2. Android: added support to...

I have separate .apk files for different ABIs i.e. - com.xxx.app-arm64-v8a.apk - com.xxx.app-armeabi-v7a.apk but souyuz signs only one .apk which is com.xxx..app.apk ```$ jarsigner -sigalg MD5withRSA -digestalg SHA1 -storepass "****"...

enhancement
help wanted
android

``` keystore_path: "{PATH_TO_YOUR_KEYSTORE}", keystore_alias: "{ALIAS_OF_YOUR_KEYSTORE}", keystore_password: "{YOUR_SUPER_SECRET_KEYSTORE_PASSWORD}" ``` This plugin only works if the password for the alias is the same as for the store file itself. If the password...

help wanted
android

While signing, the plugin expect to find apk files while should give the way to sign aab files if the android project create aab files.

enhancement
help wanted
android

Hi all, I am using souyuz plugin to build my Xamarin hybrid apps (I am in a Jenkins CI environment that starts build on a Mac build server with full...

enhancement
help wanted
ios

To maintain the functionality and quality of this project throughout upcoming changes, we have to add tests. Currently I am thinking of a good way to do this. I am...

enhancement
help wanted