Example #1
0
		public static MonoDevelop.Projects.BuildResult GetSimOnlyError ()
		{
			var res = new MonoDevelop.Projects.BuildResult ();
			res.AddError (GettextCatalog.GetString (
				"The evaluation version of MonoTouch does not support targeting the device. " + 
				"Please go to http://monotouch.net to purchase the full version."));
			return res;
		}
Example #2
0
        public static MonoDevelop.Projects.BuildResult GetSimOnlyError()
        {
            var res = new MonoDevelop.Projects.BuildResult();

            res.AddError(GettextCatalog.GetString(
                             "The evaluation version of MonoTouch does not support targeting the device. " +
                             "Please go to http://monotouch.net to purchase the full version."));
            return(res);
        }