Added Source for OSX Launcher App (Script & Icon) (#15)

* Added Script & Icon

* Added Binary file
This commit is contained in:
Afolabi Babalola 2016-05-17 00:47:16 +01:00 committed by d0k3
parent dac4c27c44
commit dde2e6d825
9 changed files with 86 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleAllowMixedLocalizations</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>applet</string>
<key>CFBundleIconFile</key>
<string>applet</string>
<key>CFBundleIdentifier</key>
<string>com.apple.ScriptEditor.id.script-test</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Universal Injector Script for Mac</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>aplt</string>
<key>LSMinimumSystemVersionByArchitecture</key>
<dict>
<key>x86_64</key>
<string>10.6</string>
</dict>
<key>LSRequiresCarbon</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>by blackalabi (/u/aftheblackguy)</string>
<key>WindowState</key>
<dict>
<key>bundleDividerCollapsed</key>
<false/>
<key>bundlePositionOfDivider</key>
<real>1145</real>
<key>dividerCollapsed</key>
<false/>
<key>eventLogLevel</key>
<integer>-1</integer>
<key>name</key>
<string>ScriptWindowState</string>
<key>positionOfDivider</key>
<real>451</real>
<key>savedFrame</key>
<string>188 94 1444 702 0 0 1680 1027 </string>
<key>selectedTab</key>
<string>result</string>
</dict>
</dict>
</plist>

Binary file not shown.

View file

@ -0,0 +1 @@
APPLaplt

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 854 B

View file

@ -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.}

BIN
applet.icns Normal file

Binary file not shown.