All Projects → voydz → souyuz

voydz / souyuz

Licence: MIT License
Fastlane build plugin for building Xamarin.iOS and Xamarin.Android applications

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to souyuz

icon-banner
🚩 IconBanner adds custom nice-looking banners over your mobile app icons 📱
Stars: ✭ 18 (-48.57%)
Mutual labels:  fastlane, fastlane-plugin
fastlane-plugin-validate app
Validate your app with altool before uploading to iTunes Connect
Stars: ✭ 16 (-54.29%)
Mutual labels:  fastlane, fastlane-plugin
fastlane-plugin-run tests firebase testlab
Runs Android tests in Firebase Test Lab 🚀
Stars: ✭ 46 (+31.43%)
Mutual labels:  fastlane, fastlane-plugin
firim
Upload ipa binary to fir.im in fastlane chain
Stars: ✭ 51 (+45.71%)
Mutual labels:  fastlane, fastlane-plugin
fastlane-plugin-flutter
Flutter actions plugin for Fastlane
Stars: ✭ 31 (-11.43%)
Mutual labels:  fastlane, fastlane-plugin
fastlane-plugin-jira release notes
Fastlane Plugin for Jira Release Notes
Stars: ✭ 14 (-60%)
Mutual labels:  fastlane, fastlane-plugin
fastlane-plugin-cosigner
A fastlane plugin to help you sign your iOS builds
Stars: ✭ 25 (-28.57%)
Mutual labels:  fastlane, fastlane-plugin
fastlane-plugins
自创造超实用性 Fastlane 插件和自定义 actions 的聚合仓库
Stars: ✭ 19 (-45.71%)
Mutual labels:  fastlane, fastlane-plugin
serilog-sinks-xamarin
A Serilog sink that writes events to Xamarin mobile targets
Stars: ✭ 46 (+31.43%)
Mutual labels:  xamarin
Xamarin-ToDoApp
Todo App is a simple to do app developed with Xamarin
Stars: ✭ 74 (+111.43%)
Mutual labels:  xamarin
XF-GradientButton
Gradient button for Xamarin.Forms
Stars: ✭ 25 (-28.57%)
Mutual labels:  xamarin
auth0-oidc-client-net
OIDC Client for .NET Desktop and Mobile applications
Stars: ✭ 53 (+51.43%)
Mutual labels:  xamarin
ButtonCirclePlugin
Circle Buttons with icon for your Xamarin.Forms Applications
Stars: ✭ 96 (+174.29%)
Mutual labels:  xamarin
MyCoffeeApp
Sample Xamarin.Forms app built live on in 101 series on YouTube
Stars: ✭ 119 (+240%)
Mutual labels:  xamarin
Xamarin.Android.AVLoadingIndicatorView
🔰 AVLoadingIndicatorView is a collection of nice loading animations for Xamarin.Android.
Stars: ✭ 26 (-25.71%)
Mutual labels:  xamarin
FSCalendar-Xamarin-iOS
Binding for FSCalendar
Stars: ✭ 35 (+0%)
Mutual labels:  xamarin
SimpleXamarinGraphQL
An iOS and Android app built in Xamarin.Forms demonstrating how to interact with GitHub's GraphQL API
Stars: ✭ 18 (-48.57%)
Mutual labels:  xamarin
Rox.Video.Xamarin
Rox Video Control for Xamarin.Forms
Stars: ✭ 17 (-51.43%)
Mutual labels:  xamarin
FicusUIChallenge
Xamarin.Forms UI Challenge Ficus IoT App
Stars: ✭ 38 (+8.57%)
Mutual labels:  xamarin
maps-app-dotnet
Your organization's suite of cross platform mapping apps built with the ArcGIS Runtime SDK for .NET
Stars: ✭ 20 (-42.86%)
Mutual labels:  xamarin

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].