# HG changeset patch # User John Tsiombikas # Date 1369955302 -10800 # Node ID 6e9e09ec767ea93efcac5b21db005b85eb08e089 # Parent b5cce4258afb622e64b4f59c8dadc908623c2702 fixed the xcode project, added missing files diff -r b5cce4258afb -r 6e9e09ec767e istereo-Info.plist --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/istereo-Info.plist Fri May 31 02:08:22 2013 +0300 @@ -0,0 +1,39 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIconFiles + + Icon + Icon-Small + + UILaunchImageFile + Default + CFBundleIdentifier + com.yourcompany.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + NSMainNibFile + MainWindow + UIStatusBarHidden + + + diff -r b5cce4258afb -r 6e9e09ec767e istereo.xcodeproj/project.pbxproj --- a/istereo.xcodeproj/project.pbxproj Sun Feb 19 17:37:15 2012 +0200 +++ b/istereo.xcodeproj/project.pbxproj Fri May 31 02:08:22 2013 +0300 @@ -119,6 +119,7 @@ 069BECA714188BC60043D0BB /* text.png in Resources */ = {isa = PBXBuildFile; fileRef = 069BECA314188BC60043D0BB /* text.png */; }; 069BECA814188BC60043D0BB /* tiles.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 069BECA414188BC60043D0BB /* tiles.jpg */; }; 069BED821418D1E90043D0BB /* ES2Renderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEB61418314000EF1378 /* ES2Renderer.m */; }; + 06D3227A175812FF0072B7A1 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 06D32279175812FF0072B7A1 /* Default-568h@2x.png */; }; 06D8CEC71418314000EF1378 /* cam.c in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEAE1418314000EF1378 /* cam.c */; }; 06D8CEC81418314000EF1378 /* EAGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEB21418314000EF1378 /* EAGLView.m */; }; 06D8CECB1418314000EF1378 /* istereo.c in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEB81418314000EF1378 /* istereo.c */; }; @@ -149,7 +150,7 @@ 069B89E0141C531C00069889 /* Icon-Small@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-Small@2x.png"; path = "icons/Icon-Small@2x.png"; sourceTree = ""; }; 069B89E1141C531C00069889 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Icon.png; path = icons/Icon.png; sourceTree = ""; }; 069B89E2141C531C00069889 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon@2x.png"; path = "icons/Icon@2x.png"; sourceTree = ""; }; - 069B89E3141C531C00069889 /* iTunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = file; name = iTunesArtwork; path = icons/iTunesArtwork; sourceTree = ""; }; + 069B89E3141C531C00069889 /* iTunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = text; name = iTunesArtwork; path = icons/iTunesArtwork; sourceTree = ""; }; 069BEBBB14188B070043D0BB /* conv.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = conv.c; path = libs/imago2/conv.c; sourceTree = ""; }; 069BEBBC14188B070043D0BB /* file_jpeg.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = file_jpeg.c; path = libs/imago2/file_jpeg.c; sourceTree = ""; }; 069BEBBD14188B070043D0BB /* file_png.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = file_png.c; path = libs/imago2/file_png.c; sourceTree = ""; }; @@ -287,6 +288,7 @@ 069BECA214188BC60043D0BB /* stonewall.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = stonewall.jpg; path = data/stonewall.jpg; sourceTree = ""; }; 069BECA314188BC60043D0BB /* text.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = text.png; path = data/text.png; sourceTree = ""; }; 069BECA414188BC60043D0BB /* tiles.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = tiles.jpg; path = data/tiles.jpg; sourceTree = ""; }; + 06D32279175812FF0072B7A1 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "icons/Default-568h@2x.png"; sourceTree = ""; }; 06D8CEAE1418314000EF1378 /* cam.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = cam.c; path = src/cam.c; sourceTree = ""; }; 06D8CEAF1418314000EF1378 /* cam.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = cam.h; path = src/cam.h; sourceTree = ""; }; 06D8CEB01418314000EF1378 /* config.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = config.h; path = src/config.h; sourceTree = ""; }; @@ -350,6 +352,7 @@ 069B89DC141C530700069889 /* icons */ = { isa = PBXGroup; children = ( + 06D32279175812FF0072B7A1 /* Default-568h@2x.png */, 069B89DD141C531C00069889 /* Default.png */, 069B89DE141C531C00069889 /* Default@2x.png */, 069B89DF141C531C00069889 /* Icon-Small.png */, @@ -714,6 +717,7 @@ 069B89E8141C531C00069889 /* Icon.png in Resources */, 069B89E9141C531C00069889 /* Icon@2x.png in Resources */, 069B89EA141C531C00069889 /* iTunesArtwork in Resources */, + 06D3227A175812FF0072B7A1 /* Default-568h@2x.png in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff -r b5cce4258afb -r 6e9e09ec767e istereo_Prefix.pch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/istereo_Prefix.pch Fri May 31 02:08:22 2013 +0300 @@ -0,0 +1,14 @@ +// +// Prefix header for all source files of the 'istereo' target in the 'istereo' project +// + +#import + +#ifndef __IPHONE_3_0 +#warning "This project uses features only available in iPhone SDK 3.0 and later." +#endif + +#ifdef __OBJC__ +#import +#import +#endif