diff options
author | anongitter <[email protected]> | 2016-02-11 22:50:51 +0100 |
---|---|---|
committer | anongitter <[email protected]> | 2016-02-11 22:50:51 +0100 |
commit | 2a88f2fb38f160de77b0440ac8ad502e1cc753f3 (patch) | |
tree | ee2b5606c4a56a712fa72f65ecc472c8f68c3fe2 /macosx | |
parent | ffd8cb1ca51961ecf378697d63f004fe1f870dbb (diff) |
Move png icons into an asset catalog
Use of an asset catalog to store png icons instead of a folder to make
it way easier to read in the Xcode project.
Diffstat (limited to 'macosx')
96 files changed, 701 insertions, 250 deletions
diff --git a/macosx/Assets.xcassets/Contents.json b/macosx/Assets.xcassets/Contents.json new file mode 100644 index 000000000..da4a164c9 --- /dev/null +++ b/macosx/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/Assets.xcassets/Delete.imageset/Contents.json b/macosx/Assets.xcassets/Delete.imageset/Contents.json new file mode 100644 index 000000000..bf93fa368 --- /dev/null +++ b/macosx/Assets.xcassets/Delete.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "Delete.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/Delete.png b/macosx/Assets.xcassets/Delete.imageset/Delete.png Binary files differindex 1568f0610..1568f0610 100644 --- a/macosx/icons/Delete.png +++ b/macosx/Assets.xcassets/Delete.imageset/Delete.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/Delete.imageset/[email protected] Binary files differindex 2654f492f..2654f492f 100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/Delete.imageset/[email protected] diff --git a/macosx/Assets.xcassets/DeleteHighlight.imageset/Contents.json b/macosx/Assets.xcassets/DeleteHighlight.imageset/Contents.json new file mode 100644 index 000000000..302d0373c --- /dev/null +++ b/macosx/Assets.xcassets/DeleteHighlight.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "DeleteHighlight.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/DeleteHighlight.png b/macosx/Assets.xcassets/DeleteHighlight.imageset/DeleteHighlight.png Binary files differindex a24df6bc1..a24df6bc1 100644 --- a/macosx/icons/DeleteHighlight.png +++ b/macosx/Assets.xcassets/DeleteHighlight.imageset/DeleteHighlight.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/DeleteHighlight.imageset/[email protected] Binary files differindex 54b3920c8..54b3920c8 100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/DeleteHighlight.imageset/[email protected] diff --git a/macosx/Assets.xcassets/DeleteHighlightPressed.imageset/Contents.json b/macosx/Assets.xcassets/DeleteHighlightPressed.imageset/Contents.json new file mode 100644 index 000000000..c1f3c1814 --- /dev/null +++ b/macosx/Assets.xcassets/DeleteHighlightPressed.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "DeleteHighlightPressed.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/DeleteHighlightPressed.png b/macosx/Assets.xcassets/DeleteHighlightPressed.imageset/DeleteHighlightPressed.png Binary files differindex 0873028ae..0873028ae 100644 --- a/macosx/icons/DeleteHighlightPressed.png +++ b/macosx/Assets.xcassets/DeleteHighlightPressed.imageset/DeleteHighlightPressed.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/DeleteHighlightPressed.imageset/[email protected] Binary files differindex 0c7c89ff1..0c7c89ff1 100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/DeleteHighlightPressed.imageset/[email protected] diff --git a/macosx/Assets.xcassets/DeletePressed.imageset/Contents.json b/macosx/Assets.xcassets/DeletePressed.imageset/Contents.json new file mode 100644 index 000000000..12efb910f --- /dev/null +++ b/macosx/Assets.xcassets/DeletePressed.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "DeletePressed.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/DeletePressed.png b/macosx/Assets.xcassets/DeletePressed.imageset/DeletePressed.png Binary files differindex f4995c4c8..f4995c4c8 100644 --- a/macosx/icons/DeletePressed.png +++ b/macosx/Assets.xcassets/DeletePressed.imageset/DeletePressed.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/DeletePressed.imageset/[email protected] Binary files differindex 52e237f47..52e237f47 100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/DeletePressed.imageset/[email protected] diff --git a/macosx/Assets.xcassets/EncodeCanceled.imageset/Contents.json b/macosx/Assets.xcassets/EncodeCanceled.imageset/Contents.json new file mode 100644 index 000000000..761e48e44 --- /dev/null +++ b/macosx/Assets.xcassets/EncodeCanceled.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "EncodeCanceled.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/EncodeCanceled.png b/macosx/Assets.xcassets/EncodeCanceled.imageset/EncodeCanceled.png Binary files differindex 6516035d5..6516035d5 100644 --- a/macosx/icons/EncodeCanceled.png +++ b/macosx/Assets.xcassets/EncodeCanceled.imageset/EncodeCanceled.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/EncodeCanceled.imageset/[email protected] Binary files differindex 89e4fd397..89e4fd397 100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/EncodeCanceled.imageset/[email protected] diff --git a/macosx/Assets.xcassets/EncodeComplete.imageset/Contents.json b/macosx/Assets.xcassets/EncodeComplete.imageset/Contents.json new file mode 100644 index 000000000..c9f47567f --- /dev/null +++ b/macosx/Assets.xcassets/EncodeComplete.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "EncodeComplete.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/EncodeComplete.png b/macosx/Assets.xcassets/EncodeComplete.imageset/EncodeComplete.png Binary files differindex 503e52c8e..503e52c8e 100644 --- a/macosx/icons/EncodeComplete.png +++ b/macosx/Assets.xcassets/EncodeComplete.imageset/EncodeComplete.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/EncodeComplete.imageset/[email protected] Binary files differindex 899ee391d..899ee391d 100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/EncodeComplete.imageset/[email protected] diff --git a/macosx/Assets.xcassets/EncodeFailed.imageset/Contents.json b/macosx/Assets.xcassets/EncodeFailed.imageset/Contents.json new file mode 100644 index 000000000..9b8766a64 --- /dev/null +++ b/macosx/Assets.xcassets/EncodeFailed.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "EncodeFailed.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/EncodeFailed.png b/macosx/Assets.xcassets/EncodeFailed.imageset/EncodeFailed.png Binary files differindex 2c7712f76..2c7712f76 100644 --- a/macosx/icons/EncodeFailed.png +++ b/macosx/Assets.xcassets/EncodeFailed.imageset/EncodeFailed.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/EncodeFailed.imageset/[email protected] Binary files differindex 3740dfdb4..3740dfdb4 100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/EncodeFailed.imageset/[email protected] diff --git a/macosx/Assets.xcassets/EncodeWorking/Contents.json b/macosx/Assets.xcassets/EncodeWorking/Contents.json new file mode 100644 index 000000000..da4a164c9 --- /dev/null +++ b/macosx/Assets.xcassets/EncodeWorking/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/Assets.xcassets/EncodeWorking/EncodeWorking0.imageset/Contents.json b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking0.imageset/Contents.json new file mode 100644 index 000000000..8f9426335 --- /dev/null +++ b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking0.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "EncodeWorking0.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/EncodeWorking0.png b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking0.imageset/EncodeWorking0.png Binary files differindex 200606b54..200606b54 100644 --- a/macosx/icons/EncodeWorking0.png +++ b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking0.imageset/EncodeWorking0.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking0.imageset/[email protected] Binary files differindex 541e69d88..541e69d88 100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking0.imageset/[email protected] diff --git a/macosx/Assets.xcassets/EncodeWorking/EncodeWorking1.imageset/Contents.json b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking1.imageset/Contents.json new file mode 100644 index 000000000..3b7519179 --- /dev/null +++ b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking1.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "EncodeWorking1.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/EncodeWorking1.png b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking1.imageset/EncodeWorking1.png Binary files differindex b3e0749bc..b3e0749bc 100644 --- a/macosx/icons/EncodeWorking1.png +++ b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking1.imageset/EncodeWorking1.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking1.imageset/[email protected] Binary files differindex ccb9807f5..ccb9807f5 100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking1.imageset/[email protected] diff --git a/macosx/Assets.xcassets/EncodeWorking/EncodeWorking2.imageset/Contents.json b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking2.imageset/Contents.json new file mode 100644 index 000000000..a30369243 --- /dev/null +++ b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking2.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "EncodeWorking2.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/EncodeWorking2.png b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking2.imageset/EncodeWorking2.png Binary files differindex 11fef3188..11fef3188 100644 --- a/macosx/icons/EncodeWorking2.png +++ b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking2.imageset/EncodeWorking2.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking2.imageset/[email protected] Binary files differindex d3da84b08..d3da84b08 100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking2.imageset/[email protected] diff --git a/macosx/Assets.xcassets/EncodeWorking/EncodeWorking3.imageset/Contents.json b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking3.imageset/Contents.json new file mode 100644 index 000000000..706aa6297 --- /dev/null +++ b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking3.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "EncodeWorking3.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/EncodeWorking3.png b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking3.imageset/EncodeWorking3.png Binary files differindex 9a2187d01..9a2187d01 100644 --- a/macosx/icons/EncodeWorking3.png +++ b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking3.imageset/EncodeWorking3.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking3.imageset/[email protected] Binary files differindex f30860cfd..f30860cfd 100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking3.imageset/[email protected] diff --git a/macosx/Assets.xcassets/EncodeWorking/EncodeWorking4.imageset/Contents.json b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking4.imageset/Contents.json new file mode 100644 index 000000000..49985af34 --- /dev/null +++ b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking4.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "EncodeWorking4.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/EncodeWorking4.png b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking4.imageset/EncodeWorking4.png Binary files differindex 680505b23..680505b23 100644 --- a/macosx/icons/EncodeWorking4.png +++ b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking4.imageset/EncodeWorking4.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking4.imageset/[email protected] Binary files differindex 48467c12c..48467c12c 100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking4.imageset/[email protected] diff --git a/macosx/Assets.xcassets/EncodeWorking/EncodeWorking5.imageset/Contents.json b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking5.imageset/Contents.json new file mode 100644 index 000000000..5b7834c20 --- /dev/null +++ b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking5.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "EncodeWorking5.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/EncodeWorking5.png b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking5.imageset/EncodeWorking5.png Binary files differindex 33fae2c28..33fae2c28 100644 --- a/macosx/icons/EncodeWorking5.png +++ b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking5.imageset/EncodeWorking5.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking5.imageset/[email protected] Binary files differindex 845b0f187..845b0f187 100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking5.imageset/[email protected] diff --git a/macosx/Assets.xcassets/JobSmall.imageset/Contents.json b/macosx/Assets.xcassets/JobSmall.imageset/Contents.json new file mode 100644 index 000000000..cf9288c74 --- /dev/null +++ b/macosx/Assets.xcassets/JobSmall.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "JobSmall.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/JobSmall.png b/macosx/Assets.xcassets/JobSmall.imageset/JobSmall.png Binary files differindex 486885c8e..486885c8e 100644 --- a/macosx/icons/JobSmall.png +++ b/macosx/Assets.xcassets/JobSmall.imageset/JobSmall.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/JobSmall.imageset/[email protected] Binary files differindex 9b8f08d0b..9b8f08d0b 100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/JobSmall.imageset/[email protected] diff --git a/macosx/Assets.xcassets/Reveal.imageset/Contents.json b/macosx/Assets.xcassets/Reveal.imageset/Contents.json new file mode 100644 index 000000000..deb45b071 --- /dev/null +++ b/macosx/Assets.xcassets/Reveal.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "Reveal.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/Reveal.png b/macosx/Assets.xcassets/Reveal.imageset/Reveal.png Binary files differindex fdc117589..fdc117589 100644 --- a/macosx/icons/Reveal.png +++ b/macosx/Assets.xcassets/Reveal.imageset/Reveal.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/Reveal.imageset/[email protected] Binary files differindex 7ab30e965..7ab30e965 100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/Reveal.imageset/[email protected] diff --git a/macosx/Assets.xcassets/RevealHighlight.imageset/Contents.json b/macosx/Assets.xcassets/RevealHighlight.imageset/Contents.json new file mode 100644 index 000000000..83b6f8054 --- /dev/null +++ b/macosx/Assets.xcassets/RevealHighlight.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "RevealHighlight.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/RevealHighlight.png b/macosx/Assets.xcassets/RevealHighlight.imageset/RevealHighlight.png Binary files differindex 003a76411..003a76411 100644 --- a/macosx/icons/RevealHighlight.png +++ b/macosx/Assets.xcassets/RevealHighlight.imageset/RevealHighlight.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/RevealHighlight.imageset/[email protected] Binary files differindex a8bebd66b..a8bebd66b 100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/RevealHighlight.imageset/[email protected] diff --git a/macosx/Assets.xcassets/RevealHighlightPressed.imageset/Contents.json b/macosx/Assets.xcassets/RevealHighlightPressed.imageset/Contents.json new file mode 100644 index 000000000..f656c5445 --- /dev/null +++ b/macosx/Assets.xcassets/RevealHighlightPressed.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "RevealHighlightPressed.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/RevealHighlightPressed.png b/macosx/Assets.xcassets/RevealHighlightPressed.imageset/RevealHighlightPressed.png Binary files differindex 3cd4fd9b9..3cd4fd9b9 100644 --- a/macosx/icons/RevealHighlightPressed.png +++ b/macosx/Assets.xcassets/RevealHighlightPressed.imageset/RevealHighlightPressed.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/RevealHighlightPressed.imageset/[email protected] Binary files differindex 8841132a1..8841132a1 100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/RevealHighlightPressed.imageset/[email protected] diff --git a/macosx/Assets.xcassets/RevealPressed.imageset/Contents.json b/macosx/Assets.xcassets/RevealPressed.imageset/Contents.json new file mode 100644 index 000000000..200e2fe94 --- /dev/null +++ b/macosx/Assets.xcassets/RevealPressed.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "RevealPressed.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/RevealPressed.png b/macosx/Assets.xcassets/RevealPressed.imageset/RevealPressed.png Binary files differindex 97ef1d8c4..97ef1d8c4 100644 --- a/macosx/icons/RevealPressed.png +++ b/macosx/Assets.xcassets/RevealPressed.imageset/RevealPressed.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/RevealPressed.imageset/[email protected] Binary files differindex 14c596b90..14c596b90 100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/RevealPressed.imageset/[email protected] diff --git a/macosx/Assets.xcassets/activity.imageset/Contents.json b/macosx/Assets.xcassets/activity.imageset/Contents.json new file mode 100644 index 000000000..7142a983d --- /dev/null +++ b/macosx/Assets.xcassets/activity.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "activity.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/activity.png b/macosx/Assets.xcassets/activity.imageset/activity.png Binary files differindex a2de1eead..a2de1eead 100755..100644 --- a/macosx/icons/activity.png +++ b/macosx/Assets.xcassets/activity.imageset/activity.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/activity.imageset/[email protected] Binary files differindex 9a6157f82..9a6157f82 100755..100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/activity.imageset/[email protected] diff --git a/macosx/Assets.xcassets/addqueue.imageset/Contents.json b/macosx/Assets.xcassets/addqueue.imageset/Contents.json new file mode 100644 index 000000000..648c56f34 --- /dev/null +++ b/macosx/Assets.xcassets/addqueue.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "addqueue.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/addqueue.png b/macosx/Assets.xcassets/addqueue.imageset/addqueue.png Binary files differindex ca33264cc..ca33264cc 100755..100644 --- a/macosx/icons/addqueue.png +++ b/macosx/Assets.xcassets/addqueue.imageset/addqueue.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/addqueue.imageset/[email protected] Binary files differindex af00717cd..af00717cd 100755..100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/addqueue.imageset/[email protected] diff --git a/macosx/Assets.xcassets/advanced.imageset/Contents.json b/macosx/Assets.xcassets/advanced.imageset/Contents.json new file mode 100644 index 000000000..1d4f7b8df --- /dev/null +++ b/macosx/Assets.xcassets/advanced.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "advanced.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/advanced.png b/macosx/Assets.xcassets/advanced.imageset/advanced.png Binary files differindex 25b648003..25b648003 100755..100644 --- a/macosx/icons/advanced.png +++ b/macosx/Assets.xcassets/advanced.imageset/advanced.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/advanced.imageset/[email protected] Binary files differindex 12c7d6eec..12c7d6eec 100755..100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/advanced.imageset/[email protected] diff --git a/macosx/Assets.xcassets/audio.imageset/Contents.json b/macosx/Assets.xcassets/audio.imageset/Contents.json new file mode 100644 index 000000000..abd036c47 --- /dev/null +++ b/macosx/Assets.xcassets/audio.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "audio.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/audio.png b/macosx/Assets.xcassets/audio.imageset/audio.png Binary files differindex 5da9ca960..5da9ca960 100755..100644 --- a/macosx/icons/audio.png +++ b/macosx/Assets.xcassets/audio.imageset/audio.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/audio.imageset/[email protected] Binary files differindex 72dbdf6f9..72dbdf6f9 100755..100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/audio.imageset/[email protected] diff --git a/macosx/Assets.xcassets/encode.imageset/Contents.json b/macosx/Assets.xcassets/encode.imageset/Contents.json new file mode 100644 index 000000000..6f89f40d8 --- /dev/null +++ b/macosx/Assets.xcassets/encode.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "encode.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/encode.png b/macosx/Assets.xcassets/encode.imageset/encode.png Binary files differindex 2f581354c..2f581354c 100755..100644 --- a/macosx/icons/encode.png +++ b/macosx/Assets.xcassets/encode.imageset/encode.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/encode.imageset/[email protected] Binary files differindex d1b3960df..d1b3960df 100755..100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/encode.imageset/[email protected] diff --git a/macosx/Assets.xcassets/pauseencode.imageset/Contents.json b/macosx/Assets.xcassets/pauseencode.imageset/Contents.json new file mode 100644 index 000000000..504484a88 --- /dev/null +++ b/macosx/Assets.xcassets/pauseencode.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "pauseencode.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/pauseencode.png b/macosx/Assets.xcassets/pauseencode.imageset/pauseencode.png Binary files differindex bd318db00..bd318db00 100755..100644 --- a/macosx/icons/pauseencode.png +++ b/macosx/Assets.xcassets/pauseencode.imageset/pauseencode.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/pauseencode.imageset/[email protected] Binary files differindex 313e554d8..313e554d8 100755..100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/pauseencode.imageset/[email protected] diff --git a/macosx/Assets.xcassets/picturesettings.imageset/Contents.json b/macosx/Assets.xcassets/picturesettings.imageset/Contents.json new file mode 100644 index 000000000..ca50e22cd --- /dev/null +++ b/macosx/Assets.xcassets/picturesettings.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "picturesettings.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/picturesettings.png b/macosx/Assets.xcassets/picturesettings.imageset/picturesettings.png Binary files differindex 46017e9a6..46017e9a6 100755..100644 --- a/macosx/icons/picturesettings.png +++ b/macosx/Assets.xcassets/picturesettings.imageset/picturesettings.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/picturesettings.imageset/[email protected] Binary files differindex aa639d55a..aa639d55a 100755..100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/picturesettings.imageset/[email protected] diff --git a/macosx/Assets.xcassets/presets.imageset/Contents.json b/macosx/Assets.xcassets/presets.imageset/Contents.json new file mode 100644 index 000000000..94887a8d1 --- /dev/null +++ b/macosx/Assets.xcassets/presets.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "presets.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/presets.png b/macosx/Assets.xcassets/presets.imageset/presets.png Binary files differindex 439d6cf34..439d6cf34 100755..100644 --- a/macosx/icons/presets.png +++ b/macosx/Assets.xcassets/presets.imageset/presets.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/presets.imageset/[email protected] Binary files differindex c70543e20..c70543e20 100755..100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/presets.imageset/[email protected] diff --git a/macosx/Assets.xcassets/preview.imageset/Contents.json b/macosx/Assets.xcassets/preview.imageset/Contents.json new file mode 100644 index 000000000..4ff3d8c35 --- /dev/null +++ b/macosx/Assets.xcassets/preview.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "preview.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/preview.png b/macosx/Assets.xcassets/preview.imageset/preview.png Binary files differindex 45f711c45..45f711c45 100755..100644 --- a/macosx/icons/preview.png +++ b/macosx/Assets.xcassets/preview.imageset/preview.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/preview.imageset/[email protected] Binary files differindex 012c3bd78..012c3bd78 100755..100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/preview.imageset/[email protected] diff --git a/macosx/Assets.xcassets/settings.imageset/Contents.json b/macosx/Assets.xcassets/settings.imageset/Contents.json new file mode 100644 index 000000000..0ea77be31 --- /dev/null +++ b/macosx/Assets.xcassets/settings.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "settings.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/settings.png b/macosx/Assets.xcassets/settings.imageset/settings.png Binary files differindex d1e9757e7..d1e9757e7 100755..100644 --- a/macosx/icons/settings.png +++ b/macosx/Assets.xcassets/settings.imageset/settings.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/settings.imageset/[email protected] Binary files differindex 350f4bfd5..350f4bfd5 100755..100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/settings.imageset/[email protected] diff --git a/macosx/Assets.xcassets/showqueue.imageset/Contents.json b/macosx/Assets.xcassets/showqueue.imageset/Contents.json new file mode 100644 index 000000000..d7203f96d --- /dev/null +++ b/macosx/Assets.xcassets/showqueue.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "showqueue.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/showqueue.png b/macosx/Assets.xcassets/showqueue.imageset/showqueue.png Binary files differindex ffcb4d70a..ffcb4d70a 100755..100644 --- a/macosx/icons/showqueue.png +++ b/macosx/Assets.xcassets/showqueue.imageset/showqueue.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/showqueue.imageset/[email protected] Binary files differindex 2cbe097e1..2cbe097e1 100755..100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/showqueue.imageset/[email protected] diff --git a/macosx/Assets.xcassets/source.imageset/Contents.json b/macosx/Assets.xcassets/source.imageset/Contents.json new file mode 100644 index 000000000..d3fe155b5 --- /dev/null +++ b/macosx/Assets.xcassets/source.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "source.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/source.png b/macosx/Assets.xcassets/source.imageset/source.png Binary files differindex abdb30afa..abdb30afa 100755..100644 --- a/macosx/icons/source.png +++ b/macosx/Assets.xcassets/source.imageset/source.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/source.imageset/[email protected] Binary files differindex a212d4e58..a212d4e58 100755..100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/source.imageset/[email protected] diff --git a/macosx/Assets.xcassets/stopencode.imageset/Contents.json b/macosx/Assets.xcassets/stopencode.imageset/Contents.json new file mode 100644 index 000000000..d483462e9 --- /dev/null +++ b/macosx/Assets.xcassets/stopencode.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "stopencode.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/icons/stopencode.png b/macosx/Assets.xcassets/stopencode.imageset/stopencode.png Binary files differindex ce1e1efe1..ce1e1efe1 100755..100644 --- a/macosx/icons/stopencode.png +++ b/macosx/Assets.xcassets/stopencode.imageset/stopencode.png diff --git a/macosx/icons/[email protected] b/macosx/Assets.xcassets/stopencode.imageset/[email protected] Binary files differindex 0490f4bd3..0490f4bd3 100755..100644 --- a/macosx/icons/[email protected] +++ b/macosx/Assets.xcassets/stopencode.imageset/[email protected] diff --git a/macosx/HandBrake.xcodeproj/project.pbxproj b/macosx/HandBrake.xcodeproj/project.pbxproj index a724c43d6..cfd33e7da 100644 --- a/macosx/HandBrake.xcodeproj/project.pbxproj +++ b/macosx/HandBrake.xcodeproj/project.pbxproj @@ -42,22 +42,6 @@ 273F20C914ADC5150021BE6D /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 273F202F14ADB9790021BE6D /* AudioToolbox.framework */; }; 273F20CB14ADC89A0021BE6D /* Growl.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 273F20BF14ADC1250021BE6D /* Growl.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; 273F20CC14ADC8A10021BE6D /* Sparkle.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 273F20C014ADC1250021BE6D /* Sparkle.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 273F214C14ADCBF80021BE6D /* Delete.png in Resources */ = {isa = PBXBuildFile; fileRef = 273F212514ADCBF70021BE6D /* Delete.png */; }; - 273F214D14ADCBF80021BE6D /* DeleteHighlight.png in Resources */ = {isa = PBXBuildFile; fileRef = 273F212614ADCBF70021BE6D /* DeleteHighlight.png */; }; - 273F214E14ADCBF80021BE6D /* DeleteHighlightPressed.png in Resources */ = {isa = PBXBuildFile; fileRef = 273F212714ADCBF70021BE6D /* DeleteHighlightPressed.png */; }; - 273F214F14ADCBF80021BE6D /* DeletePressed.png in Resources */ = {isa = PBXBuildFile; fileRef = 273F212814ADCBF70021BE6D /* DeletePressed.png */; }; - 273F215114ADCBF80021BE6D /* EncodeCanceled.png in Resources */ = {isa = PBXBuildFile; fileRef = 273F212A14ADCBF80021BE6D /* EncodeCanceled.png */; }; - 273F215314ADCBF80021BE6D /* EncodeWorking0.png in Resources */ = {isa = PBXBuildFile; fileRef = 273F212C14ADCBF80021BE6D /* EncodeWorking0.png */; }; - 273F215414ADCBF80021BE6D /* EncodeWorking1.png in Resources */ = {isa = PBXBuildFile; fileRef = 273F212D14ADCBF80021BE6D /* EncodeWorking1.png */; }; - 273F215514ADCBF80021BE6D /* EncodeWorking2.png in Resources */ = {isa = PBXBuildFile; fileRef = 273F212E14ADCBF80021BE6D /* EncodeWorking2.png */; }; - 273F215614ADCBF80021BE6D /* EncodeWorking3.png in Resources */ = {isa = PBXBuildFile; fileRef = 273F212F14ADCBF80021BE6D /* EncodeWorking3.png */; }; - 273F215714ADCBF80021BE6D /* EncodeWorking4.png in Resources */ = {isa = PBXBuildFile; fileRef = 273F213014ADCBF80021BE6D /* EncodeWorking4.png */; }; - 273F215814ADCBF80021BE6D /* EncodeWorking5.png in Resources */ = {isa = PBXBuildFile; fileRef = 273F213114ADCBF80021BE6D /* EncodeWorking5.png */; }; - 273F216114ADCBF80021BE6D /* JobSmall.png in Resources */ = {isa = PBXBuildFile; fileRef = 273F213A14ADCBF80021BE6D /* JobSmall.png */; }; - 273F216714ADCBF80021BE6D /* Reveal.png in Resources */ = {isa = PBXBuildFile; fileRef = 273F214014ADCBF80021BE6D /* Reveal.png */; }; - 273F216814ADCBF80021BE6D /* RevealHighlight.png in Resources */ = {isa = PBXBuildFile; fileRef = 273F214114ADCBF80021BE6D /* RevealHighlight.png */; }; - 273F216914ADCBF80021BE6D /* RevealHighlightPressed.png in Resources */ = {isa = PBXBuildFile; fileRef = 273F214214ADCBF80021BE6D /* RevealHighlightPressed.png */; }; - 273F216A14ADCBF80021BE6D /* RevealPressed.png in Resources */ = {isa = PBXBuildFile; fileRef = 273F214314ADCBF80021BE6D /* RevealPressed.png */; }; 273F218A14ADDDA10021BE6D /* AdvancedView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 273F217A14ADDDA10021BE6D /* AdvancedView.xib */; }; 273F218B14ADDDA10021BE6D /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 273F217C14ADDDA10021BE6D /* InfoPlist.strings */; }; 273F218C14ADDDA10021BE6D /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 273F217E14ADDDA10021BE6D /* MainMenu.xib */; }; @@ -122,25 +106,8 @@ A9181CB21BD76F8400E5C8B0 /* HBSubtitlesTrack.m in Sources */ = {isa = PBXBuildFile; fileRef = A9181CB11BD76F8400E5C8B0 /* HBSubtitlesTrack.m */; }; A91AFD0C1A948827009BECED /* HBOutputFileWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = A91AFD0B1A948827009BECED /* HBOutputFileWriter.m */; }; A91AFD0F1A949472009BECED /* HBJobOutputFileWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = A91AFD0E1A949472009BECED /* HBJobOutputFileWriter.m */; }; - A91C024D1A16516A00DEA6F3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = A91C024C1A16516A00DEA6F3 /* [email protected] */; }; - A91C02521A165EA200DEA6F3 /* EncodeComplete.png in Resources */ = {isa = PBXBuildFile; fileRef = A91C02501A165EA200DEA6F3 /* EncodeComplete.png */; }; - A91C02531A165EA200DEA6F3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = A91C02511A165EA200DEA6F3 /* [email protected] */; }; - A91C025A1A166BE300DEA6F3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = A91C02541A166BE300DEA6F3 /* [email protected] */; }; - A91C025B1A166BE300DEA6F3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = A91C02551A166BE300DEA6F3 /* [email protected] */; }; - A91C025C1A166BE300DEA6F3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = A91C02561A166BE300DEA6F3 /* [email protected] */; }; - A91C025D1A166BE300DEA6F3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = A91C02571A166BE300DEA6F3 /* [email protected] */; }; - A91C025E1A166BE300DEA6F3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = A91C02581A166BE300DEA6F3 /* [email protected] */; }; - A91C025F1A166BE300DEA6F3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = A91C02591A166BE300DEA6F3 /* [email protected] */; }; - A9204DC51A16C5AB007CA74C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = A9204DC21A16C5AB007CA74C /* [email protected] */; }; - A9204DC61A16C5AB007CA74C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = A9204DC31A16C5AB007CA74C /* [email protected] */; }; - A9204DC71A16C5AB007CA74C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = A9204DC41A16C5AB007CA74C /* [email protected] */; }; A92268781A6E555500A8D5C5 /* HBAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A92268771A6E555500A8D5C5 /* HBAppDelegate.m */; }; A922687B1A6E569B00A8D5C5 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = A92268791A6E569B00A8D5C5 /* MainWindow.xib */; }; - A9252C041A17343500B8B7F8 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = A9252C031A17343500B8B7F8 /* [email protected] */; }; - A9252C091A173D4800B8B7F8 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = A9252C051A173D4800B8B7F8 /* [email protected] */; }; - A9252C0A1A173D4800B8B7F8 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = A9252C061A173D4800B8B7F8 /* [email protected] */; }; - A9252C0B1A173D4800B8B7F8 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = A9252C071A173D4800B8B7F8 /* [email protected] */; }; - A9252C0C1A173D4800B8B7F8 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = A9252C081A173D4800B8B7F8 /* [email protected] */; }; A932E26C1988334B0047D13E /* AudioDefaults.xib in Resources */ = {isa = PBXBuildFile; fileRef = A932E26A1988334B0047D13E /* AudioDefaults.xib */; }; A932E26F198833920047D13E /* HBAudioDefaultsController.m in Sources */ = {isa = PBXBuildFile; fileRef = A932E26E198833920047D13E /* HBAudioDefaultsController.m */; }; A932E273198834130047D13E /* HBAudioDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = A932E272198834130047D13E /* HBAudioDefaults.m */; }; @@ -157,7 +124,6 @@ A955128A1A320A6F001BFC6F /* libjansson.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A95512881A320A12001BFC6F /* libjansson.a */; }; A955128B1A320B02001BFC6F /* libjansson.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A95512881A320A12001BFC6F /* libjansson.a */; }; A9597A2A1A49749D00007771 /* HBRange+UIAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = A9597A291A49749D00007771 /* HBRange+UIAdditions.m */; }; - A967E4BA1A16768200DF1DFC /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = A967E4B91A16768200DF1DFC /* [email protected] */; }; A96CD1761BCC5F9100F372F1 /* HBMutablePreset.m in Sources */ = {isa = PBXBuildFile; fileRef = A96CD1751BCC5F9100F372F1 /* HBMutablePreset.m */; }; A9706CB41AC1436F00BAEAA8 /* HBApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = A9706CB31AC1436F00BAEAA8 /* HBApplication.m */; }; A9706CB71AC1437800BAEAA8 /* HBExceptionAlertController.m in Sources */ = {isa = PBXBuildFile; fileRef = A9706CB61AC1437800BAEAA8 /* HBExceptionAlertController.m */; }; @@ -171,8 +137,6 @@ A990D9071A64562200139032 /* HBJob+HBJobConversion.m in Sources */ = {isa = PBXBuildFile; fileRef = A990D9061A64562200139032 /* HBJob+HBJobConversion.m */; }; A9935213196F38A70069C6B7 /* ChaptersTitles.xib in Resources */ = {isa = PBXBuildFile; fileRef = A9935211196F38A70069C6B7 /* ChaptersTitles.xib */; }; A99422E01B1887B000DDB077 /* NSJSONSerialization+HBAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = A99422DF1B1887B000DDB077 /* NSJSONSerialization+HBAdditions.m */; }; - A996557D1BD2D32500BA50FA /* EncodeFailed.png in Resources */ = {isa = PBXBuildFile; fileRef = A996557B1BD2D32500BA50FA /* EncodeFailed.png */; }; - A996557E1BD2D32500BA50FA /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = A996557C1BD2D32500BA50FA /* [email protected] */; }; A99F40CF1B624E7E00750170 /* HBPictureViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A99F40CD1B624E7E00750170 /* HBPictureViewController.m */; }; A99F40D31B624EA500750170 /* HBPictureViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A99F40D11B624EA500750170 /* HBPictureViewController.xib */; }; A9A24B2D1B09F6FD00AD1FAB /* HBPresetsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = A9A24B2C1B09F6FD00AD1FAB /* HBPresetsTests.m */; }; @@ -212,32 +176,7 @@ A9F472891976B7F30009EC65 /* HBSubtitlesDefaultsController.m in Sources */ = {isa = PBXBuildFile; fileRef = A9F472871976B7F30009EC65 /* HBSubtitlesDefaultsController.m */; }; A9F4728D1976BAA70009EC65 /* HBSubtitlesDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = A9F4728C1976BAA70009EC65 /* HBSubtitlesDefaults.m */; }; A9F7102619A475EC00F61301 /* HBDockTile.m in Sources */ = {isa = PBXBuildFile; fileRef = A9F7102519A475EC00F61301 /* HBDockTile.m */; }; - D2BCB10916F5152C0084604C /* activity.png in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB0F616F515230084604C /* activity.png */; }; - D2BCB10A16F5152C0084604C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB0F716F515230084604C /* [email protected] */; }; - D2BCB10B16F5152C0084604C /* addqueue.png in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB0F816F515240084604C /* addqueue.png */; }; - D2BCB10C16F5152C0084604C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB0F916F515240084604C /* [email protected] */; }; - D2BCB10D16F5152C0084604C /* advanced.png in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB0FA16F515250084604C /* advanced.png */; }; - D2BCB10E16F5152C0084604C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB0FB16F515250084604C /* [email protected] */; }; - D2BCB10F16F5152C0084604C /* audio.png in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB0FC16F515260084604C /* audio.png */; }; - D2BCB11016F5152C0084604C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB0FD16F515260084604C /* [email protected] */; }; - D2BCB11116F5152C0084604C /* encode.png in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB0FE16F515270084604C /* encode.png */; }; - D2BCB11216F5152C0084604C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB0FF16F515270084604C /* [email protected] */; }; - D2BCB11316F5152C0084604C /* pauseencode.png in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB10016F515280084604C /* pauseencode.png */; }; - D2BCB11416F5152C0084604C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB10116F515280084604C /* [email protected] */; }; - D2BCB11516F5152C0084604C /* picturesettings.png in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB10216F515290084604C /* picturesettings.png */; }; - D2BCB11616F5152C0084604C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB10316F515290084604C /* [email protected] */; }; - D2BCB11716F5152C0084604C /* presets.png in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB10416F5152A0084604C /* presets.png */; }; - D2BCB11816F5152C0084604C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB10516F5152A0084604C /* [email protected] */; }; - D2BCB11916F5152C0084604C /* preview.png in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB10616F5152B0084604C /* preview.png */; }; - D2BCB11A16F5152C0084604C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB10716F5152B0084604C /* [email protected] */; }; - D2BCB11B16F5152C0084604C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB10816F5152C0084604C /* [email protected] */; }; - D2BCB12316F5154E0084604C /* settings.png in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB11C16F5154A0084604C /* settings.png */; }; - D2BCB12416F5154E0084604C /* showqueue.png in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB11D16F5154B0084604C /* showqueue.png */; }; - D2BCB12516F5154E0084604C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB11E16F5154B0084604C /* [email protected] */; }; - D2BCB12616F5154E0084604C /* source.png in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB11F16F5154C0084604C /* source.png */; }; - D2BCB12716F5154E0084604C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB12016F5154C0084604C /* [email protected] */; }; - D2BCB12816F5154E0084604C /* stopencode.png in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB12116F5154D0084604C /* stopencode.png */; }; - D2BCB12916F5154E0084604C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D2BCB12216F5154D0084604C /* [email protected] */; }; + D86C9DD51C6D372500F06F1B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D86C9DD41C6D372500F06F1B /* Assets.xcassets */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -337,22 +276,6 @@ 273F20BF14ADC1250021BE6D /* Growl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Growl.framework; sourceTree = "<group>"; }; 273F20C014ADC1250021BE6D /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = "<group>"; }; 273F20C714ADC4FF0021BE6D /* QTKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = System/Library/Frameworks/QTKit.framework; sourceTree = SDKROOT; }; - 273F212514ADCBF70021BE6D /* Delete.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Delete.png; sourceTree = "<group>"; }; - 273F212614ADCBF70021BE6D /* DeleteHighlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = DeleteHighlight.png; sourceTree = "<group>"; }; - 273F212714ADCBF70021BE6D /* DeleteHighlightPressed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = DeleteHighlightPressed.png; sourceTree = "<group>"; }; - 273F212814ADCBF70021BE6D /* DeletePressed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = DeletePressed.png; sourceTree = "<group>"; }; - 273F212A14ADCBF80021BE6D /* EncodeCanceled.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = EncodeCanceled.png; sourceTree = "<group>"; }; - 273F212C14ADCBF80021BE6D /* EncodeWorking0.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = EncodeWorking0.png; sourceTree = "<group>"; }; - 273F212D14ADCBF80021BE6D /* EncodeWorking1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = EncodeWorking1.png; sourceTree = "<group>"; }; - 273F212E14ADCBF80021BE6D /* EncodeWorking2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = EncodeWorking2.png; sourceTree = "<group>"; }; - 273F212F14ADCBF80021BE6D /* EncodeWorking3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = EncodeWorking3.png; sourceTree = "<group>"; }; - 273F213014ADCBF80021BE6D /* EncodeWorking4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = EncodeWorking4.png; sourceTree = "<group>"; }; - 273F213114ADCBF80021BE6D /* EncodeWorking5.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = EncodeWorking5.png; sourceTree = "<group>"; }; - 273F213A14ADCBF80021BE6D /* JobSmall.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = JobSmall.png; sourceTree = "<group>"; }; - 273F214014ADCBF80021BE6D /* Reveal.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Reveal.png; sourceTree = "<group>"; }; - 273F214114ADCBF80021BE6D /* RevealHighlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = RevealHighlight.png; sourceTree = "<group>"; }; - 273F214214ADCBF80021BE6D /* RevealHighlightPressed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = RevealHighlightPressed.png; sourceTree = "<group>"; }; - 273F214314ADCBF80021BE6D /* RevealPressed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = RevealPressed.png; sourceTree = "<group>"; }; 273F217B14ADDDA10021BE6D /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = AdvancedView.xib; sourceTree = "<group>"; }; 273F217D14ADDDA10021BE6D /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = InfoPlist.strings; sourceTree = "<group>"; }; 273F217F14ADDDA10021BE6D /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = MainMenu.xib; sourceTree = "<group>"; }; @@ -414,26 +337,9 @@ A91AFD0B1A948827009BECED /* HBOutputFileWriter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HBOutputFileWriter.m; sourceTree = "<group>"; }; A91AFD0D1A949472009BECED /* HBJobOutputFileWriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HBJobOutputFileWriter.h; sourceTree = "<group>"; }; A91AFD0E1A949472009BECED /* HBJobOutputFileWriter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HBJobOutputFileWriter.m; sourceTree = "<group>"; }; - A91C024C1A16516A00DEA6F3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - A91C02501A165EA200DEA6F3 /* EncodeComplete.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = EncodeComplete.png; sourceTree = "<group>"; }; - A91C02511A165EA200DEA6F3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - A91C02541A166BE300DEA6F3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - A91C02551A166BE300DEA6F3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - A91C02561A166BE300DEA6F3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - A91C02571A166BE300DEA6F3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - A91C02581A166BE300DEA6F3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - A91C02591A166BE300DEA6F3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - A9204DC21A16C5AB007CA74C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - A9204DC31A16C5AB007CA74C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - A9204DC41A16C5AB007CA74C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; A92268761A6E555500A8D5C5 /* HBAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HBAppDelegate.h; sourceTree = "<group>"; }; A92268771A6E555500A8D5C5 /* HBAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HBAppDelegate.m; sourceTree = "<group>"; }; A922687A1A6E569B00A8D5C5 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = MainWindow.xib; sourceTree = "<group>"; }; - A9252C031A17343500B8B7F8 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - A9252C051A173D4800B8B7F8 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - A9252C061A173D4800B8B7F8 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - A9252C071A173D4800B8B7F8 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - A9252C081A173D4800B8B7F8 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; A932E26B1988334B0047D13E /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = AudioDefaults.xib; sourceTree = "<group>"; }; A932E26D198833920047D13E /* HBAudioDefaultsController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HBAudioDefaultsController.h; sourceTree = "<group>"; }; A932E26E198833920047D13E /* HBAudioDefaultsController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HBAudioDefaultsController.m; sourceTree = "<group>"; }; @@ -462,7 +368,6 @@ A9597A291A49749D00007771 /* HBRange+UIAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "HBRange+UIAdditions.m"; sourceTree = "<group>"; }; A95B8D931B09F16700F2F152 /* HandBrake Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "HandBrake Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; A95B8D961B09F16700F2F152 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; - A967E4B91A16768200DF1DFC /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; A96CD1741BCC5F9100F372F1 /* HBMutablePreset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HBMutablePreset.h; sourceTree = "<group>"; }; A96CD1751BCC5F9100F372F1 /* HBMutablePreset.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HBMutablePreset.m; sourceTree = "<group>"; }; A9706CB21AC1436F00BAEAA8 /* HBApplication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HBApplication.h; sourceTree = "<group>"; }; @@ -487,8 +392,6 @@ A9935212196F38A70069C6B7 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = ChaptersTitles.xib; sourceTree = "<group>"; }; A99422DE1B1887B000DDB077 /* NSJSONSerialization+HBAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSJSONSerialization+HBAdditions.h"; sourceTree = "<group>"; }; A99422DF1B1887B000DDB077 /* NSJSONSerialization+HBAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSJSONSerialization+HBAdditions.m"; sourceTree = "<group>"; }; - A996557B1BD2D32500BA50FA /* EncodeFailed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = EncodeFailed.png; sourceTree = "<group>"; }; - A996557C1BD2D32500BA50FA /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; A997D8EB1A4ABB0900E19B6F /* HBPresetCoding.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HBPresetCoding.h; sourceTree = "<group>"; }; A99F40CC1B624E7E00750170 /* HBPictureViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HBPictureViewController.h; sourceTree = "<group>"; }; A99F40CD1B624E7E00750170 /* HBPictureViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HBPictureViewController.m; sourceTree = "<group>"; }; @@ -554,32 +457,7 @@ A9F4728C1976BAA70009EC65 /* HBSubtitlesDefaults.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HBSubtitlesDefaults.m; sourceTree = "<group>"; }; A9F7102419A475EC00F61301 /* HBDockTile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HBDockTile.h; sourceTree = "<group>"; }; A9F7102519A475EC00F61301 /* HBDockTile.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HBDockTile.m; sourceTree = "<group>"; }; - D2BCB0F616F515230084604C /* activity.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = activity.png; sourceTree = "<group>"; }; - D2BCB0F716F515230084604C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - D2BCB0F816F515240084604C /* addqueue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = addqueue.png; sourceTree = "<group>"; }; - D2BCB0F916F515240084604C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - D2BCB0FA16F515250084604C /* advanced.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = advanced.png; sourceTree = "<group>"; }; - D2BCB0FB16F515250084604C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - D2BCB0FC16F515260084604C /* audio.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = audio.png; sourceTree = "<group>"; }; - D2BCB0FD16F515260084604C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - D2BCB0FE16F515270084604C /* encode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = encode.png; sourceTree = "<group>"; }; - D2BCB0FF16F515270084604C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - D2BCB10016F515280084604C /* pauseencode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pauseencode.png; sourceTree = "<group>"; }; - D2BCB10116F515280084604C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - D2BCB10216F515290084604C /* picturesettings.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = picturesettings.png; sourceTree = "<group>"; }; - D2BCB10316F515290084604C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - D2BCB10416F5152A0084604C /* presets.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = presets.png; sourceTree = "<group>"; }; - D2BCB10516F5152A0084604C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - D2BCB10616F5152B0084604C /* preview.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = preview.png; sourceTree = "<group>"; }; - D2BCB10716F5152B0084604C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - D2BCB10816F5152C0084604C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - D2BCB11C16F5154A0084604C /* settings.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = settings.png; sourceTree = "<group>"; }; - D2BCB11D16F5154B0084604C /* showqueue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = showqueue.png; sourceTree = "<group>"; }; - D2BCB11E16F5154B0084604C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - D2BCB11F16F5154C0084604C /* source.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = source.png; sourceTree = "<group>"; }; - D2BCB12016F5154C0084604C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; - D2BCB12116F5154D0084604C /* stopencode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = stopencode.png; sourceTree = "<group>"; }; - D2BCB12216F5154D0084604C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; + D86C9DD41C6D372500F06F1B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -797,7 +675,8 @@ 3490BCB31614CF8D002A5AD7 /* HandBrake.icns */, A937EECA1C6C7C0300EEAE6D /* dsa_pub.pem */, 273F217914ADDDA10021BE6D /* English.lproj */, - 273F212014ADCBF70021BE6D /* icons */, + D86C9DD41C6D372500F06F1B /* Assets.xcassets */, + 273F212014ADCBF70021BE6D /* pdf icons */, ); name = Resources; sourceTree = "<group>"; @@ -811,76 +690,15 @@ name = Bundled; sourceTree = "<group>"; }; - 273F212014ADCBF70021BE6D /* icons */ = { + 273F212014ADCBF70021BE6D /* pdf icons */ = { isa = PBXGroup; children = ( - D2BCB11C16F5154A0084604C /* settings.png */, - D2BCB11D16F5154B0084604C /* showqueue.png */, - D2BCB11E16F5154B0084604C /* [email protected] */, - D2BCB11F16F5154C0084604C /* source.png */, - D2BCB12016F5154C0084604C /* [email protected] */, - D2BCB12116F5154D0084604C /* stopencode.png */, - D2BCB12216F5154D0084604C /* [email protected] */, - D2BCB0F616F515230084604C /* activity.png */, - D2BCB0F716F515230084604C /* [email protected] */, - D2BCB0F816F515240084604C /* addqueue.png */, - D2BCB0F916F515240084604C /* [email protected] */, - D2BCB0FA16F515250084604C /* advanced.png */, - D2BCB0FB16F515250084604C /* [email protected] */, - D2BCB0FC16F515260084604C /* audio.png */, - D2BCB0FD16F515260084604C /* [email protected] */, - D2BCB0FE16F515270084604C /* encode.png */, - D2BCB0FF16F515270084604C /* [email protected] */, - D2BCB10016F515280084604C /* pauseencode.png */, - D2BCB10116F515280084604C /* [email protected] */, - D2BCB10216F515290084604C /* picturesettings.png */, - D2BCB10316F515290084604C /* [email protected] */, - D2BCB10416F5152A0084604C /* presets.png */, - D2BCB10516F5152A0084604C /* [email protected] */, - D2BCB10616F5152B0084604C /* preview.png */, - D2BCB10716F5152B0084604C /* [email protected] */, - D2BCB10816F5152C0084604C /* [email protected] */, A9E1467C16BC2AD800C307BC /* next-p.pdf */, A9E1467D16BC2AD800C307BC /* pause-p.pdf */, A9E1467E16BC2AD800C307BC /* play-p.pdf */, A9E1467F16BC2AD800C307BC /* prev-p.pdf */, - A9204DC21A16C5AB007CA74C /* [email protected] */, - A9252C031A17343500B8B7F8 /* [email protected] */, - A9204DC31A16C5AB007CA74C /* [email protected] */, - A9204DC41A16C5AB007CA74C /* [email protected] */, - 273F212514ADCBF70021BE6D /* Delete.png */, - 273F212614ADCBF70021BE6D /* DeleteHighlight.png */, - 273F212714ADCBF70021BE6D /* DeleteHighlightPressed.png */, - 273F212814ADCBF70021BE6D /* DeletePressed.png */, - 273F212A14ADCBF80021BE6D /* EncodeCanceled.png */, - A967E4B91A16768200DF1DFC /* [email protected] */, - A996557B1BD2D32500BA50FA /* EncodeFailed.png */, - A996557C1BD2D32500BA50FA /* [email protected] */, - A91C02501A165EA200DEA6F3 /* EncodeComplete.png */, - A91C02511A165EA200DEA6F3 /* [email protected] */, - 273F212C14ADCBF80021BE6D /* EncodeWorking0.png */, - 273F212D14ADCBF80021BE6D /* EncodeWorking1.png */, - 273F212E14ADCBF80021BE6D /* EncodeWorking2.png */, - 273F212F14ADCBF80021BE6D /* EncodeWorking3.png */, - 273F213014ADCBF80021BE6D /* EncodeWorking4.png */, - 273F213114ADCBF80021BE6D /* EncodeWorking5.png */, - A91C02541A166BE300DEA6F3 /* [email protected] */, - A91C02551A166BE300DEA6F3 /* [email protected] */, - A91C02561A166BE300DEA6F3 /* [email protected] */, - A91C02571A166BE300DEA6F3 /* [email protected] */, - A91C02581A166BE300DEA6F3 /* [email protected] */, - A91C02591A166BE300DEA6F3 /* [email protected] */, - 273F213A14ADCBF80021BE6D /* JobSmall.png */, - A91C024C1A16516A00DEA6F3 /* [email protected] */, - A9252C051A173D4800B8B7F8 /* [email protected] */, - A9252C061A173D4800B8B7F8 /* [email protected] */, - A9252C071A173D4800B8B7F8 /* [email protected] */, - A9252C081A173D4800B8B7F8 /* [email protected] */, - 273F214014ADCBF80021BE6D /* Reveal.png */, - 273F214114ADCBF80021BE6D /* RevealHighlight.png */, - 273F214214ADCBF80021BE6D /* RevealHighlightPressed.png */, - 273F214314ADCBF80021BE6D /* RevealPressed.png */, ); + name = "pdf icons"; path = icons; sourceTree = "<group>"; }; @@ -1343,94 +1161,33 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 273F214C14ADCBF80021BE6D /* Delete.png in Resources */, - 273F214D14ADCBF80021BE6D /* DeleteHighlight.png in Resources */, - 273F214E14ADCBF80021BE6D /* DeleteHighlightPressed.png in Resources */, - 273F214F14ADCBF80021BE6D /* DeletePressed.png in Resources */, A9F2EB6F196F12C800066546 /* Audio.xib in Resources */, - 273F215114ADCBF80021BE6D /* EncodeCanceled.png in Resources */, - 273F215314ADCBF80021BE6D /* EncodeWorking0.png in Resources */, - A91C025E1A166BE300DEA6F3 /* [email protected] in Resources */, - 273F215414ADCBF80021BE6D /* EncodeWorking1.png in Resources */, - 273F215514ADCBF80021BE6D /* EncodeWorking2.png in Resources */, - 273F215614ADCBF80021BE6D /* EncodeWorking3.png in Resources */, - 273F215714ADCBF80021BE6D /* EncodeWorking4.png in Resources */, - 273F215814ADCBF80021BE6D /* EncodeWorking5.png in Resources */, A9CF25F11990D62C0023F727 /* Presets.xib in Resources */, - 273F216114ADCBF80021BE6D /* JobSmall.png in Resources */, - 273F216714ADCBF80021BE6D /* Reveal.png in Resources */, A9C1839D1A716BCC00C897C2 /* HBTitleSelection.xib in Resources */, - 273F216814ADCBF80021BE6D /* RevealHighlight.png in Resources */, - A91C02521A165EA200DEA6F3 /* EncodeComplete.png in Resources */, - 273F216914ADCBF80021BE6D /* RevealHighlightPressed.png in Resources */, A9E2FD2B1A21BC6F000E8D3F /* AddPreset.xib in Resources */, - 273F216A14ADCBF80021BE6D /* RevealPressed.png in Resources */, 273F218A14ADDDA10021BE6D /* AdvancedView.xib in Resources */, 273F218B14ADDDA10021BE6D /* InfoPlist.strings in Resources */, - A967E4BA1A16768200DF1DFC /* [email protected] in Resources */, - A9252C091A173D4800B8B7F8 /* [email protected] in Resources */, - A9204DC61A16C5AB007CA74C /* [email protected] in Resources */, A932E26C1988334B0047D13E /* AudioDefaults.xib in Resources */, 273F218C14ADDDA10021BE6D /* MainMenu.xib in Resources */, 273F218D14ADDDA10021BE6D /* OutputPanel.xib in Resources */, 273F218E14ADDDA10021BE6D /* PicturePreview.xib in Resources */, + D86C9DD51C6D372500F06F1B /* Assets.xcassets in Resources */, 273F218F14ADDDA10021BE6D /* PictureSettings.xib in Resources */, 273F219014ADDDA10021BE6D /* Preferences.xib in Resources */, A922687B1A6E569B00A8D5C5 /* MainWindow.xib in Resources */, 273F219114ADDDA10021BE6D /* Queue.xib in Resources */, 3490BCB41614CF8D002A5AD7 /* HandBrake.icns in Resources */, - A996557D1BD2D32500BA50FA /* EncodeFailed.png in Resources */, A9E1468016BC2AD800C307BC /* next-p.pdf in Resources */, A9E1468116BC2AD800C307BC /* pause-p.pdf in Resources */, A9E1468216BC2AD800C307BC /* play-p.pdf in Resources */, A9E1468316BC2AD800C307BC /* prev-p.pdf in Resources */, A937EECB1C6C7C0300EEAE6D /* dsa_pub.pem in Resources */, - D2BCB10916F5152C0084604C /* activity.png in Resources */, - A91C025D1A166BE300DEA6F3 /* [email protected] in Resources */, - D2BCB10A16F5152C0084604C /* [email protected] in Resources */, - D2BCB10B16F5152C0084604C /* addqueue.png in Resources */, - D2BCB10C16F5152C0084604C /* [email protected] in Resources */, - D2BCB10D16F5152C0084604C /* advanced.png in Resources */, - A9204DC51A16C5AB007CA74C /* [email protected] in Resources */, A9C0DB85197E7B0000DF55B3 /* SubtitlesDefaults.xib in Resources */, - A91C025A1A166BE300DEA6F3 /* [email protected] in Resources */, - D2BCB10E16F5152C0084604C /* [email protected] in Resources */, - A91C025B1A166BE300DEA6F3 /* [email protected] in Resources */, - D2BCB10F16F5152C0084604C /* audio.png in Resources */, - D2BCB11016F5152C0084604C /* [email protected] in Resources */, - D2BCB11116F5152C0084604C /* encode.png in Resources */, - D2BCB11216F5152C0084604C /* [email protected] in Resources */, - D2BCB11316F5152C0084604C /* pauseencode.png in Resources */, - A91C02531A165EA200DEA6F3 /* [email protected] in Resources */, A9DC6C56196F0517002AE6B4 /* Subtitles.xib in Resources */, - D2BCB11416F5152C0084604C /* [email protected] in Resources */, A99F40D31B624EA500750170 /* HBPictureViewController.xib in Resources */, - A9252C0A1A173D4800B8B7F8 /* [email protected] in Resources */, - D2BCB11516F5152C0084604C /* picturesettings.png in Resources */, - A996557E1BD2D32500BA50FA /* [email protected] in Resources */, A93E0ED71972958C00FD67FB /* Video.xib in Resources */, - A9252C0B1A173D4800B8B7F8 /* [email protected] in Resources */, - D2BCB11616F5152C0084604C /* [email protected] in Resources */, - D2BCB11716F5152C0084604C /* presets.png in Resources */, - A9252C0C1A173D4800B8B7F8 /* [email protected] in Resources */, - A9204DC71A16C5AB007CA74C /* [email protected] in Resources */, - D2BCB11816F5152C0084604C /* [email protected] in Resources */, - A91C025F1A166BE300DEA6F3 /* [email protected] in Resources */, - A91C025C1A166BE300DEA6F3 /* [email protected] in Resources */, - A91C024D1A16516A00DEA6F3 /* [email protected] in Resources */, - D2BCB11916F5152C0084604C /* preview.png in Resources */, A9935213196F38A70069C6B7 /* ChaptersTitles.xib in Resources */, - D2BCB11A16F5152C0084604C /* [email protected] in Resources */, - D2BCB11B16F5152C0084604C /* [email protected] in Resources */, - D2BCB12316F5154E0084604C /* settings.png in Resources */, A9706CBA1AC1452800BAEAA8 /* ExceptionAlert.xib in Resources */, - D2BCB12416F5154E0084604C /* showqueue.png in Resources */, - D2BCB12516F5154E0084604C /* [email protected] in Resources */, - D2BCB12616F5154E0084604C /* source.png in Resources */, - D2BCB12716F5154E0084604C /* [email protected] in Resources */, - D2BCB12816F5154E0084604C /* stopencode.png in Resources */, - A9252C041A17343500B8B7F8 /* [email protected] in Resources */, - D2BCB12916F5154E0084604C /* [email protected] in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; |