From 6e679230c074dae201771b9db8c4513ec46a443e Mon Sep 17 00:00:00 2001 From: Justin Aquadro Date: Thu, 22 Aug 2013 22:44:28 -0400 Subject: [PATCH] Prep for code-signing --- Entitlements.plist | 12 ++++++++++++ NBTExplorerMac.csproj | 10 +++++++++- Properties/AssemblyInfo.cs | 4 ++-- ResourceRules.plist | 25 +++++++++++++++++++++++++ 4 files changed, 48 insertions(+), 3 deletions(-) create mode 100644 Entitlements.plist create mode 100644 ResourceRules.plist diff --git a/Entitlements.plist b/Entitlements.plist new file mode 100644 index 0000000..1536568 --- /dev/null +++ b/Entitlements.plist @@ -0,0 +1,12 @@ + + + + + com.apple.developer.ubiquity-container-identifiers + + $(TeamIdentifierPrefix)jaquadro.nbtexplorer + + com.apple.developer.ubiquity-kvstore-identifier + $(TeamIdentifierPrefix)jaquadro.nbtexplorer + + diff --git a/NBTExplorerMac.csproj b/NBTExplorerMac.csproj index 025e8b7..7d07f4e 100644 --- a/NBTExplorerMac.csproj +++ b/NBTExplorerMac.csproj @@ -40,8 +40,13 @@ False False False - Mac Developer + Developer ID Application: Justin Aquadro (Z8QFJNBZ68) 3rd Party Mac Developer Installer + + + + + none @@ -81,6 +86,9 @@ + + PreserveNewest + diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 66baf9f..6adea63 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.2.0")] -[assembly: AssemblyFileVersion("2.0.2.0")] +[assembly: AssemblyVersion("2.0.3.0")] +[assembly: AssemblyFileVersion("2.0.3.0")] diff --git a/ResourceRules.plist b/ResourceRules.plist new file mode 100644 index 0000000..e7ec329 --- /dev/null +++ b/ResourceRules.plist @@ -0,0 +1,25 @@ + + + + + rules + + .* + + Info.plist + + omit + + weight + 10 + + ResourceRules.plist + + omit + + weight + 100 + + + +