diff options
author | FivePixels <o5pxels@gmail.com> | 2018-03-22 22:38:51 -0500 |
---|---|---|
committer | FivePixels <o5pxels@gmail.com> | 2018-03-22 22:38:51 -0500 |
commit | ea2325fff5570d7139ecc87bf302065743b13b4a (patch) | |
tree | dce7bafb52db822375389df6a7f5a553d10e679b | |
parent | 0194e9b3dda4fc77b67eab5403d672700d75e616 (diff) | |
download | personal-website-ea2325fff5570d7139ecc87bf302065743b13b4a.tar.xz personal-website-ea2325fff5570d7139ecc87bf302065743b13b4a.zip |
Packages Update - 10:38 03-22-2018
-rw-r--r-- | 5pxweb.sublime-workspace | 53 | ||||
-rwxr-xr-x | cydia/CydiaIcon.png | bin | 1112 -> 2104 bytes | |||
-rwxr-xr-x | cydia/Packages.gz | bin | 1312 -> 1312 bytes | |||
-rwxr-xr-x | cydia/depictions/index.html | 2 | ||||
-rw-r--r-- | index.html | 1 |
5 files changed, 46 insertions, 10 deletions
diff --git a/5pxweb.sublime-workspace b/5pxweb.sublime-workspace index 1f2924b..5d53fe5 100644 --- a/5pxweb.sublime-workspace +++ b/5pxweb.sublime-workspace @@ -4,6 +4,10 @@ "selected_items": [ [ + "add", + "addToCydia" + ], + [ "strong", "strong Tag" ], @@ -32,10 +36,6 @@ "specifier" ], [ - "add", - "addAccountButtonSpecifier" - ], - [ "addACc", "addAccountSpecifier" ], @@ -491,6 +491,14 @@ }, "buffers": [ + { + "file": "cydia/Packages", + "settings": + { + "buffer_size": 4660, + "line_ending": "Unix" + } + } ], "build_system": "Packages/Makefile/Make.sublime-build", "command_palette": @@ -596,6 +604,10 @@ }, "file_history": [ + "/Users/dylanbolger/Documents/fivepixels.github.io/cydia/depictions/packages/com.fivepixels.mariomaps.json", + "/Users/dylanbolger/Documents/fivepixels.github.io/cydia/depictions/index.html", + "/Users/dylanbolger/Documents/fivepixels.github.io/cydia/README.md", + "/Users/dylanbolger/Documents/fivepixels.github.io/index.html", "/Users/dylanbolger/Documents/PersonalRepo/fivepixels.github.io/index.html", "/Users/dylanbolger/Documents/PersonalRepo/fivepixels.github.io/README.md", "/Users/dylanbolger/Documents/PersonalRepo/fivepixels.github.io/5pxweb.sublime-project", @@ -719,11 +731,7 @@ "/Users/hetelek/Developer/Tweaks/slices/control", "/Users/hetelek/Developer/Tweaks/truepasscodeapp/main.m", "/Users/hetelek/Developer/Tweaks/padclock/padclockprefs/Resources/PadClockPrefs.plist", - "/Users/hetelek/Music/iTunes/iTunes Music Library.xml", - "/Users/hetelek/Developer/Tweaks/slices/Slices.plist", - "/Applications/iTunes.app/Contents/Info.plist", - "/Users/hetelek/Desktop/outdir/GKUnauthenticatedPlayerInternal.h", - "/Users/hetelek/Desktop/outdir/GKLocalPlayerInternal.h" + "/Users/hetelek/Music/iTunes/iTunes Music Library.xml" ], "find": { @@ -895,8 +903,35 @@ "groups": [ { + "selected": 0, "sheets": [ + { + "buffer": 0, + "file": "cydia/Packages", + "settings": + { + "buffer_size": 4660, + "regions": + { + }, + "selection": + [ + [ + 324, + 324 + ] + ], + "settings": + { + "syntax": "Packages/Text/Plain text.tmLanguage" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "type": "text" + } ] } ], diff --git a/cydia/CydiaIcon.png b/cydia/CydiaIcon.png Binary files differindex c789217..6e50f67 100755 --- a/cydia/CydiaIcon.png +++ b/cydia/CydiaIcon.png diff --git a/cydia/Packages.gz b/cydia/Packages.gz Binary files differindex f0e0efb..02be495 100755 --- a/cydia/Packages.gz +++ b/cydia/Packages.gz diff --git a/cydia/depictions/index.html b/cydia/depictions/index.html index 07b41d1..c8ebcaa 100755 --- a/cydia/depictions/index.html +++ b/cydia/depictions/index.html @@ -4,7 +4,7 @@ <title>Cydia Tweak</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="icon" href="/repo/CydiaIcon.png"> + <link rel="icon" href="/cydia/CydiaIcon.png"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script> @@ -6,6 +6,7 @@ -->
<html>
<head>
+ <link rel="icon" href="CydiaIcon.png">
<title>FivePixels' Personal Webpage</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|