Skip to content

Instantly share code, notes, and snippets.

View davidortinau's full-sized avatar
📱
making something amazing

David Ortinau davidortinau

📱
making something amazing
View GitHub Profile
=== Visual Studio Community 2017 for Mac (Preview) ===
Version 7.1 Preview (7.1 build 583)
Installation UUID: eeb8e11d-979f-4e10-aad2-7aa76191786c
Runtime:
Mono 5.2.0.104 (2017-04/4a0006f) (64-bit)
GTK+ 2.24.23 (Raleigh theme)
Package version: 502000104
=== Xamarin Studio Enterprise ===
Version 6.3 (build 863)
Installation UUID: d1c49de9-4bcd-4406-a1a5-d1b99776f760
Runtime:
Mono 4.8.1 (mono-4.8.0-branch/22a39d7) (64-bit)
GTK+ 2.24.23 (Raleigh theme)
Package version: 408010000
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FormsCommunityToolkit.Effects" version="1.0.0.49-beta" targetFramework="monoandroid71" />
<package id="Xamarin.Android.Support.Animated.Vector.Drawable" version="23.3.0" targetFramework="monoandroid71" />
<package id="Xamarin.Android.Support.Design" version="23.3.0" targetFramework="monoandroid71" />
<package id="Xamarin.Android.Support.v4" version="23.3.0" targetFramework="monoandroid71" />
<package id="Xamarin.Android.Support.v7.AppCompat" version="23.3.0" targetFramework="monoandroid71" />
<package id="Xamarin.Android.Support.v7.CardView" version="23.3.0" targetFramework="monoandroid71" />
<package id="Xamarin.Android.Support.v7.MediaRouter" version="23.3.0" targetFramework="monoandroid71" />
<package id="Xamarin.Android.Support.v7.RecyclerView" version="23.3.0" targetFramework="monoandroid71" />
=== Visual Studio for Mac Preview ===
Version Preview 6 (7.0 build 2740)
Installation UUID: eeb8e11d-979f-4e10-aad2-7aa76191786c
Runtime:
Mono 5.0.0.48 (2017-02/851b6c7) (64-bit)
GTK+ 2.24.23 (Raleigh theme)
Package version: 500000048
#if __ANDROID__
using Xamarin.Forms.Platform.Android;
using Android.Views;
#endif
#if __IOS__
using Xamarin.Forms.Platform.iOS;
#endif
#if __IOS__
System.Diagnostics.Debug.WriteLine("I'm in iOS");
=== Xamarin Studio Community ===
Version 6.3 (build 863)
Installation UUID: d1c49de9-4bcd-4406-a1a5-d1b99776f760
Runtime:
Mono 5.0.0.42 (2017-02/dda961c) (64-bit)
GTK+ 2.24.23 (Raleigh theme)
Package version: 500000042
=== Xamarin Studio Community ===
Version 6.3 (build 863)
Installation UUID: d1c49de9-4bcd-4406-a1a5-d1b99776f760
Runtime:
Mono 5.0.0.42 (2017-02/dda961c) (64-bit)
GTK+ 2.24.23 (Raleigh theme)
Package version: 500000042
@davidortinau
davidortinau / env.txt
Created February 24, 2017 16:06
VS2015 Cycle 9
Microsoft Visual Studio Community 2015
Version 14.0.25431.01 Update 3
Microsoft .NET Framework
Version 4.6.01586
Installed Version: Community
Visual Basic 2015 00322-20000-00000-AA088
Microsoft Visual Basic 2015
// In your Forms shared code
using System;
using Xamarin.Forms;
namespace FormsPlayground
{
public class DisabledTitleColorEffect : RoutingEffect
{
string _disabledColor;