From 48cf90fab40a3d4d944a00b2aa6adf81a681fc10 Mon Sep 17 00:00:00 2001 From: magicgoose Date: Wed, 19 Feb 2014 23:16:54 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B5=20=D0=BF=D1=80=D0=BE=D0=BF=D1=83?= =?UTF-8?q?=D1=81=D0=BA=D0=B0=D0=B5=D0=BC=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA?= =?UTF-8?q?=D1=83=20=D0=BC=D0=BE=D0=BB=D1=87=D0=B0=20(Social=5FiOS)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Social/IOs/MainController.cs | 2 +- Social/IOs/{Social.csproj => Social_iOS.csproj} | 0 Social/Social.sln | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename Social/IOs/{Social.csproj => Social_iOS.csproj} (100%) diff --git a/Social/IOs/MainController.cs b/Social/IOs/MainController.cs index ac65382..e0fe866 100644 --- a/Social/IOs/MainController.cs +++ b/Social/IOs/MainController.cs @@ -49,7 +49,7 @@ namespace Social if (FBDialogs.CanPresentShareDialog (shareParams)) PresentFacebookShareDialog (shareParams); else - ; + throw new Exception("Can't present share dialog"); } private void PresentFacebookShareDialog(FBShareDialogParams shareParams) diff --git a/Social/IOs/Social.csproj b/Social/IOs/Social_iOS.csproj similarity index 100% rename from Social/IOs/Social.csproj rename to Social/IOs/Social_iOS.csproj diff --git a/Social/Social.sln b/Social/Social.sln index 9d8ed25..2dfeb9d 100644 --- a/Social/Social.sln +++ b/Social/Social.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Social", "IOs\Social.csproj", "{CC0EE67C-0932-4C64-A5D7-6714994CA602}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Social_iOS", "IOs\Social_iOS.csproj", "{CC0EE67C-0932-4C64-A5D7-6714994CA602}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -27,6 +27,6 @@ Global {CC0EE67C-0932-4C64-A5D7-6714994CA602}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution - StartupItem = IOs\Social.csproj + StartupItem = IOs\Social_iOS.csproj EndGlobalSection EndGlobal