Permalink
Please sign in to comment.
Browse files
Removed © song + switched scanner sound + app icon
Due to copyrights
- Loading branch information...
Showing
with
126 additions
and 25 deletions.
- +13 −7 KnightTouchBar2000.xcodeproj/project.pbxproj
- +17 −4 KnightTouchBar2000/Base.lproj/Main.storyboard
- +68 −0 KnightTouchBar2000/Images.xcassets/AppIcon.appiconset/Contents.json
- BIN KnightTouchBar2000/Images.xcassets/AppIcon.appiconset/icon_128x128.png
- BIN KnightTouchBar2000/Images.xcassets/AppIcon.appiconset/icon_128x128@2x.png
- BIN KnightTouchBar2000/Images.xcassets/AppIcon.appiconset/icon_16x16.png
- BIN KnightTouchBar2000/Images.xcassets/AppIcon.appiconset/icon_16x16@2x.png
- BIN KnightTouchBar2000/Images.xcassets/AppIcon.appiconset/icon_256x256.png
- BIN KnightTouchBar2000/Images.xcassets/AppIcon.appiconset/icon_256x256@2x.png
- BIN KnightTouchBar2000/Images.xcassets/AppIcon.appiconset/icon_32x32.png
- BIN KnightTouchBar2000/Images.xcassets/AppIcon.appiconset/icon_32x32@2x.png
- BIN KnightTouchBar2000/Images.xcassets/AppIcon.appiconset/icon_512x512.png
- BIN KnightTouchBar2000/Images.xcassets/AppIcon.appiconset/icon_512x512@2x.png
- +3 −3 KnightTouchBar2000/Info.plist
- BIN KnightTouchBar2000/KITT_scanner.mp3
- BIN KnightTouchBar2000/KnightRiderThemeSong.mp3
- +2 −11 KnightTouchBar2000/TouchBarController.swift
- +23 −0 KnightTouchBar2000/ViewController.swift
| @@ -0,0 +1,68 @@ | ||
| +{ | ||
| + "images" : [ | ||
| + { | ||
| + "size" : "16x16", | ||
| + "idiom" : "mac", | ||
| + "filename" : "icon_16x16.png", | ||
| + "scale" : "1x" | ||
| + }, | ||
| + { | ||
| + "size" : "16x16", | ||
| + "idiom" : "mac", | ||
| + "filename" : "icon_16x16@2x.png", | ||
| + "scale" : "2x" | ||
| + }, | ||
| + { | ||
| + "size" : "32x32", | ||
| + "idiom" : "mac", | ||
| + "filename" : "icon_32x32.png", | ||
| + "scale" : "1x" | ||
| + }, | ||
| + { | ||
| + "size" : "32x32", | ||
| + "idiom" : "mac", | ||
| + "filename" : "icon_32x32@2x.png", | ||
| + "scale" : "2x" | ||
| + }, | ||
| + { | ||
| + "size" : "128x128", | ||
| + "idiom" : "mac", | ||
| + "filename" : "icon_128x128.png", | ||
| + "scale" : "1x" | ||
| + }, | ||
| + { | ||
| + "size" : "128x128", | ||
| + "idiom" : "mac", | ||
| + "filename" : "icon_128x128@2x.png", | ||
| + "scale" : "2x" | ||
| + }, | ||
| + { | ||
| + "size" : "256x256", | ||
| + "idiom" : "mac", | ||
| + "filename" : "icon_256x256.png", | ||
| + "scale" : "1x" | ||
| + }, | ||
| + { | ||
| + "size" : "256x256", | ||
| + "idiom" : "mac", | ||
| + "filename" : "icon_256x256@2x.png", | ||
| + "scale" : "2x" | ||
| + }, | ||
| + { | ||
| + "size" : "512x512", | ||
| + "idiom" : "mac", | ||
| + "filename" : "icon_512x512.png", | ||
| + "scale" : "1x" | ||
| + }, | ||
| + { | ||
| + "size" : "512x512", | ||
| + "idiom" : "mac", | ||
| + "filename" : "icon_512x512@2x.png", | ||
| + "scale" : "2x" | ||
| + } | ||
| + ], | ||
| + "info" : { | ||
| + "version" : 1, | ||
| + "author" : "xcode" | ||
| + } | ||
| +} |
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
0 comments on commit
60fbd66