diff options
Diffstat (limited to 'Captura')
58 files changed, 341 insertions, 8 deletions
diff --git a/Captura/Assets.xcassets/MenuBar/Contents.json b/Captura/Assets.xcassets/MenuBar/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Captura/Assets.xcassets/MenuBar/ERR.imageset/Contents.json b/Captura/Assets.xcassets/MenuBar/ERR.imageset/Contents.json new file mode 100644 index 0000000..002fac2 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/ERR.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ERR.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ERR@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ERR@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Captura/Assets.xcassets/MenuBar/ERR.imageset/ERR.png b/Captura/Assets.xcassets/MenuBar/ERR.imageset/ERR.png Binary files differnew file mode 100644 index 0000000..520ceb0 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/ERR.imageset/ERR.png diff --git a/Captura/Assets.xcassets/MenuBar/ERR.imageset/ERR@2x.png b/Captura/Assets.xcassets/MenuBar/ERR.imageset/ERR@2x.png Binary files differnew file mode 100644 index 0000000..7112f2f --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/ERR.imageset/ERR@2x.png diff --git a/Captura/Assets.xcassets/MenuBar/ERR.imageset/ERR@3x.png b/Captura/Assets.xcassets/MenuBar/ERR.imageset/ERR@3x.png Binary files differnew file mode 100644 index 0000000..8278064 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/ERR.imageset/ERR@3x.png diff --git a/Captura/Assets.xcassets/MenuBar/Idle.imageset/Contents.json b/Captura/Assets.xcassets/MenuBar/Idle.imageset/Contents.json new file mode 100644 index 0000000..d1096d8 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Idle.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Idle.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Idle@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Idle@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Captura/Assets.xcassets/MenuBar/Idle.imageset/Idle.png b/Captura/Assets.xcassets/MenuBar/Idle.imageset/Idle.png Binary files differnew file mode 100644 index 0000000..a7edd06 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Idle.imageset/Idle.png diff --git a/Captura/Assets.xcassets/MenuBar/Idle.imageset/Idle@2x.png b/Captura/Assets.xcassets/MenuBar/Idle.imageset/Idle@2x.png Binary files differnew file mode 100644 index 0000000..1abacbb --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Idle.imageset/Idle@2x.png diff --git a/Captura/Assets.xcassets/MenuBar/Idle.imageset/Idle@3x.png b/Captura/Assets.xcassets/MenuBar/Idle.imageset/Idle@3x.png Binary files differnew file mode 100644 index 0000000..bc51760 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Idle.imageset/Idle@3x.png diff --git a/Captura/Assets.xcassets/MenuBar/OK.imageset/Contents.json b/Captura/Assets.xcassets/MenuBar/OK.imageset/Contents.json new file mode 100644 index 0000000..63b7af8 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/OK.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "OK.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "OK@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "OK@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Captura/Assets.xcassets/MenuBar/OK.imageset/OK.png b/Captura/Assets.xcassets/MenuBar/OK.imageset/OK.png Binary files differnew file mode 100644 index 0000000..6526bf9 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/OK.imageset/OK.png diff --git a/Captura/Assets.xcassets/MenuBar/OK.imageset/OK@2x.png b/Captura/Assets.xcassets/MenuBar/OK.imageset/OK@2x.png Binary files differnew file mode 100644 index 0000000..1161c6a --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/OK.imageset/OK@2x.png diff --git a/Captura/Assets.xcassets/MenuBar/OK.imageset/OK@3x.png b/Captura/Assets.xcassets/MenuBar/OK.imageset/OK@3x.png Binary files differnew file mode 100644 index 0000000..59da3d1 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/OK.imageset/OK@3x.png diff --git a/Captura/Assets.xcassets/MenuBar/Ready to Record.imageset/Contents.json b/Captura/Assets.xcassets/MenuBar/Ready to Record.imageset/Contents.json new file mode 100644 index 0000000..b021348 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Ready to Record.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Ready to Record.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Ready to Record@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Ready to Record@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Captura/Assets.xcassets/MenuBar/Ready to Record.imageset/Ready to Record.png b/Captura/Assets.xcassets/MenuBar/Ready to Record.imageset/Ready to Record.png Binary files differnew file mode 100644 index 0000000..6e5e512 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Ready to Record.imageset/Ready to Record.png diff --git a/Captura/Assets.xcassets/MenuBar/Ready to Record.imageset/Ready to Record@2x.png b/Captura/Assets.xcassets/MenuBar/Ready to Record.imageset/Ready to Record@2x.png Binary files differnew file mode 100644 index 0000000..6ead513 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Ready to Record.imageset/Ready to Record@2x.png diff --git a/Captura/Assets.xcassets/MenuBar/Ready to Record.imageset/Ready to Record@3x.png b/Captura/Assets.xcassets/MenuBar/Ready to Record.imageset/Ready to Record@3x.png Binary files differnew file mode 100644 index 0000000..982b756 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Ready to Record.imageset/Ready to Record@3x.png diff --git a/Captura/Assets.xcassets/MenuBar/Selecting.imageset/Contents.json b/Captura/Assets.xcassets/MenuBar/Selecting.imageset/Contents.json new file mode 100644 index 0000000..b673e3d --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Selecting.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Selecting.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Selecting@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Selecting@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Captura/Assets.xcassets/MenuBar/Selecting.imageset/Selecting.png b/Captura/Assets.xcassets/MenuBar/Selecting.imageset/Selecting.png Binary files differnew file mode 100644 index 0000000..6bec2a6 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Selecting.imageset/Selecting.png diff --git a/Captura/Assets.xcassets/MenuBar/Selecting.imageset/Selecting@2x.png b/Captura/Assets.xcassets/MenuBar/Selecting.imageset/Selecting@2x.png Binary files differnew file mode 100644 index 0000000..6446455 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Selecting.imageset/Selecting@2x.png diff --git a/Captura/Assets.xcassets/MenuBar/Selecting.imageset/Selecting@3x.png b/Captura/Assets.xcassets/MenuBar/Selecting.imageset/Selecting@3x.png Binary files differnew file mode 100644 index 0000000..513b724 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Selecting.imageset/Selecting@3x.png diff --git a/Captura/Assets.xcassets/MenuBar/Stop Frame 1.imageset/Contents.json b/Captura/Assets.xcassets/MenuBar/Stop Frame 1.imageset/Contents.json new file mode 100644 index 0000000..9e8fe2a --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Stop Frame 1.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Stop Frame 1.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Stop Frame 1@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Stop Frame 1@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Captura/Assets.xcassets/MenuBar/Stop Frame 1.imageset/Stop Frame 1.png b/Captura/Assets.xcassets/MenuBar/Stop Frame 1.imageset/Stop Frame 1.png Binary files differnew file mode 100644 index 0000000..b37aba6 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Stop Frame 1.imageset/Stop Frame 1.png diff --git a/Captura/Assets.xcassets/MenuBar/Stop Frame 1.imageset/Stop Frame 1@2x.png b/Captura/Assets.xcassets/MenuBar/Stop Frame 1.imageset/Stop Frame 1@2x.png Binary files differnew file mode 100644 index 0000000..d5364ef --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Stop Frame 1.imageset/Stop Frame 1@2x.png diff --git a/Captura/Assets.xcassets/MenuBar/Stop Frame 1.imageset/Stop Frame 1@3x.png b/Captura/Assets.xcassets/MenuBar/Stop Frame 1.imageset/Stop Frame 1@3x.png Binary files differnew file mode 100644 index 0000000..2d848df --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Stop Frame 1.imageset/Stop Frame 1@3x.png diff --git a/Captura/Assets.xcassets/MenuBar/Stop Frame 2.imageset/Contents.json b/Captura/Assets.xcassets/MenuBar/Stop Frame 2.imageset/Contents.json new file mode 100644 index 0000000..4c1d115 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Stop Frame 2.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Stop Frame 2.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Stop Frame 2@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Stop Frame 2@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Captura/Assets.xcassets/MenuBar/Stop Frame 2.imageset/Stop Frame 2.png b/Captura/Assets.xcassets/MenuBar/Stop Frame 2.imageset/Stop Frame 2.png Binary files differnew file mode 100644 index 0000000..e10cc55 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Stop Frame 2.imageset/Stop Frame 2.png diff --git a/Captura/Assets.xcassets/MenuBar/Stop Frame 2.imageset/Stop Frame 2@2x.png b/Captura/Assets.xcassets/MenuBar/Stop Frame 2.imageset/Stop Frame 2@2x.png Binary files differnew file mode 100644 index 0000000..a38b2b9 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Stop Frame 2.imageset/Stop Frame 2@2x.png diff --git a/Captura/Assets.xcassets/MenuBar/Stop Frame 2.imageset/Stop Frame 2@3x.png b/Captura/Assets.xcassets/MenuBar/Stop Frame 2.imageset/Stop Frame 2@3x.png Binary files differnew file mode 100644 index 0000000..dd6fea4 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Stop Frame 2.imageset/Stop Frame 2@3x.png diff --git a/Captura/Assets.xcassets/MenuBar/Stop Frame 3.imageset/Contents.json b/Captura/Assets.xcassets/MenuBar/Stop Frame 3.imageset/Contents.json new file mode 100644 index 0000000..ffa8cba --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Stop Frame 3.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Stop Frame 3.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Stop Frame 3@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Stop Frame 3@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Captura/Assets.xcassets/MenuBar/Stop Frame 3.imageset/Stop Frame 3.png b/Captura/Assets.xcassets/MenuBar/Stop Frame 3.imageset/Stop Frame 3.png Binary files differnew file mode 100644 index 0000000..53e3e89 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Stop Frame 3.imageset/Stop Frame 3.png diff --git a/Captura/Assets.xcassets/MenuBar/Stop Frame 3.imageset/Stop Frame 3@2x.png b/Captura/Assets.xcassets/MenuBar/Stop Frame 3.imageset/Stop Frame 3@2x.png Binary files differnew file mode 100644 index 0000000..e21af40 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Stop Frame 3.imageset/Stop Frame 3@2x.png diff --git a/Captura/Assets.xcassets/MenuBar/Stop Frame 3.imageset/Stop Frame 3@3x.png b/Captura/Assets.xcassets/MenuBar/Stop Frame 3.imageset/Stop Frame 3@3x.png Binary files differnew file mode 100644 index 0000000..48e1c99 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Stop Frame 3.imageset/Stop Frame 3@3x.png diff --git a/Captura/Assets.xcassets/MenuBar/Stop Frame 4.imageset/Contents.json b/Captura/Assets.xcassets/MenuBar/Stop Frame 4.imageset/Contents.json new file mode 100644 index 0000000..cc19fcd --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Stop Frame 4.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Stop Frame 4.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Stop Frame 4@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Stop Frame 4@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Captura/Assets.xcassets/MenuBar/Stop Frame 4.imageset/Stop Frame 4.png b/Captura/Assets.xcassets/MenuBar/Stop Frame 4.imageset/Stop Frame 4.png Binary files differnew file mode 100644 index 0000000..4dc14bd --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Stop Frame 4.imageset/Stop Frame 4.png diff --git a/Captura/Assets.xcassets/MenuBar/Stop Frame 4.imageset/Stop Frame 4@2x.png b/Captura/Assets.xcassets/MenuBar/Stop Frame 4.imageset/Stop Frame 4@2x.png Binary files differnew file mode 100644 index 0000000..38e7ac3 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Stop Frame 4.imageset/Stop Frame 4@2x.png diff --git a/Captura/Assets.xcassets/MenuBar/Stop Frame 4.imageset/Stop Frame 4@3x.png b/Captura/Assets.xcassets/MenuBar/Stop Frame 4.imageset/Stop Frame 4@3x.png Binary files differnew file mode 100644 index 0000000..f25c72a --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Stop Frame 4.imageset/Stop Frame 4@3x.png diff --git a/Captura/Assets.xcassets/MenuBar/Stop Frame 5.imageset/Contents.json b/Captura/Assets.xcassets/MenuBar/Stop Frame 5.imageset/Contents.json new file mode 100644 index 0000000..c4a672e --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Stop Frame 5.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Stop Frame 5.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Stop Frame 5@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Stop Frame 5@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Captura/Assets.xcassets/MenuBar/Stop Frame 5.imageset/Stop Frame 5.png b/Captura/Assets.xcassets/MenuBar/Stop Frame 5.imageset/Stop Frame 5.png Binary files differnew file mode 100644 index 0000000..46f4072 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Stop Frame 5.imageset/Stop Frame 5.png diff --git a/Captura/Assets.xcassets/MenuBar/Stop Frame 5.imageset/Stop Frame 5@2x.png b/Captura/Assets.xcassets/MenuBar/Stop Frame 5.imageset/Stop Frame 5@2x.png Binary files differnew file mode 100644 index 0000000..35b4300 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Stop Frame 5.imageset/Stop Frame 5@2x.png diff --git a/Captura/Assets.xcassets/MenuBar/Stop Frame 5.imageset/Stop Frame 5@3x.png b/Captura/Assets.xcassets/MenuBar/Stop Frame 5.imageset/Stop Frame 5@3x.png Binary files differnew file mode 100644 index 0000000..fbfe97d --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Stop Frame 5.imageset/Stop Frame 5@3x.png diff --git a/Captura/Assets.xcassets/MenuBar/Upload Frame 1.imageset/Contents.json b/Captura/Assets.xcassets/MenuBar/Upload Frame 1.imageset/Contents.json new file mode 100644 index 0000000..26ff362 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Upload Frame 1.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Upload Frame 1.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Upload Frame 1@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Upload Frame 1@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Captura/Assets.xcassets/MenuBar/Upload Frame 1.imageset/Upload Frame 1.png b/Captura/Assets.xcassets/MenuBar/Upload Frame 1.imageset/Upload Frame 1.png Binary files differnew file mode 100644 index 0000000..76f221b --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Upload Frame 1.imageset/Upload Frame 1.png diff --git a/Captura/Assets.xcassets/MenuBar/Upload Frame 1.imageset/Upload Frame 1@2x.png b/Captura/Assets.xcassets/MenuBar/Upload Frame 1.imageset/Upload Frame 1@2x.png Binary files differnew file mode 100644 index 0000000..c22650e --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Upload Frame 1.imageset/Upload Frame 1@2x.png diff --git a/Captura/Assets.xcassets/MenuBar/Upload Frame 1.imageset/Upload Frame 1@3x.png b/Captura/Assets.xcassets/MenuBar/Upload Frame 1.imageset/Upload Frame 1@3x.png Binary files differnew file mode 100644 index 0000000..042cba8 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Upload Frame 1.imageset/Upload Frame 1@3x.png diff --git a/Captura/Assets.xcassets/MenuBar/Upload Frame 2.imageset/Contents.json b/Captura/Assets.xcassets/MenuBar/Upload Frame 2.imageset/Contents.json new file mode 100644 index 0000000..0d0e92c --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Upload Frame 2.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Upload Frame 2.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Upload Frame 2@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Upload Frame 2@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Captura/Assets.xcassets/MenuBar/Upload Frame 2.imageset/Upload Frame 2.png b/Captura/Assets.xcassets/MenuBar/Upload Frame 2.imageset/Upload Frame 2.png Binary files differnew file mode 100644 index 0000000..366a309 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Upload Frame 2.imageset/Upload Frame 2.png diff --git a/Captura/Assets.xcassets/MenuBar/Upload Frame 2.imageset/Upload Frame 2@2x.png b/Captura/Assets.xcassets/MenuBar/Upload Frame 2.imageset/Upload Frame 2@2x.png Binary files differnew file mode 100644 index 0000000..55cc179 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Upload Frame 2.imageset/Upload Frame 2@2x.png diff --git a/Captura/Assets.xcassets/MenuBar/Upload Frame 2.imageset/Upload Frame 2@3x.png b/Captura/Assets.xcassets/MenuBar/Upload Frame 2.imageset/Upload Frame 2@3x.png Binary files differnew file mode 100644 index 0000000..91c26c6 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Upload Frame 2.imageset/Upload Frame 2@3x.png diff --git a/Captura/Assets.xcassets/MenuBar/Upload Frame 3.imageset/Contents.json b/Captura/Assets.xcassets/MenuBar/Upload Frame 3.imageset/Contents.json new file mode 100644 index 0000000..f757c95 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Upload Frame 3.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Upload Frame 3.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Upload Frame 3@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Upload Frame 3@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Captura/Assets.xcassets/MenuBar/Upload Frame 3.imageset/Upload Frame 3.png b/Captura/Assets.xcassets/MenuBar/Upload Frame 3.imageset/Upload Frame 3.png Binary files differnew file mode 100644 index 0000000..c0a561a --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Upload Frame 3.imageset/Upload Frame 3.png diff --git a/Captura/Assets.xcassets/MenuBar/Upload Frame 3.imageset/Upload Frame 3@2x.png b/Captura/Assets.xcassets/MenuBar/Upload Frame 3.imageset/Upload Frame 3@2x.png Binary files differnew file mode 100644 index 0000000..2a5a273 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Upload Frame 3.imageset/Upload Frame 3@2x.png diff --git a/Captura/Assets.xcassets/MenuBar/Upload Frame 3.imageset/Upload Frame 3@3x.png b/Captura/Assets.xcassets/MenuBar/Upload Frame 3.imageset/Upload Frame 3@3x.png Binary files differnew file mode 100644 index 0000000..2b48e07 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Upload Frame 3.imageset/Upload Frame 3@3x.png diff --git a/Captura/Assets.xcassets/MenuBar/Upload Frame 4.imageset/Contents.json b/Captura/Assets.xcassets/MenuBar/Upload Frame 4.imageset/Contents.json new file mode 100644 index 0000000..55a1c6a --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Upload Frame 4.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Upload Frame 4.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Upload Frame 4@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Upload Frame 4@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Captura/Assets.xcassets/MenuBar/Upload Frame 4.imageset/Upload Frame 4.png b/Captura/Assets.xcassets/MenuBar/Upload Frame 4.imageset/Upload Frame 4.png Binary files differnew file mode 100644 index 0000000..9f79be2 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Upload Frame 4.imageset/Upload Frame 4.png diff --git a/Captura/Assets.xcassets/MenuBar/Upload Frame 4.imageset/Upload Frame 4@2x.png b/Captura/Assets.xcassets/MenuBar/Upload Frame 4.imageset/Upload Frame 4@2x.png Binary files differnew file mode 100644 index 0000000..9826612 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Upload Frame 4.imageset/Upload Frame 4@2x.png diff --git a/Captura/Assets.xcassets/MenuBar/Upload Frame 4.imageset/Upload Frame 4@3x.png b/Captura/Assets.xcassets/MenuBar/Upload Frame 4.imageset/Upload Frame 4@3x.png Binary files differnew file mode 100644 index 0000000..c988192 --- /dev/null +++ b/Captura/Assets.xcassets/MenuBar/Upload Frame 4.imageset/Upload Frame 4@3x.png diff --git a/Captura/CapturaApp.swift b/Captura/CapturaApp.swift index 00c5cc4..14e266c 100644 --- a/Captura/CapturaApp.swift +++ b/Captura/CapturaApp.swift @@ -58,7 +58,7 @@ struct CapturaApp: App { statusItem = NSStatusBar.system.statusItem(withLength: NSStatusItem.variableLength) if let button = statusItem.button { - button.image = NSImage(systemSymbolName: "rectangle.dashed.badge.record", accessibilityDescription: "Captura") + button.image = NSImage(named: "Idle") } statusItem.isVisible = true @@ -237,6 +237,7 @@ struct CapturaApp: App { helpShown = false if captureState != .selectingArea { captureState = .selectingArea + updateImage() if let button = statusItem.button { let rectInWindow = button.convert(button.bounds, to: nil) let rectInScreen = button.window?.convertToScreen(rectInWindow) @@ -401,19 +402,23 @@ struct CapturaApp: App { if let button = statusItem.button { let image: String = switch captureState { case .idle: - "rectangle.dashed.badge.record" + "Idle" case .selectingArea: - "circle.rectangle.dashed" + if recordingWindow?.recordingContentView.box != nil { + "Ready to Record" + } else { + "Selecting" + } case .recording: - "checkmark.rectangle" + "Stop Frame 1" case .uploading: - "dock.arrow.up.rectangle" + "Upload Frame 1" case .uploaded: - "checkmark.rectangle.fill" + "OK" case .error: - "xmark.rectangle.fill" + "ERR" } - button.image = NSImage(systemSymbolName: image, accessibilityDescription: "Captura") + button.image = NSImage(named: image) } } |