Update for more recent Xamarin stuff. Designate new mac development branch.

This commit is contained in:
Justin Aquadro 2014-03-24 01:06:42 -04:00
parent 6e679230c0
commit 60f2689216
2 changed files with 4 additions and 1 deletions

View file

@ -309,7 +309,7 @@ namespace NBTExplorer.Mac
imageFrame.X += 3;
imageFrame.Size = _image.Size;
if (ofView.MouseinRect(point, imageFrame))
if (ofView.IsMouseInRect(point, imageFrame))
return NSCellHit.ContentArea;
}

View file

@ -27,6 +27,7 @@
<CreatePackage>False</CreatePackage>
<CodeSigningKey>Mac Developer</CodeSigningKey>
<PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
<UseSGen>false</UseSGen>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
@ -47,6 +48,7 @@
<Command type="AfterBuild" command="codesign -f -s &quot;Developer ID Application: Justin Aquadro (Z8QFJNBZ68)&quot; --resource-rules ResourceRules.plist NBTExplorer.app" workingdir="${TargetDir}" />
</CustomCommands>
</CustomCommands>
<UseSGen>false</UseSGen>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
<DebugType>none</DebugType>
@ -62,6 +64,7 @@
<EnableCodeSigning>True</EnableCodeSigning>
<CreatePackage>True</CreatePackage>
<CodeSigningKey>3rd Party Mac Developer Application</CodeSigningKey>
<UseSGen>false</UseSGen>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />