Index: /AE/Setup/Mac/AE Setup/AE Setup/AppDelegate.applescript
===================================================================
--- /AE/Setup/Mac/AE Setup/AE Setup/AppDelegate.applescript	(revision 1064)
+++ /AE/Setup/Mac/AE Setup/AE Setup/AppDelegate.applescript	(revision 1065)
@@ -7,4 +7,6 @@
 --	because that would be redundant of the Installer itself.
 -- History:
+--   1.2.0 - No code changes. Re-built in order to include Run AE Installer 1.1.0, which had a change
+--           made to ensure Mono compatibility in 10.13.
 --   1.1.9 - No code changes. Re-built in order to include Run AE Installer 1.0.9, which also had no
 --           code changes but needed to be re-built in 10.12 in order to run in 10.12.
@@ -16,6 +18,6 @@
 --              that Info.plist does not have to be edited, since that invalidates the code signature
 --              applied by OS X 10.6's Script Editor. Some dialog text has been made clearer. Fixed a
---              weird bug that cropped up for the first while testing this script, which was breaking
---              GDF validation.
+--              weird bug that cropped up for the first time while testing this script, which was
+--              breaking GDF validation.
 --   1.1.5 - Now using fixed paths for Java for 10.6 and for 10.7+ because "which java" is not reliable.
 --   1.1.4 - Now attempting to call Java through "java" again before falling back to looking in Internet
@@ -25,5 +27,5 @@
 --   1.1.2 - Calling Java at Internet plug-in location instead of using basic command-line "java", as
 --              only the JDK installs command-line Java.
---   1.1.1 - Changed the "Run AE Installer" script to set environment to UTF-8 in order to avoid 'Ä'
+--   1.1.1 - Changed the "Run AE Installer" script to set environment to UTF-8 in order to avoid 'ƒ'
 --              problem in Java 7.
 --   1.1   - Updated bundled AEI Updater to 1.1, which supports proxies.
@@ -338,5 +340,5 @@
             set AppleScript's text item delimiters to origDelimiters
             -- Inform user if Java is too old
-            if (versionMajor ³ gNeedsJavaVersionMajor) then
+            if (versionMajor ≥ gNeedsJavaVersionMajor) then
                 if (versionMinor < gNeedsJavaVersionMinor) then
                     display dialog (("Sorry, Java v" & gNeedsJavaVersionMajor & "." & gNeedsJavaVersionMinor & " is required; found v" & versionMajor & "." & versionMinor & " instead.") as string) buttons {"OK"} default button 1 with title "AE Setup"
Index: /AE/Setup/Mac/AE Setup/AE Setup/Info.plist
===================================================================
--- /AE/Setup/Mac/AE Setup/AE Setup/Info.plist	(revision 1064)
+++ /AE/Setup/Mac/AE Setup/AE Setup/Info.plist	(revision 1065)
@@ -18,13 +18,13 @@
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.1.9</string>
+	<string>1.2.0</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>Setup 1.1.9</string>
+	<string>Setup 1.2.0</string>
 	<key>LSMinimumSystemVersion</key>
 	<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright © 2016 iritscen@oni2.net. All rights reserved.</string>
+	<string>Copyright © 2017 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/Info.plist
===================================================================
--- /AE/Setup/Mac/AE Setup/Resources/Run AE Installer.app/Contents/Info.plist	(revision 1064)
+++ /AE/Setup/Mac/AE Setup/Resources/Run AE Installer.app/Contents/Info.plist	(revision 1065)
@@ -4,5 +4,5 @@
 <dict>
 	<key>BuildMachineOSBuild</key>
-	<string>16A201w</string>
+	<string>16F73</string>
 	<key>CFBundleDevelopmentRegion</key>
 	<string>en</string>
@@ -20,5 +20,5 @@
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.0.9</string>
+	<string>1.1.0</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
@@ -28,19 +28,19 @@
 	</array>
 	<key>CFBundleVersion</key>
-	<string>1.0.9</string>
+	<string>1.1.0</string>
 	<key>DTCompiler</key>
 	<string>com.apple.compilers.llvm.clang.1_0</string>
 	<key>DTPlatformBuild</key>
-	<string>8S128d</string>
+	<string>8E3004b</string>
 	<key>DTPlatformVersion</key>
 	<string>GM</string>
 	<key>DTSDKBuild</key>
-	<string>16A201w</string>
+	<string>16E185</string>
 	<key>DTSDKName</key>
 	<string>macosx10.12</string>
 	<key>DTXcode</key>
