Project

souyuz

0.02
Low commit activity in last 3 years
No release in over a year
A fastlane component to make Xamarin builds a breeze
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
>= 0
= 0.49.1

Runtime

>= 2.182.0
~> 2.0
~> 1.7
 Project Readme

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.