diff --git a/Base.lproj/UI.xib b/Base.lproj/UI.xib index 78e2fec..0488246 100644 --- a/Base.lproj/UI.xib +++ b/Base.lproj/UI.xib @@ -1,5 +1,5 @@ - + @@ -128,7 +128,7 @@ - + @@ -450,7 +450,7 @@ DQ - + @@ -473,7 +473,7 @@ DQ - + diff --git a/Catch.xcodeproj/project.pbxproj b/Catch.xcodeproj/project.pbxproj index 1578307..58243b2 100644 --- a/Catch.xcodeproj/project.pbxproj +++ b/Catch.xcodeproj/project.pbxproj @@ -37,6 +37,10 @@ 44EAD12E1916682D002C7443 /* CTCApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 44EAD12D1916682D002C7443 /* CTCApplication.m */; }; 44FBC67B196312A400434B01 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 44FBC67A196312A400434B01 /* QuartzCore.framework */; }; 44FBC67E196316E900434B01 /* NSWindow+ShakeAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 44FBC67D196316E900434B01 /* NSWindow+ShakeAnimation.m */; }; + 49A776FA1971B5C00084F12F /* RSS.png in Resources */ = {isa = PBXBuildFile; fileRef = 49A776F81971B5C00084F12F /* RSS.png */; }; + 49A776FB1971B5C00084F12F /* RSS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 49A776F91971B5C00084F12F /* RSS@2x.png */; }; + 49A776FE1971B60C0084F12F /* RSSWhite.png in Resources */ = {isa = PBXBuildFile; fileRef = 49A776FC1971B60C0084F12F /* RSSWhite.png */; }; + 49A776FF1971B60C0084F12F /* RSSWhite@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 49A776FD1971B60C0084F12F /* RSSWhite@2x.png */; }; 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; /* End PBXBuildFile section */ @@ -152,6 +156,10 @@ 44FBC67A196312A400434B01 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; 44FBC67C196316E900434B01 /* NSWindow+ShakeAnimation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSWindow+ShakeAnimation.h"; sourceTree = ""; }; 44FBC67D196316E900434B01 /* NSWindow+ShakeAnimation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSWindow+ShakeAnimation.m"; sourceTree = ""; }; + 49A776F81971B5C00084F12F /* RSS.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = RSS.png; sourceTree = ""; }; + 49A776F91971B5C00084F12F /* RSS@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "RSS@2x.png"; sourceTree = ""; }; + 49A776FC1971B60C0084F12F /* RSSWhite.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = RSSWhite.png; sourceTree = ""; }; + 49A776FD1971B60C0084F12F /* RSSWhite@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "RSSWhite@2x.png"; sourceTree = ""; }; 8D1107310486CEB800E47090 /* Catch-Info.plist */ = {isa = PBXFileReference; explicitFileType = text.plist.xml; fileEncoding = 4; path = "Catch-Info.plist"; sourceTree = ""; }; 8D1107320486CEB800E47090 /* Catch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Catch.app; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ @@ -236,6 +244,10 @@ 29B97317FDCFA39411CA2CEA /* Resources */ = { isa = PBXGroup; children = ( + 49A776F81971B5C00084F12F /* RSS.png */, + 49A776F91971B5C00084F12F /* RSS@2x.png */, + 49A776FC1971B60C0084F12F /* RSSWhite.png */, + 49A776FD1971B60C0084F12F /* RSSWhite@2x.png */, 4403ACF31914041C002F286C /* Assets.xcassets */, 38DB9D5911C7FEC5000DA168 /* app-icon.icns */, 2F7446970DB6B7EA00F9684A /* UI.xib */, @@ -496,8 +508,12 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 49A776FE1971B60C0084F12F /* RSSWhite.png in Resources */, + 49A776FA1971B5C00084F12F /* RSS.png in Resources */, 2F7446990DB6B7EA00F9684A /* UI.xib in Resources */, + 49A776FB1971B5C00084F12F /* RSS@2x.png in Resources */, 38DB9D5A11C7FEC5000DA168 /* app-icon.icns in Resources */, + 49A776FF1971B60C0084F12F /* RSSWhite@2x.png in Resources */, 38A3FD0D11CA01DD00157AEF /* Localizable.strings in Resources */, 4403ACF41914041C002F286C /* Assets.xcassets in Resources */, 445D97A6191579C7006CD77C /* UI.strings in Resources */, diff --git a/RSS.png b/RSS.png new file mode 100644 index 0000000..50ff66b Binary files /dev/null and b/RSS.png differ diff --git a/RSS@2x.png b/RSS@2x.png new file mode 100644 index 0000000..f825f2e Binary files /dev/null and b/RSS@2x.png differ diff --git a/RSSWhite.png b/RSSWhite.png new file mode 100644 index 0000000..ca61282 Binary files /dev/null and b/RSSWhite.png differ diff --git a/RSSWhite@2x.png b/RSSWhite@2x.png new file mode 100644 index 0000000..6c6be70 Binary files /dev/null and b/RSSWhite@2x.png differ