istereo2

view 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 source
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
9 /* Begin PBXBuildFile section */
10 0669D6751BA858BF00611CFA /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 0669D6741BA858BF00611CFA /* Info.plist */; };
11 0669D67F1BA85DDE00611CFA /* app_delegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 0669D67B1BA85DDE00611CFA /* app_delegate.m */; };
12 0669D6801BA85DDE00611CFA /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 0669D67C1BA85DDE00611CFA /* main.m */; };
13 0669D6811BA85DDE00611CFA /* viewctl.m in Sources */ = {isa = PBXBuildFile; fileRef = 0669D67E1BA85DDE00611CFA /* viewctl.m */; };
14 /* End PBXBuildFile section */
16 /* Begin PBXFileReference section */
17 0669D6471BA851BE00611CFA /* istereo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = istereo.app; sourceTree = BUILT_PRODUCTS_DIR; };
18 0669D6741BA858BF00611CFA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ios/Info.plist; sourceTree = "<group>"; };
19 0669D67A1BA85DDE00611CFA /* app_delegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = app_delegate.h; path = src/ios/app_delegate.h; sourceTree = "<group>"; };
20 0669D67B1BA85DDE00611CFA /* app_delegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = app_delegate.m; path = src/ios/app_delegate.m; sourceTree = "<group>"; };
21 0669D67C1BA85DDE00611CFA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = src/ios/main.m; sourceTree = "<group>"; };
22 0669D67D1BA85DDE00611CFA /* viewctl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = viewctl.h; path = src/ios/viewctl.h; sourceTree = "<group>"; };
23 0669D67E1BA85DDE00611CFA /* viewctl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = viewctl.m; path = src/ios/viewctl.m; sourceTree = "<group>"; };
24 /* End PBXFileReference section */
26 /* Begin PBXFrameworksBuildPhase section */
27 0669D6441BA851BE00611CFA /* Frameworks */ = {
28 isa = PBXFrameworksBuildPhase;
29 buildActionMask = 2147483647;
30 files = (
31 );
32 runOnlyForDeploymentPostprocessing = 0;
33 };
34 /* End PBXFrameworksBuildPhase section */
36 /* Begin PBXGroup section */
37 0669D63E1BA851BE00611CFA = {
38 isa = PBXGroup;
39 children = (
40 0669D6761BA858D600611CFA /* src */,
41 0669D6741BA858BF00611CFA /* Info.plist */,
42 0669D6481BA851BE00611CFA /* Products */,
43 );
44 sourceTree = "<group>";
45 };
46 0669D6481BA851BE00611CFA /* Products */ = {
47 isa = PBXGroup;
48 children = (
49 0669D6471BA851BE00611CFA /* istereo.app */,
50 );
51 name = Products;
52 sourceTree = "<group>";
53 };
54 0669D6761BA858D600611CFA /* src */ = {
55 isa = PBXGroup;
56 children = (
57 0669D6791BA85DCC00611CFA /* ios */,
58 );
59 name = src;
60 sourceTree = "<group>";
61 };
62 0669D6791BA85DCC00611CFA /* ios */ = {
63 isa = PBXGroup;
64 children = (
65 0669D67A1BA85DDE00611CFA /* app_delegate.h */,
66 0669D67B1BA85DDE00611CFA /* app_delegate.m */,
67 0669D67C1BA85DDE00611CFA /* main.m */,
68 0669D67D1BA85DDE00611CFA /* viewctl.h */,
69 0669D67E1BA85DDE00611CFA /* viewctl.m */,
70 );
71 name = ios;
72 sourceTree = "<group>";
73 };
74 /* End PBXGroup section */
76 /* Begin PBXNativeTarget section */
77 0669D6461BA851BE00611CFA /* istereo */ = {
78 isa = PBXNativeTarget;
79 buildConfigurationList = 0669D66E1BA851BE00611CFA /* Build configuration list for PBXNativeTarget "istereo" */;
80 buildPhases = (
81 0669D6431BA851BE00611CFA /* Sources */,
82 0669D6441BA851BE00611CFA /* Frameworks */,
83 0669D6451BA851BE00611CFA /* Resources */,
84 );
85 buildRules = (
86 );
87 dependencies = (
88 );
89 name = istereo;
90 productName = istereo;
91 productReference = 0669D6471BA851BE00611CFA /* istereo.app */;
92 productType = "com.apple.product-type.application";
93 };
94 /* End PBXNativeTarget section */
96 /* Begin PBXProject section */
97 0669D63F1BA851BE00611CFA /* Project object */ = {
98 isa = PBXProject;
99 attributes = {
100 LastUpgradeCheck = 0640;
101 ORGANIZATIONNAME = "Mutant Stargoat";
102 TargetAttributes = {
103 0669D6461BA851BE00611CFA = {
104 CreatedOnToolsVersion = 6.4;
105 DevelopmentTeam = RGR8XFZ5JC;
106 };
107 };
108 };
109 buildConfigurationList = 0669D6421BA851BE00611CFA /* Build configuration list for PBXProject "istereo" */;
110 compatibilityVersion = "Xcode 3.2";
111 developmentRegion = English;
112 hasScannedForEncodings = 0;
113 knownRegions = (
114 en,
115 Base,
116 );
117 mainGroup = 0669D63E1BA851BE00611CFA;
118 productRefGroup = 0669D6481BA851BE00611CFA /* Products */;
119 projectDirPath = "";
120 projectRoot = "";
121 targets = (
122 0669D6461BA851BE00611CFA /* istereo */,
123 );
124 };
125 /* End PBXProject section */
127 /* Begin PBXResourcesBuildPhase section */
128 0669D6451BA851BE00611CFA /* Resources */ = {
129 isa = PBXResourcesBuildPhase;
130 buildActionMask = 2147483647;
131 files = (
132 0669D6751BA858BF00611CFA /* Info.plist in Resources */,
133 );
134 runOnlyForDeploymentPostprocessing = 0;
135 };
136 /* End PBXResourcesBuildPhase section */
138 /* Begin PBXSourcesBuildPhase section */
139 0669D6431BA851BE00611CFA /* Sources */ = {
140 isa = PBXSourcesBuildPhase;
141 buildActionMask = 2147483647;
142 files = (
143 0669D6801BA85DDE00611CFA /* main.m in Sources */,
144 0669D6811BA85DDE00611CFA /* viewctl.m in Sources */,
145 0669D67F1BA85DDE00611CFA /* app_delegate.m in Sources */,
146 );
147 runOnlyForDeploymentPostprocessing = 0;
148 };
149 /* End PBXSourcesBuildPhase section */
151 /* Begin XCBuildConfiguration section */
152 0669D66C1BA851BE00611CFA /* Debug */ = {
153 isa = XCBuildConfiguration;
154 buildSettings = {
155 ALWAYS_SEARCH_USER_PATHS = NO;
156 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
157 CLANG_CXX_LIBRARY = "libc++";
158 CLANG_ENABLE_MODULES = YES;
159 CLANG_ENABLE_OBJC_ARC = YES;
160 CLANG_WARN_BOOL_CONVERSION = YES;
161 CLANG_WARN_CONSTANT_CONVERSION = YES;
162 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
163 CLANG_WARN_EMPTY_BODY = YES;
164 CLANG_WARN_ENUM_CONVERSION = YES;
165 CLANG_WARN_INT_CONVERSION = YES;
166 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
167 CLANG_WARN_UNREACHABLE_CODE = YES;
168 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
169 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
170 COPY_PHASE_STRIP = NO;
171 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
172 ENABLE_STRICT_OBJC_MSGSEND = YES;
173 GCC_C_LANGUAGE_STANDARD = gnu99;
174 GCC_DYNAMIC_NO_PIC = NO;
175 GCC_NO_COMMON_BLOCKS = YES;
176 GCC_OPTIMIZATION_LEVEL = 0;
177 GCC_PREPROCESSOR_DEFINITIONS = (
178 "DEBUG=1",
179 "$(inherited)",
180 );
181 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
182 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
183 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
184 GCC_WARN_UNDECLARED_SELECTOR = YES;
185 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
186 GCC_WARN_UNUSED_FUNCTION = YES;
187 GCC_WARN_UNUSED_VARIABLE = YES;
188 IPHONEOS_DEPLOYMENT_TARGET = 6.0;
189 MTL_ENABLE_DEBUG_INFO = YES;
190 ONLY_ACTIVE_ARCH = YES;
191 SDKROOT = iphoneos;
192 TARGETED_DEVICE_FAMILY = "1,2";
193 };
194 name = Debug;
195 };
196 0669D66D1BA851BE00611CFA /* Release */ = {
197 isa = XCBuildConfiguration;
198 buildSettings = {
199 ALWAYS_SEARCH_USER_PATHS = NO;
200 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
201 CLANG_CXX_LIBRARY = "libc++";
202 CLANG_ENABLE_MODULES = YES;
203 CLANG_ENABLE_OBJC_ARC = YES;
204 CLANG_WARN_BOOL_CONVERSION = YES;
205 CLANG_WARN_CONSTANT_CONVERSION = YES;
206 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
207 CLANG_WARN_EMPTY_BODY = YES;
208 CLANG_WARN_ENUM_CONVERSION = YES;
209 CLANG_WARN_INT_CONVERSION = YES;
210 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
211 CLANG_WARN_UNREACHABLE_CODE = YES;
212 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
213 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
214 COPY_PHASE_STRIP = NO;
215 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
216 ENABLE_NS_ASSERTIONS = NO;
217 ENABLE_STRICT_OBJC_MSGSEND = YES;
218 GCC_C_LANGUAGE_STANDARD = gnu99;
219 GCC_NO_COMMON_BLOCKS = YES;
220 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
221 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
222 GCC_WARN_UNDECLARED_SELECTOR = YES;
223 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
224 GCC_WARN_UNUSED_FUNCTION = YES;
225 GCC_WARN_UNUSED_VARIABLE = YES;
226 IPHONEOS_DEPLOYMENT_TARGET = 6.0;
227 MTL_ENABLE_DEBUG_INFO = NO;
228 SDKROOT = iphoneos;
229 TARGETED_DEVICE_FAMILY = "1,2";
230 VALIDATE_PRODUCT = YES;
231 };
232 name = Release;
233 };
234 0669D66F1BA851BE00611CFA /* Debug */ = {
235 isa = XCBuildConfiguration;
236 buildSettings = {
237 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
238 CODE_SIGN_IDENTITY = "iPhone Developer";
239 INFOPLIST_FILE = "$(SRCROOT)/ios/Info.plist";
240 IPHONEOS_DEPLOYMENT_TARGET = 6.0;
241 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
242 PRODUCT_NAME = "$(TARGET_NAME)";
243 };
244 name = Debug;
245 };
246 0669D6701BA851BE00611CFA /* Release */ = {
247 isa = XCBuildConfiguration;
248 buildSettings = {
249 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
250 CODE_SIGN_IDENTITY = "iPhone Developer";
251 INFOPLIST_FILE = "$(SRCROOT)/ios/Info.plist";
252 IPHONEOS_DEPLOYMENT_TARGET = 6.0;
253 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
254 PRODUCT_NAME = "$(TARGET_NAME)";
255 };
256 name = Release;
257 };
258 /* End XCBuildConfiguration section */
260 /* Begin XCConfigurationList section */
261 0669D6421BA851BE00611CFA /* Build configuration list for PBXProject "istereo" */ = {
262 isa = XCConfigurationList;
263 buildConfigurations = (
264 0669D66C1BA851BE00611CFA /* Debug */,
265 0669D66D1BA851BE00611CFA /* Release */,
266 );
267 defaultConfigurationIsVisible = 0;
268 defaultConfigurationName = Release;
269 };
270 0669D66E1BA851BE00611CFA /* Build configuration list for PBXNativeTarget "istereo" */ = {
271 isa = XCConfigurationList;
272 buildConfigurations = (
273 0669D66F1BA851BE00611CFA /* Debug */,
274 0669D6701BA851BE00611CFA /* Release */,
275 );
276 defaultConfigurationIsVisible = 0;
277 defaultConfigurationName = Release;
278 };
279 /* End XCConfigurationList section */
280 };
281 rootObject = 0669D63F1BA851BE00611CFA /* Project object */;
282 }