mirror of
https://github.com/jaquadro/NBTExplorer.git
synced 2025-01-09 17:36:25 +00:00
Update for more recent Xamarin stuff. Designate new mac development branch.
This commit is contained in:
parent
6e679230c0
commit
60f2689216
2 changed files with 4 additions and 1 deletions
|
@ -309,7 +309,7 @@ namespace NBTExplorer.Mac
|
||||||
|
|
||||||
imageFrame.X += 3;
|
imageFrame.X += 3;
|
||||||
imageFrame.Size = _image.Size;
|
imageFrame.Size = _image.Size;
|
||||||
if (ofView.MouseinRect(point, imageFrame))
|
if (ofView.IsMouseInRect(point, imageFrame))
|
||||||
return NSCellHit.ContentArea;
|
return NSCellHit.ContentArea;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
<CreatePackage>False</CreatePackage>
|
<CreatePackage>False</CreatePackage>
|
||||||
<CodeSigningKey>Mac Developer</CodeSigningKey>
|
<CodeSigningKey>Mac Developer</CodeSigningKey>
|
||||||
<PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
|
<PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
|
||||||
|
<UseSGen>false</UseSGen>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
<DebugType>none</DebugType>
|
<DebugType>none</DebugType>
|
||||||
|
@ -47,6 +48,7 @@
|
||||||
<Command type="AfterBuild" command="codesign -f -s "Developer ID Application: Justin Aquadro (Z8QFJNBZ68)" --resource-rules ResourceRules.plist NBTExplorer.app" workingdir="${TargetDir}" />
|
<Command type="AfterBuild" command="codesign -f -s "Developer ID Application: Justin Aquadro (Z8QFJNBZ68)" --resource-rules ResourceRules.plist NBTExplorer.app" workingdir="${TargetDir}" />
|
||||||
</CustomCommands>
|
</CustomCommands>
|
||||||
</CustomCommands>
|
</CustomCommands>
|
||||||
|
<UseSGen>false</UseSGen>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
|
||||||
<DebugType>none</DebugType>
|
<DebugType>none</DebugType>
|
||||||
|
@ -62,6 +64,7 @@
|
||||||
<EnableCodeSigning>True</EnableCodeSigning>
|
<EnableCodeSigning>True</EnableCodeSigning>
|
||||||
<CreatePackage>True</CreatePackage>
|
<CreatePackage>True</CreatePackage>
|
||||||
<CodeSigningKey>3rd Party Mac Developer Application</CodeSigningKey>
|
<CodeSigningKey>3rd Party Mac Developer Application</CodeSigningKey>
|
||||||
|
<UseSGen>false</UseSGen>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
|
|
Loading…
Reference in a new issue