-	<string>0800</string>
+	<string>0833</string>
 	<key>DTXcodeBuild</key>
-	<string>8S128d</string>
+	<string>8E3004b</string>
 	<key>LSMinimumSystemVersion</key>
 	<string>10.6</string>
@@ -48,5 +48,5 @@
 	<true/>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright © 2016 iritscen@oni2.net. All rights reserved.</string>
+	<string>Copyright © 2017 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 1064)
+++ /AE/Setup/Mac/AE Setup/Resources/Run AE Installer.app/Contents/_CodeSignature/CodeResources	(revision 1065)
@@ -7,5 +7,5 @@
 		<key>Resources/AppDelegate.scpt</key>
 		<data>
-		nQy4QU5MDQMn8yKWf3AV/EiPxnA=
+		sZTdQW47FiCJnlJy5jpzNrVYpEg=
 		</data>
 		<key>Resources/AppIcon.icns</key>
@@ -17,5 +17,5 @@
 			<key>hash</key>
 			<data>
-			//DCWiUzIlrvf0gezGV/y91uhsg=
+			RtmayK3RgUp/4j3jH3GsaijNPW0=
 			</data>
 			<key>optional</key>
@@ -29,9 +29,9 @@
 			<key>hash</key>
 			<data>
-			nQy4QU5MDQMn8yKWf3AV/EiPxnA=
+			sZTdQW47FiCJnlJy5jpzNrVYpEg=
 			</data>
 			<key>hash2</key>
 			<data>
-			gOKJjNQ7lxWUPHWnympVKd63XiZ3yIkWTst/GSZFeVA=
+			I8Xboyk5OmhPfPn1bugqVBsQSWONI/KkLG7yVClt8Ko=
 			</data>
 		</dict>
@@ -51,9 +51,9 @@
 			<key>hash</key>
 			<data>
-			//DCWiUzIlrvf0gezGV/y91uhsg=
+			RtmayK3RgUp/4j3jH3GsaijNPW0=
 			</data>
 			<key>hash2</key>
 			<data>
-			CvgX8WF6RX9gEmS0hs1DUueRrrByTXvXHp79NcCfVKg=
+			/QZyIktxCNsnqtBf6C4lAZGOUEFv3WKkJrCx2IKGMz0=
 			</data>
 			<key>optional</key>
Index: /AE/Setup/Mac/Run AE Installer/Run AE Installer/AppDelegate.applescript
===================================================================
--- /AE/Setup/Mac/Run AE Installer/Run AE Installer/AppDelegate.applescript	(revision 1064)
+++ /AE/Setup/Mac/Run AE Installer/Run AE Installer/AppDelegate.applescript	(revision 1065)
@@ -6,4 +6,7 @@
 --	shortcut for the user and as a part of the AE Setup process.
 -- History:
+--   1.1.0 - Now looking for Mono in the /Library/Frameworks path that it's actually
+--              installed in, as 10.13 does not seem to be registering the paths.d
+--              extension to $PATH and it's more foolproof to just get to it directly.
 --   1.0.9 - No code changes, but needed to re-build in 10.12 in order for it to work
 --              in 10.12.
@@ -66,5 +69,5 @@
             
             if (success is true) then
-                set run_prefix to "export PATH=/usr/local/bin:${PATH};export LC_CTYPE=\"UTF-8\";"
+                set run_prefix to "export PATH=/Library/Frameworks/Mono.framework/Versions/Current/bin:${PATH};export LC_CTYPE=\"UTF-8\";"
                 set AEIUfolder to parentPathASStr & "AEInstaller"
                 set AEIU to AEIUfolder & ":AEInstaller2Updater.jar"
Index: /AE/Setup/Mac/Run AE Installer/Run AE Installer/Info.plist
===================================================================
--- /AE/Setup/Mac/Run AE Installer/Run AE Installer/Info.plist	(revision 1064)
+++ /AE/Setup/Mac/Run AE Installer/Run AE Installer/Info.plist	(revision 1065)
@@ -18,9 +18,9 @@
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.0.9</string>
+	<string>1.1.0</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>1.0.9</string>
+	<string>1.1.0</string>
 	<key>LSMinimumSystemVersion</key>
 	<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
@@ -28,5 +28,5 @@
 	<true/>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright © 2016 iritscen@oni2.net. All rights reserved.</string>
+	<string>Copyright © 2017 iritscen@oni2.net. All rights reserved.</string>
 	<key>NSMainNibFile</key>
 	<string>MainMenu</string>
