istereo

changeset 42:6e9e09ec767e

fixed the xcode project, added missing files
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 31 May 2013 02:08:22 +0300
parents b5cce4258afb
children 73813c1176de
files istereo-Info.plist istereo.xcodeproj/project.pbxproj istereo_Prefix.pch
diffstat 3 files changed, 58 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/istereo-Info.plist	Fri May 31 02:08:22 2013 +0300
     1.3 @@ -0,0 +1,39 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
     1.6 +<plist version="1.0">
     1.7 +<dict>
     1.8 +	<key>CFBundleDevelopmentRegion</key>
     1.9 +	<string>English</string>
    1.10 +	<key>CFBundleDisplayName</key>
    1.11 +	<string>${PRODUCT_NAME}</string>
    1.12 +	<key>CFBundleExecutable</key>
    1.13 +	<string>${EXECUTABLE_NAME}</string>
    1.14 +	<key>CFBundleIconFile</key>
    1.15 +	<string></string>
    1.16 +	<key>CFBundleIconFiles</key>
    1.17 +	<array>
    1.18 +		<string>Icon</string>
    1.19 +		<string>Icon-Small</string>
    1.20 +	</array>
    1.21 +	<key>UILaunchImageFile</key>
    1.22 +	<string>Default</string>
    1.23 +	<key>CFBundleIdentifier</key>
    1.24 +	<string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string>
    1.25 +	<key>CFBundleInfoDictionaryVersion</key>
    1.26 +	<string>6.0</string>
    1.27 +	<key>CFBundleName</key>
    1.28 +	<string>${PRODUCT_NAME}</string>
    1.29 +	<key>CFBundlePackageType</key>
    1.30 +	<string>APPL</string>
    1.31 +	<key>CFBundleSignature</key>
    1.32 +	<string>????</string>
    1.33 +	<key>CFBundleVersion</key>
    1.34 +	<string>1.0</string>
    1.35 +	<key>LSRequiresIPhoneOS</key>
    1.36 +	<true/>
    1.37 +	<key>NSMainNibFile</key>
    1.38 +	<string>MainWindow</string>
    1.39 +	<key>UIStatusBarHidden</key>
    1.40 +	<true/>
    1.41 +</dict>
    1.42 +</plist>
     2.1 --- a/istereo.xcodeproj/project.pbxproj	Sun Feb 19 17:37:15 2012 +0200
     2.2 +++ b/istereo.xcodeproj/project.pbxproj	Fri May 31 02:08:22 2013 +0300
     2.3 @@ -119,6 +119,7 @@
     2.4  		069BECA714188BC60043D0BB /* text.png in Resources */ = {isa = PBXBuildFile; fileRef = 069BECA314188BC60043D0BB /* text.png */; };
     2.5  		069BECA814188BC60043D0BB /* tiles.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 069BECA414188BC60043D0BB /* tiles.jpg */; };
     2.6  		069BED821418D1E90043D0BB /* ES2Renderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEB61418314000EF1378 /* ES2Renderer.m */; };
     2.7 +		06D3227A175812FF0072B7A1 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 06D32279175812FF0072B7A1 /* Default-568h@2x.png */; };
     2.8  		06D8CEC71418314000EF1378 /* cam.c in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEAE1418314000EF1378 /* cam.c */; };
     2.9  		06D8CEC81418314000EF1378 /* EAGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEB21418314000EF1378 /* EAGLView.m */; };
    2.10  		06D8CECB1418314000EF1378 /* istereo.c in Sources */ = {isa = PBXBuildFile; fileRef = 06D8CEB81418314000EF1378 /* istereo.c */; };
    2.11 @@ -149,7 +150,7 @@
    2.12  		069B89E0141C531C00069889 /* Icon-Small@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-Small@2x.png"; path = "icons/Icon-Small@2x.png"; sourceTree = "<group>"; };
    2.13  		069B89E1141C531C00069889 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Icon.png; path = icons/Icon.png; sourceTree = "<group>"; };
    2.14  		069B89E2141C531C00069889 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon@2x.png"; path = "icons/Icon@2x.png"; sourceTree = "<group>"; };
    2.15 -		069B89E3141C531C00069889 /* iTunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = file; name = iTunesArtwork; path = icons/iTunesArtwork; sourceTree = "<group>"; };
    2.16 +		069B89E3141C531C00069889 /* iTunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = text; name = iTunesArtwork; path = icons/iTunesArtwork; sourceTree = "<group>"; };
    2.17  		069BEBBB14188B070043D0BB /* conv.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = conv.c; path = libs/imago2/conv.c; sourceTree = "<group>"; };
    2.18  		069BEBBC14188B070043D0BB /* file_jpeg.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = file_jpeg.c; path = libs/imago2/file_jpeg.c; sourceTree = "<group>"; };
    2.19  		069BEBBD14188B070043D0BB /* file_png.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = file_png.c; path = libs/imago2/file_png.c; sourceTree = "<group>"; };
    2.20 @@ -287,6 +288,7 @@
    2.21  		069BECA214188BC60043D0BB /* stonewall.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = stonewall.jpg; path = data/stonewall.jpg; sourceTree = "<group>"; };
    2.22  		069BECA314188BC60043D0BB /* text.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = text.png; path = data/text.png; sourceTree = "<group>"; };
    2.23  		069BECA414188BC60043D0BB /* tiles.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = tiles.jpg; path = data/tiles.jpg; sourceTree = "<group>"; };
    2.24 +		06D32279175812FF0072B7A1 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "icons/Default-568h@2x.png"; sourceTree = "<group>"; };
    2.25  		06D8CEAE1418314000EF1378 /* cam.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = cam.c; path = src/cam.c; sourceTree = "<group>"; };
    2.26  		06D8CEAF1418314000EF1378 /* cam.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = cam.h; path = src/cam.h; sourceTree = "<group>"; };
    2.27  		06D8CEB01418314000EF1378 /* config.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = config.h; path = src/config.h; sourceTree = "<group>"; };
    2.28 @@ -350,6 +352,7 @@
    2.29  		069B89DC141C530700069889 /* icons */ = {
    2.30  			isa = PBXGroup;
    2.31  			children = (
    2.32 +				06D32279175812FF0072B7A1 /* Default-568h@2x.png */,
    2.33  				069B89DD141C531C00069889 /* Default.png */,
    2.34  				069B89DE141C531C00069889 /* Default@2x.png */,
    2.35  				069B89DF141C531C00069889 /* Icon-Small.png */,
    2.36 @@ -714,6 +717,7 @@
    2.37  				069B89E8141C531C00069889 /* Icon.png in Resources */,
    2.38  				069B89E9141C531C00069889 /* Icon@2x.png in Resources */,
    2.39  				069B89EA141C531C00069889 /* iTunesArtwork in Resources */,
    2.40 +				06D3227A175812FF0072B7A1 /* Default-568h@2x.png in Resources */,
    2.41  			);
    2.42  			runOnlyForDeploymentPostprocessing = 0;
    2.43  		};
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/istereo_Prefix.pch	Fri May 31 02:08:22 2013 +0300
     3.3 @@ -0,0 +1,14 @@
     3.4 +//
     3.5 +// Prefix header for all source files of the 'istereo' target in the 'istereo' project
     3.6 +//
     3.7 +
     3.8 +#import <Availability.h>
     3.9 +
    3.10 +#ifndef __IPHONE_3_0
    3.11 +#warning "This project uses features only available in iPhone SDK 3.0 and later."
    3.12 +#endif
    3.13 +
    3.14 +#ifdef __OBJC__
    3.15 +#import <Foundation/Foundation.h>
    3.16 +#import <UIKit/UIKit.h>
    3.17 +#endif