Skip to content
/ souyuz Public

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

License

Notifications You must be signed in to change notification settings

voydz/souyuz

Folders and files

NameName
Last commit message
Last commit date
Feb 21, 2018
Feb 9, 2022
Feb 9, 2022
Apr 19, 2017
Nov 27, 2019
Feb 21, 2018
Apr 19, 2017
Feb 21, 2018
Nov 27, 2019
Feb 21, 2018
Feb 20, 2017
Dec 16, 2021
Feb 21, 2018
Jan 18, 2022

Repository files navigation

Souyuz

A fastlane component to make Xamarin builds a breeze. Souyuz is now avaialbe as an Fastlane plugin see fastlane-plugin-souyuz for details.

NOTE: While souyuz should continue working with your existing configuration just fine, consider using the Fastlane plugin.

Using MSBuild

Since Version 0.7.0 souyuz is using msbuild by default, because according to Xamarin xbuild is deprecated and will be removed soon.

This change should not affect you under normal circumstances. Anyway, if you experience any issues there is a new config option compiler_bin, where you can easily pass xbuild in again.

Usage example:

souyuz(
  compiler_bin: 'xbuild' # if xbuild is in your $PATH env variable
)

ToDos

  • clean up code (!!!)
  • replace path concat with File.join()

Licensing

Souyuz is licensed under the MIT License. See LICENSE for the full license text.