diff options
| author | FivePixels <o5pxels@gmail.com> | 2019-01-03 15:19:08 -0600 |
|---|---|---|
| committer | FivePixels <o5pxels@gmail.com> | 2019-01-03 15:19:08 -0600 |
| commit | d77e14b07f5afb81c0b1dfc6911e209d63e17d99 (patch) | |
| tree | f657ac6e66032b0003ce90723eacc5e315b829a2 /DWA140Menu/Assets.xcassets/WiFiCaptive.imageset | |
| parent | a491f672c4dc979dfd9165bc043b8ca2e984f5f7 (diff) | |
| download | dwa140shortcut-d77e14b07f5afb81c0b1dfc6911e209d63e17d99.tar.xz dwa140shortcut-d77e14b07f5afb81c0b1dfc6911e209d63e17d99.zip | |
Basically a rewrite to clean up the code. Adds some notifications if things happen, and adds support (hopefully?) for LaunchAtLogin. Oh yeah, and the menubar icons are actually clear now - not blurry :)
Diffstat (limited to 'DWA140Menu/Assets.xcassets/WiFiCaptive.imageset')
| -rw-r--r-- | DWA140Menu/Assets.xcassets/WiFiCaptive.imageset/AirPortWarning.png | bin | 0 -> 3721 bytes | |||
| -rw-r--r-- | DWA140Menu/Assets.xcassets/WiFiCaptive.imageset/AirPortWarning@2x.png | bin | 0 -> 1218 bytes | |||
| -rw-r--r-- | DWA140Menu/Assets.xcassets/WiFiCaptive.imageset/Contents.json | 25 |
3 files changed, 25 insertions, 0 deletions
diff --git a/DWA140Menu/Assets.xcassets/WiFiCaptive.imageset/AirPortWarning.png b/DWA140Menu/Assets.xcassets/WiFiCaptive.imageset/AirPortWarning.png Binary files differnew file mode 100644 index 0000000..7ed49c8 --- /dev/null +++ b/DWA140Menu/Assets.xcassets/WiFiCaptive.imageset/AirPortWarning.png diff --git a/DWA140Menu/Assets.xcassets/WiFiCaptive.imageset/AirPortWarning@2x.png b/DWA140Menu/Assets.xcassets/WiFiCaptive.imageset/AirPortWarning@2x.png Binary files differnew file mode 100644 index 0000000..499f3a1 --- /dev/null +++ b/DWA140Menu/Assets.xcassets/WiFiCaptive.imageset/AirPortWarning@2x.png diff --git a/DWA140Menu/Assets.xcassets/WiFiCaptive.imageset/Contents.json b/DWA140Menu/Assets.xcassets/WiFiCaptive.imageset/Contents.json new file mode 100644 index 0000000..b552aed --- /dev/null +++ b/DWA140Menu/Assets.xcassets/WiFiCaptive.imageset/Contents.json @@ -0,0 +1,25 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "AirPortWarning.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "AirPortWarning@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + }, + "properties" : { + "template-rendering-intent" : "template" + } +}
\ No newline at end of file |
