Index: /AE/Setup/Mac/AE Setup/Resources/Run AE Installer.app/Contents/Info.plist
===================================================================
--- /AE/Setup/Mac/AE Setup/Resources/Run AE Installer.app/Contents/Info.plist	(revision 1041)
+++ /AE/Setup/Mac/AE Setup/Resources/Run AE Installer.app/Contents/Info.plist	(revision 1042)
@@ -4,5 +4,5 @@
 <dict>
 	<key>BuildMachineOSBuild</key>
-	<string>15C50</string>
+	<string>16A201w</string>
 	<key>CFBundleDevelopmentRegion</key>
 	<string>en</string>
@@ -20,5 +20,5 @@
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.0.8</string>
+	<string>1.0.9</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
@@ -28,19 +28,19 @@
 	</array>
 	<key>CFBundleVersion</key>
-	<string>1.0.8</string>
+	<string>1.0.9</string>
 	<key>DTCompiler</key>
 	<string>com.apple.compilers.llvm.clang.1_0</string>
 	<key>DTPlatformBuild</key>
-	<string>7C68</string>
+	<string>8S128d</string>
 	<key>DTPlatformVersion</key>
 	<string>GM</string>
 	<key>DTSDKBuild</key>
-	<string>15C43</string>
+	<string>16A201w</string>
 	<key>DTSDKName</key>
-	<string>macosx10.11</string>
+	<string>macosx10.12</string>
 	<key>DTXcode</key>
-	<string>0720</string>
+	<string>0800</string>
 	<key>DTXcodeBuild</key>
-	<string>7C68</string>
+	<string>8S128d</string>
 	<key>LSMinimumSystemVersion</key>
 	<string>10.6</string>
@@ -48,5 +48,5 @@
 	<true/>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright © 2015 iritscen@oni2.net. All rights reserved.</string>
+	<string>Copyright © 2016 iritscen@oni2.net. All rights reserved.</string>
 	<key>NSMainNibFile</key>
 	<string>MainMenu</string>
Index: /AE/Setup/Mac/AE Setup/Resources/Run AE Installer.app/Contents/_CodeSignature/CodeResources
===================================================================
--- /AE/Setup/Mac/AE Setup/Resources/Run AE Installer.app/Contents/_CodeSignature/CodeResources	(revision 1041)
+++ /AE/Setup/Mac/AE Setup/Resources/Run AE Installer.app/Contents/_CodeSignature/CodeResources	(revision 1042)
@@ -7,5 +7,5 @@
 		<key>Resources/AppDelegate.scpt</key>
 		<data>
-		Lun9oi+TD0kqieRoP72qvwW04Uw=
+		nQy4QU5MDQMn8yKWf3AV/EiPxnA=
 		</data>
 		<key>Resources/AppIcon.icns</key>
@@ -26,11 +26,25 @@
 	<dict>
 		<key>Resources/AppDelegate.scpt</key>
-		<data>
-		Lun9oi+TD0kqieRoP72qvwW04Uw=
-		</data>
+		<dict>
+			<key>hash</key>
+			<data>
+			nQy4QU5MDQMn8yKWf3AV/EiPxnA=
+			</data>
+			<key>hash2</key>
+			<data>
+			gOKJjNQ7lxWUPHWnympVKd63XiZ3yIkWTst/GSZFeVA=
+			</data>
+		</dict>
 		<key>Resources/AppIcon.icns</key>
-		<data>
-		CvHcreXXl12M7E1nvmxdvOVWJSI=
-		</data>
+		<dict>
+			<key>hash</key>
+			<data>
+			CvHcreXXl12M7E1nvmxdvOVWJSI=
+			</data>
+			<key>hash2</key>
+			<data>
+			exeH2gDJ+zSaC31sz1enl9cPeI/z5RIlNLcUJsKwCE8=
+			</data>
+		</dict>
 		<key>Resources/en.lproj/MainMenu.nib</key>
 		<dict>
@@ -38,4 +52,8 @@
 			<data>
 			//DCWiUzIlrvf0gezGV/y91uhsg=
+			</data>
+			<key>hash2</key>
+			<data>
+			CvgX8WF6RX9gEmS0hs1DUueRrrByTXvXHp79NcCfVKg=
 			</data>
 			<key>optional</key>
@@ -60,4 +78,9 @@
 			<key>weight</key>
 			<real>1100</real>
+		</dict>
+		<key>^Resources/Base\.lproj/</key>
+		<dict>
+			<key>weight</key>
+			<real>1010</real>
 		</dict>
 		<key>^version.plist$</key>
@@ -120,4 +143,9 @@
 			<real>1100</real>
 		</dict>
+		<key>^Resources/Base\.lproj/</key>
+		<dict>
+			<key>weight</key>
+			<real>1010</real>
+		</dict>
 		<key>^[^/]+$</key>
 		<dict>
Index: /AE/Setup/Mac/Run AE Installer/Run AE Installer/AppDelegate.applescript
===================================================================
--- /AE/Setup/Mac/Run AE Installer/Run AE Installer/AppDelegate.applescript	(revision 1041)
+++ /AE/Setup/Mac/Run AE Installer/Run AE Installer/AppDelegate.applescript	(revision 1042)
@@ -6,4 +6,6 @@
 --	shortcut for the user and as a part of the AE Setup process.
 -- History:
+--   1.0.9 - No code changes, but needed to re-build in 10.12 in order for it to work
+--              in 10.12.
 --   1.0.8 - Now that Mono is installed in /usr/local/bin/ in 10.11, we need to add
 --              that path to PATH when invoking Java.
@@ -23,5 +25,5 @@
 --   1.0.2 - Calling Java at Internet plug-in location instead of using basic command-
 --              line "java", as only the JDK installs command-line Java.
---   1.0.1 - Now setting environment to UTF-8 in order to avoid 'ƒ' problem in Java 7.
+--   1.0.1 - Now setting environment to UTF-8 in order to avoid 'Ä' problem in Java 7.
 --   1.0   - Initial release.
 
Index: /AE/Setup/Mac/Run AE Installer/Run AE Installer/Info.plist
===================================================================
--- /AE/Setup/Mac/Run AE Installer/Run AE Installer/Info.plist	(revision 1041)
+++ /AE/Setup/Mac/Run AE Installer/Run AE Installer/Info.plist	(revision 1042)
@@ -18,9 +18,9 @@
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.0.8</string>
+	<string>1.0.9</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>1.0.8</string>
+	<string>1.0.9</string>
 	<key>LSMinimumSystemVersion</key>
 	<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
@@ -28,5 +28,5 @@
 	<true/>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright © 2015 iritscen@oni2.net. All rights reserved.</string>
+	<string>Copyright © 2016 iritscen@oni2.net. All rights reserved.</string>
 	<key>NSMainNibFile</key>
 	<string>MainMenu</string>
