istereo2

diff istereo.xcodeproj/project.pbxproj @ 0:7841e9365065

new istereo done right
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 16 Sep 2015 07:10:02 +0300
parents
children 81d35769f546
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/istereo.xcodeproj/project.pbxproj	Wed Sep 16 07:10:02 2015 +0300
     1.3 @@ -0,0 +1,282 @@
     1.4 +// !$*UTF8*$!
     1.5 +{
     1.6 +	archiveVersion = 1;
     1.7 +	classes = {
     1.8 +	};
     1.9 +	objectVersion = 46;
    1.10 +	objects = {
    1.11 +
    1.12 +/* Begin PBXBuildFile section */
    1.13 +		0669D6751BA858BF00611CFA /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 0669D6741BA858BF00611CFA /* Info.plist */; };
    1.14 +		0669D67F1BA85DDE00611CFA /* app_delegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 0669D67B1BA85DDE00611CFA /* app_delegate.m */; };
    1.15 +		0669D6801BA85DDE00611CFA /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 0669D67C1BA85DDE00611CFA /* main.m */; };
    1.16 +		0669D6811BA85DDE00611CFA /* viewctl.m in Sources */ = {isa = PBXBuildFile; fileRef = 0669D67E1BA85DDE00611CFA /* viewctl.m */; };
    1.17 +/* End PBXBuildFile section */
    1.18 +
    1.19 +/* Begin PBXFileReference section */
    1.20 +		0669D6471BA851BE00611CFA /* istereo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = istereo.app; sourceTree = BUILT_PRODUCTS_DIR; };
    1.21 +		0669D6741BA858BF00611CFA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ios/Info.plist; sourceTree = "<group>"; };
    1.22 +		0669D67A1BA85DDE00611CFA /* app_delegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = app_delegate.h; path = src/ios/app_delegate.h; sourceTree = "<group>"; };
    1.23 +		0669D67B1BA85DDE00611CFA /* app_delegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = app_delegate.m; path = src/ios/app_delegate.m; sourceTree = "<group>"; };
    1.24 +		0669D67C1BA85DDE00611CFA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = src/ios/main.m; sourceTree = "<group>"; };
    1.25 +		0669D67D1BA85DDE00611CFA /* viewctl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = viewctl.h; path = src/ios/viewctl.h; sourceTree = "<group>"; };
    1.26 +		0669D67E1BA85DDE00611CFA /* viewctl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = viewctl.m; path = src/ios/viewctl.m; sourceTree = "<group>"; };
    1.27 +/* End PBXFileReference section */
    1.28 +
    1.29 +/* Begin PBXFrameworksBuildPhase section */
    1.30 +		0669D6441BA851BE00611CFA /* Frameworks */ = {
    1.31 +			isa = PBXFrameworksBuildPhase;
    1.32 +			buildActionMask = 2147483647;
    1.33 +			files = (
    1.34 +			);
    1.35 +			runOnlyForDeploymentPostprocessing = 0;
    1.36 +		};
    1.37 +/* End PBXFrameworksBuildPhase section */
    1.38 +
    1.39 +/* Begin PBXGroup section */
    1.40 +		0669D63E1BA851BE00611CFA = {
    1.41 +			isa = PBXGroup;
    1.42 +			children = (
    1.43 +				0669D6761BA858D600611CFA /* src */,
    1.44 +				0669D6741BA858BF00611CFA /* Info.plist */,
    1.45 +				0669D6481BA851BE00611CFA /* Products */,
    1.46 +			);
    1.47 +			sourceTree = "<group>";
    1.48 +		};
    1.49 +		0669D6481BA851BE00611CFA /* Products */ = {
    1.50 +			isa = PBXGroup;
    1.51 +			children = (
    1.52 +				0669D6471BA851BE00611CFA /* istereo.app */,
    1.53 +			);
    1.54 +			name = Products;
    1.55 +			sourceTree = "<group>";
    1.56 +		};
    1.57 +		0669D6761BA858D600611CFA /* src */ = {
    1.58 +			isa = PBXGroup;
    1.59 +			children = (
    1.60 +				0669D6791BA85DCC00611CFA /* ios */,
    1.61 +			);
    1.62 +			name = src;
    1.63 +			sourceTree = "<group>";
    1.64 +		};
    1.65 +		0669D6791BA85DCC00611CFA /* ios */ = {
    1.66 +			isa = PBXGroup;
    1.67 +			children = (
    1.68 +				0669D67A1BA85DDE00611CFA /* app_delegate.h */,
    1.69 +				0669D67B1BA85DDE00611CFA /* app_delegate.m */,
    1.70 +				0669D67C1BA85DDE00611CFA /* main.m */,
    1.71 +				0669D67D1BA85DDE00611CFA /* viewctl.h */,
    1.72 +				0669D67E1BA85DDE00611CFA /* viewctl.m */,
    1.73 +			);
    1.74 +			name = ios;
    1.75 +			sourceTree = "<group>";
    1.76 +		};
    1.77 +/* End PBXGroup section */
    1.78 +
    1.79 +/* Begin PBXNativeTarget section */
    1.80 +		0669D6461BA851BE00611CFA /* istereo */ = {
    1.81 +			isa = PBXNativeTarget;
    1.82 +			buildConfigurationList = 0669D66E1BA851BE00611CFA /* Build configuration list for PBXNativeTarget "istereo" */;
    1.83 +			buildPhases = (
    1.84 +				0669D6431BA851BE00611CFA /* Sources */,
    1.85 +				0669D6441BA851BE00611CFA /* Frameworks */,
    1.86 +				0669D6451BA851BE00611CFA /* Resources */,
    1.87 +			);
    1.88 +			buildRules = (
    1.89 +			);
    1.90 +			dependencies = (
    1.91 +			);
    1.92 +			name = istereo;
    1.93 +			productName = istereo;
    1.94 +			productReference = 0669D6471BA851BE00611CFA /* istereo.app */;
    1.95 +			productType = "com.apple.product-type.application";
    1.96 +		};
    1.97 +/* End PBXNativeTarget section */
    1.98 +
    1.99 +/* Begin PBXProject section */
   1.100 +		0669D63F1BA851BE00611CFA /* Project object */ = {
   1.101 +			isa = PBXProject;
   1.102 +			attributes = {
   1.103 +				LastUpgradeCheck = 0640;
   1.104 +				ORGANIZATIONNAME = "Mutant Stargoat";
   1.105 +				TargetAttributes = {
   1.106 +					0669D6461BA851BE00611CFA = {
   1.107 +						CreatedOnToolsVersion = 6.4;
   1.108 +						DevelopmentTeam = RGR8XFZ5JC;
   1.109 +					};
   1.110 +				};
   1.111 +			};
   1.112 +			buildConfigurationList = 0669D6421BA851BE00611CFA /* Build configuration list for PBXProject "istereo" */;
   1.113 +			compatibilityVersion = "Xcode 3.2";
   1.114 +			developmentRegion = English;
   1.115 +			hasScannedForEncodings = 0;
   1.116 +			knownRegions = (
   1.117 +				en,
   1.118 +				Base,
   1.119 +			);
   1.120 +			mainGroup = 0669D63E1BA851BE00611CFA;
   1.121 +			productRefGroup = 0669D6481BA851BE00611CFA /* Products */;
   1.122 +			projectDirPath = "";
   1.123 +			projectRoot = "";
   1.124 +			targets = (
   1.125 +				0669D6461BA851BE00611CFA /* istereo */,
   1.126 +			);
   1.127 +		};
   1.128 +/* End PBXProject section */
   1.129 +
   1.130 +/* Begin PBXResourcesBuildPhase section */
   1.131 +		0669D6451BA851BE00611CFA /* Resources */ = {
   1.132 +			isa = PBXResourcesBuildPhase;
   1.133 +			buildActionMask = 2147483647;
   1.134 +			files = (
   1.135 +				0669D6751BA858BF00611CFA /* Info.plist in Resources */,
   1.136 +			);
   1.137 +			runOnlyForDeploymentPostprocessing = 0;
   1.138 +		};
   1.139 +/* End PBXResourcesBuildPhase section */
   1.140 +
   1.141 +/* Begin PBXSourcesBuildPhase section */
   1.142 +		0669D6431BA851BE00611CFA /* Sources */ = {
   1.143 +			isa = PBXSourcesBuildPhase;
   1.144 +			buildActionMask = 2147483647;
   1.145 +			files = (
   1.146 +				0669D6801BA85DDE00611CFA /* main.m in Sources */,
   1.147 +				0669D6811BA85DDE00611CFA /* viewctl.m in Sources */,
   1.148 +				0669D67F1BA85DDE00611CFA /* app_delegate.m in Sources */,
   1.149 +			);
   1.150 +			runOnlyForDeploymentPostprocessing = 0;
   1.151 +		};
   1.152 +/* End PBXSourcesBuildPhase section */
   1.153 +
   1.154 +/* Begin XCBuildConfiguration section */
   1.155 +		0669D66C1BA851BE00611CFA /* Debug */ = {
   1.156 +			isa = XCBuildConfiguration;
   1.157 +			buildSettings = {
   1.158 +				ALWAYS_SEARCH_USER_PATHS = NO;
   1.159 +				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
   1.160 +				CLANG_CXX_LIBRARY = "libc++";
   1.161 +				CLANG_ENABLE_MODULES = YES;
   1.162 +				CLANG_ENABLE_OBJC_ARC = YES;
   1.163 +				CLANG_WARN_BOOL_CONVERSION = YES;
   1.164 +				CLANG_WARN_CONSTANT_CONVERSION = YES;
   1.165 +				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
   1.166 +				CLANG_WARN_EMPTY_BODY = YES;
   1.167 +				CLANG_WARN_ENUM_CONVERSION = YES;
   1.168 +				CLANG_WARN_INT_CONVERSION = YES;
   1.169 +				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
   1.170 +				CLANG_WARN_UNREACHABLE_CODE = YES;
   1.171 +				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
   1.172 +				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
   1.173 +				COPY_PHASE_STRIP = NO;
   1.174 +				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
   1.175 +				ENABLE_STRICT_OBJC_MSGSEND = YES;
   1.176 +				GCC_C_LANGUAGE_STANDARD = gnu99;
   1.177 +				GCC_DYNAMIC_NO_PIC = NO;
   1.178 +				GCC_NO_COMMON_BLOCKS = YES;
   1.179 +				GCC_OPTIMIZATION_LEVEL = 0;
   1.180 +				GCC_PREPROCESSOR_DEFINITIONS = (
   1.181 +					"DEBUG=1",
   1.182 +					"$(inherited)",
   1.183 +				);
   1.184 +				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
   1.185 +				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
   1.186 +				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
   1.187 +				GCC_WARN_UNDECLARED_SELECTOR = YES;
   1.188 +				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
   1.189 +				GCC_WARN_UNUSED_FUNCTION = YES;
   1.190 +				GCC_WARN_UNUSED_VARIABLE = YES;
   1.191 +				IPHONEOS_DEPLOYMENT_TARGET = 6.0;
   1.192 +				MTL_ENABLE_DEBUG_INFO = YES;
   1.193 +				ONLY_ACTIVE_ARCH = YES;
   1.194 +				SDKROOT = iphoneos;
   1.195 +				TARGETED_DEVICE_FAMILY = "1,2";
   1.196 +			};
   1.197 +			name = Debug;
   1.198 +		};
   1.199 +		0669D66D1BA851BE00611CFA /* Release */ = {
   1.200 +			isa = XCBuildConfiguration;
   1.201 +			buildSettings = {
   1.202 +				ALWAYS_SEARCH_USER_PATHS = NO;
   1.203 +				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
   1.204 +				CLANG_CXX_LIBRARY = "libc++";
   1.205 +				CLANG_ENABLE_MODULES = YES;
   1.206 +				CLANG_ENABLE_OBJC_ARC = YES;
   1.207 +				CLANG_WARN_BOOL_CONVERSION = YES;
   1.208 +				CLANG_WARN_CONSTANT_CONVERSION = YES;
   1.209 +				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
   1.210 +				CLANG_WARN_EMPTY_BODY = YES;
   1.211 +				CLANG_WARN_ENUM_CONVERSION = YES;
   1.212 +				CLANG_WARN_INT_CONVERSION = YES;
   1.213 +				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
   1.214 +				CLANG_WARN_UNREACHABLE_CODE = YES;
   1.215 +				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
   1.216 +				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
   1.217 +				COPY_PHASE_STRIP = NO;
   1.218 +				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
   1.219 +				ENABLE_NS_ASSERTIONS = NO;
   1.220 +				ENABLE_STRICT_OBJC_MSGSEND = YES;
   1.221 +				GCC_C_LANGUAGE_STANDARD = gnu99;
   1.222 +				GCC_NO_COMMON_BLOCKS = YES;
   1.223 +				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
   1.224 +				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
   1.225 +				GCC_WARN_UNDECLARED_SELECTOR = YES;
   1.226 +				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
   1.227 +				GCC_WARN_UNUSED_FUNCTION = YES;
   1.228 +				GCC_WARN_UNUSED_VARIABLE = YES;
   1.229 +				IPHONEOS_DEPLOYMENT_TARGET = 6.0;
   1.230 +				MTL_ENABLE_DEBUG_INFO = NO;
   1.231 +				SDKROOT = iphoneos;
   1.232 +				TARGETED_DEVICE_FAMILY = "1,2";
   1.233 +				VALIDATE_PRODUCT = YES;
   1.234 +			};
   1.235 +			name = Release;
   1.236 +		};
   1.237 +		0669D66F1BA851BE00611CFA /* Debug */ = {
   1.238 +			isa = XCBuildConfiguration;
   1.239 +			buildSettings = {
   1.240 +				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
   1.241 +				CODE_SIGN_IDENTITY = "iPhone Developer";
   1.242 +				INFOPLIST_FILE = "$(SRCROOT)/ios/Info.plist";
   1.243 +				IPHONEOS_DEPLOYMENT_TARGET = 6.0;
   1.244 +				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
   1.245 +				PRODUCT_NAME = "$(TARGET_NAME)";
   1.246 +			};
   1.247 +			name = Debug;
   1.248 +		};
   1.249 +		0669D6701BA851BE00611CFA /* Release */ = {
   1.250 +			isa = XCBuildConfiguration;
   1.251 +			buildSettings = {
   1.252 +				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
   1.253 +				CODE_SIGN_IDENTITY = "iPhone Developer";
   1.254 +				INFOPLIST_FILE = "$(SRCROOT)/ios/Info.plist";
   1.255 +				IPHONEOS_DEPLOYMENT_TARGET = 6.0;
   1.256 +				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
   1.257 +				PRODUCT_NAME = "$(TARGET_NAME)";
   1.258 +			};
   1.259 +			name = Release;
   1.260 +		};
   1.261 +/* End XCBuildConfiguration section */
   1.262 +
   1.263 +/* Begin XCConfigurationList section */
   1.264 +		0669D6421BA851BE00611CFA /* Build configuration list for PBXProject "istereo" */ = {
   1.265 +			isa = XCConfigurationList;
   1.266 +			buildConfigurations = (
   1.267 +				0669D66C1BA851BE00611CFA /* Debug */,
   1.268 +				0669D66D1BA851BE00611CFA /* Release */,
   1.269 +			);
   1.270 +			defaultConfigurationIsVisible = 0;
   1.271 +			defaultConfigurationName = Release;
   1.272 +		};
   1.273 +		0669D66E1BA851BE00611CFA /* Build configuration list for PBXNativeTarget "istereo" */ = {
   1.274 +			isa = XCConfigurationList;
   1.275 +			buildConfigurations = (
   1.276 +				0669D66F1BA851BE00611CFA /* Debug */,
   1.277 +				0669D6701BA851BE00611CFA /* Release */,
   1.278 +			);
   1.279 +			defaultConfigurationIsVisible = 0;
   1.280 +			defaultConfigurationName = Release;
   1.281 +		};
   1.282 +/* End XCConfigurationList section */
   1.283 +	};
   1.284 +	rootObject = 0669D63F1BA851BE00611CFA /* Project object */;
   1.285 +}