Under XCode for an iOS app I have
ifdef TARGET1
elif TARGET2
elif TARGET3
endif
and thus have Other C Flags Set Thus using the same code base for multiple targets and thus multiple versions of the app.
How is this done with Xamarin in an MvvmCross/Multi platform environment ?
Seeking
iPad_Target1.app iPad_Target2.app iPad_Target3.app android_Target1.apk android_Target2.apk android_Target3.apk windows_Target1.exe windows_Target2.exe windows_Target3.exe
Thanks in advance