istereo
changeset 38:8b01d005cc25
added icons and launch screen
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 11 Sep 2011 05:39:01 +0300 |
parents | e60f9d8af28d |
children | ff055bff6a15 |
files | istereo.xcodeproj/project.pbxproj |
diffstat | 1 files changed, 36 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/istereo.xcodeproj/project.pbxproj Fri Sep 09 23:37:38 2011 +0300 1.2 +++ b/istereo.xcodeproj/project.pbxproj Sun Sep 11 05:39:01 2011 +0300 1.3 @@ -10,6 +10,13 @@ 1.4 063C67DA1419CBFF00BA388B /* ui.m in Sources */ = {isa = PBXBuildFile; fileRef = 063C67D81419CBFF00BA388B /* ui.m */; }; 1.5 063C67DB1419CBFF00BA388B /* ui.xib in Resources */ = {isa = PBXBuildFile; fileRef = 063C67D91419CBFF00BA388B /* ui.xib */; }; 1.6 069605A71419F55300BD7787 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 069605A61419F55300BD7787 /* CoreGraphics.framework */; }; 1.7 + 069B89E4141C531C00069889 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 069B89DD141C531C00069889 /* Default.png */; }; 1.8 + 069B89E5141C531C00069889 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 069B89DE141C531C00069889 /* Default@2x.png */; }; 1.9 + 069B89E6141C531C00069889 /* Icon-Small.png in Resources */ = {isa = PBXBuildFile; fileRef = 069B89DF141C531C00069889 /* Icon-Small.png */; }; 1.10 + 069B89E7141C531C00069889 /* Icon-Small@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 069B89E0141C531C00069889 /* Icon-Small@2x.png */; }; 1.11 + 069B89E8141C531C00069889 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 069B89E1141C531C00069889 /* Icon.png */; }; 1.12 + 069B89E9141C531C00069889 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 069B89E2141C531C00069889 /* Icon@2x.png */; }; 1.13 + 069B89EA141C531C00069889 /* iTunesArtwork in Resources */ = {isa = PBXBuildFile; fileRef = 069B89E3141C531C00069889 /* iTunesArtwork */; }; 1.14 069BEBC414188B070043D0BB /* conv.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBBB14188B070043D0BB /* conv.c */; }; 1.15 069BEBC514188B070043D0BB /* file_jpeg.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBBC14188B070043D0BB /* file_jpeg.c */; }; 1.16 069BEBC614188B070043D0BB /* file_png.c in Sources */ = {isa = PBXBuildFile; fileRef = 069BEBBD14188B070043D0BB /* file_png.c */; }; 1.17 @@ -136,6 +143,13 @@ 1.18 063C67D81419CBFF00BA388B /* ui.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ui.m; path = src/ui.m; sourceTree = "<group>"; }; 1.19 063C67D91419CBFF00BA388B /* ui.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ui.xib; path = src/ui.xib; sourceTree = "<group>"; }; 1.20 069605A61419F55300BD7787 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 1.21 + 069B89DD141C531C00069889 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default.png; path = icons/Default.png; sourceTree = "<group>"; }; 1.22 + 069B89DE141C531C00069889 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "icons/Default@2x.png"; sourceTree = "<group>"; }; 1.23 + 069B89DF141C531C00069889 /* Icon-Small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-Small.png"; path = "icons/Icon-Small.png"; sourceTree = "<group>"; }; 1.24 + 069B89E0141C531C00069889 /* Icon-Small@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-Small@2x.png"; path = "icons/Icon-Small@2x.png"; sourceTree = "<group>"; }; 1.25 + 069B89E1141C531C00069889 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Icon.png; path = icons/Icon.png; sourceTree = "<group>"; }; 1.26 + 069B89E2141C531C00069889 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon@2x.png"; path = "icons/Icon@2x.png"; sourceTree = "<group>"; }; 1.27 + 069B89E3141C531C00069889 /* iTunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = file; name = iTunesArtwork; path = icons/iTunesArtwork; sourceTree = "<group>"; }; 1.28 069BEBBB14188B070043D0BB /* conv.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = conv.c; path = libs/imago2/conv.c; sourceTree = "<group>"; }; 1.29 069BEBBC14188B070043D0BB /* file_jpeg.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = file_jpeg.c; path = libs/imago2/file_jpeg.c; sourceTree = "<group>"; }; 1.30 069BEBBD14188B070043D0BB /* file_png.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = file_png.c; path = libs/imago2/file_png.c; sourceTree = "<group>"; }; 1.31 @@ -333,6 +347,20 @@ 1.32 name = ui; 1.33 sourceTree = "<group>"; 1.34 }; 1.35 + 069B89DC141C530700069889 /* icons */ = { 1.36 + isa = PBXGroup; 1.37 + children = ( 1.38 + 069B89DD141C531C00069889 /* Default.png */, 1.39 + 069B89DE141C531C00069889 /* Default@2x.png */, 1.40 + 069B89DF141C531C00069889 /* Icon-Small.png */, 1.41 + 069B89E0141C531C00069889 /* Icon-Small@2x.png */, 1.42 + 069B89E1141C531C00069889 /* Icon.png */, 1.43 + 069B89E2141C531C00069889 /* Icon@2x.png */, 1.44 + 069B89E3141C531C00069889 /* iTunesArtwork */, 1.45 + ); 1.46 + name = icons; 1.47 + sourceTree = "<group>"; 1.48 + }; 1.49 069BEBB514188ACB0043D0BB /* libs */ = { 1.50 isa = PBXGroup; 1.51 children = ( 1.52 @@ -584,6 +612,7 @@ 1.53 29B97317FDCFA39411CA2CEA /* Resources */ = { 1.54 isa = PBXGroup; 1.55 children = ( 1.56 + 069B89DC141C530700069889 /* icons */, 1.57 069BECA114188BC60043D0BB /* stonewall_normal.jpg */, 1.58 069BECA214188BC60043D0BB /* stonewall.jpg */, 1.59 069BECA314188BC60043D0BB /* text.png */, 1.60 @@ -675,6 +704,13 @@ 1.61 069BECA714188BC60043D0BB /* text.png in Resources */, 1.62 069BECA814188BC60043D0BB /* tiles.jpg in Resources */, 1.63 063C67DB1419CBFF00BA388B /* ui.xib in Resources */, 1.64 + 069B89E4141C531C00069889 /* Default.png in Resources */, 1.65 + 069B89E5141C531C00069889 /* Default@2x.png in Resources */, 1.66 + 069B89E6141C531C00069889 /* Icon-Small.png in Resources */, 1.67 + 069B89E7141C531C00069889 /* Icon-Small@2x.png in Resources */, 1.68 + 069B89E8141C531C00069889 /* Icon.png in Resources */, 1.69 + 069B89E9141C531C00069889 /* Icon@2x.png in Resources */, 1.70 + 069B89EA141C531C00069889 /* iTunesArtwork in Resources */, 1.71 ); 1.72 runOnlyForDeploymentPostprocessing = 0; 1.73 };