diff --git a/Mac_Script_Launcher.applescript b/Mac_Script_Launcher.applescript new file mode 100644 index 0000000..ee3a752 --- /dev/null +++ b/Mac_Script_Launcher.applescript @@ -0,0 +1,18 @@ +activate +display dialog "Make sure this script is placed in your Universal Inject Generator folder before proceeding!" buttons {"Quit", "Proceed"} default button 2 +if button returned of result is "Quit" then + error number -128 +end if + + +set UnixPath to POSIX path of ((path to me as text) & "::") +set QuotedPath to quoted form of UnixPath + +tell application "Terminal" + reopen + activate + do script "cd " & QuotedPath in window 1 + delay 1 + do script "./go.sh" in window 1 +end tell + diff --git a/Mac_inject_launcher.app/Contents/Info.plist b/Mac_inject_launcher.app/Contents/Info.plist new file mode 100644 index 0000000..4146df2 --- /dev/null +++ b/Mac_inject_launcher.app/Contents/Info.plist @@ -0,0 +1,54 @@ + + + + + CFBundleAllowMixedLocalizations + + CFBundleDevelopmentRegion + English + CFBundleExecutable + applet + CFBundleIconFile + applet + CFBundleIdentifier + com.apple.ScriptEditor.id.script-test + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Universal Injector Script for Mac + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + aplt + LSMinimumSystemVersionByArchitecture + + x86_64 + 10.6 + + LSRequiresCarbon + + NSHumanReadableCopyright + by blackalabi (/u/aftheblackguy) + WindowState + + bundleDividerCollapsed + + bundlePositionOfDivider + 1145 + dividerCollapsed + + eventLogLevel + -1 + name + ScriptWindowState + positionOfDivider + 451 + savedFrame + 188 94 1444 702 0 0 1680 1027 + selectedTab + result + + + diff --git a/Mac_inject_launcher.app/Contents/MacOS/applet b/Mac_inject_launcher.app/Contents/MacOS/applet new file mode 100644 index 0000000..4ffd7fd Binary files /dev/null and b/Mac_inject_launcher.app/Contents/MacOS/applet differ diff --git a/Mac_inject_launcher.app/Contents/PkgInfo b/Mac_inject_launcher.app/Contents/PkgInfo new file mode 100644 index 0000000..3253614 --- /dev/null +++ b/Mac_inject_launcher.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPLaplt \ No newline at end of file diff --git a/Mac_inject_launcher.app/Contents/Resources/Scripts/main.scpt b/Mac_inject_launcher.app/Contents/Resources/Scripts/main.scpt new file mode 100644 index 0000000..430e9fa Binary files /dev/null and b/Mac_inject_launcher.app/Contents/Resources/Scripts/main.scpt differ diff --git a/Mac_inject_launcher.app/Contents/Resources/applet.icns b/Mac_inject_launcher.app/Contents/Resources/applet.icns new file mode 100644 index 0000000..ca2dd88 Binary files /dev/null and b/Mac_inject_launcher.app/Contents/Resources/applet.icns differ diff --git a/Mac_inject_launcher.app/Contents/Resources/applet.rsrc b/Mac_inject_launcher.app/Contents/Resources/applet.rsrc new file mode 100644 index 0000000..3129f6e Binary files /dev/null and b/Mac_inject_launcher.app/Contents/Resources/applet.rsrc differ diff --git a/Mac_inject_launcher.app/Contents/Resources/description.rtfd/TXT.rtf b/Mac_inject_launcher.app/Contents/Resources/description.rtfd/TXT.rtf new file mode 100644 index 0000000..8a7e270 --- /dev/null +++ b/Mac_inject_launcher.app/Contents/Resources/description.rtfd/TXT.rtf @@ -0,0 +1,13 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf460 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\paperw12240\paperh15840\vieww10800\viewh8400\viewkind0 +\pard\tx577\tx1155\tx1733\tx2311\tx2889\tx3467\tx4045\tx4623\tx5201\tx5779\tx6357\tx6935\tx7513\tx8091\tx8669\tx9247\tx9825\tx10403\tx10981\tx11559\tx12137\tx12715\tx13293\tx13871\tx14449\tx15027\tx15605\tx16183\tx16761\tx17339\tx17917\tx18495\tx19072\tx19650\tx20228\tx20806\tx21384\tx21962\tx22540\tx23118\tx23696\tx24274\tx24852\tx25430\tx26008\tx26586\tx27164\tx27742\tx28320\tx28898\tx29476\tx30054\tx30632\tx31210\tx31788\tx32366\tx32944\tx33522\tx34100\tx34678\tx35256\tx35834\tx36412\tx36990\tx37567\tx38145\tx38723\tx39301\tx39879\tx40457\tx41035\tx41613\tx42191\tx42769\tx43347\tx43925\tx44503\tx45081\tx45659\tx46237\tx46815\tx47393\tx47971\tx48549\tx49127\tx49705\tx50283\tx50861\tx51439\tx52017\tx52595\tx53173\tx53751\tx54329\tx54907\tx55485\tx56062\tx56640\tx57218\tx57796\pardirnatural\partightenfactor0 + +\f0\fs24 \cf0 A simple applescript application to automate the use of the Universal Inject Generator.\CocoaLigature0 \ +\CocoaLigature1 Simply copy to the injector folder, make sure the required folders are in the input folder and run application.\CocoaLigature0 \ +\ +\ +\CocoaLigature1 by blackalabi (/u/afttheblackguy)\CocoaLigature0 \ +\ +Credit goes to d0k3 for creating the Universal Inject Generator.} \ No newline at end of file diff --git a/applet.icns b/applet.icns new file mode 100644 index 0000000..ca2dd88 Binary files /dev/null and b/applet.icns differ