• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// !$*UTF8*$!
2{
3	archiveVersion = 1;
4	classes = {
5	};
6	objectVersion = 46;
7	objects = {
8
9/* Begin PBXBuildFile section */
10		5447AB0219404B54001CD240 /* libgtest.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5447AB0019404B54001CD240 /* libgtest.a */; };
11		5447AB0319404B54001CD240 /* libopenh264.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5447AB0119404B54001CD240 /* libopenh264.a */; };
12		54EABE861940453B00F70476 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54EABE851940453B00F70476 /* Foundation.framework */; };
13		54EABE881940453B00F70476 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54EABE871940453B00F70476 /* CoreGraphics.framework */; };
14		54EABE8A1940453B00F70476 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54EABE891940453B00F70476 /* UIKit.framework */; };
15		54EABE901940453B00F70476 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 54EABE8E1940453B00F70476 /* InfoPlist.strings */; };
16		54EABE921940453B00F70476 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 54EABE911940453B00F70476 /* main.m */; };
17		54EABE961940453B00F70476 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 54EABE951940453B00F70476 /* AppDelegate.m */; };
18		54EABE991940453B00F70476 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 54EABE971940453B00F70476 /* Main.storyboard */; };
19		54EABE9C1940453B00F70476 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 54EABE9B1940453B00F70476 /* ViewController.m */; };
20		54EABE9E1940453B00F70476 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 54EABE9D1940453B00F70476 /* Images.xcassets */; };
21/* End PBXBuildFile section */
22
23/* Begin PBXFileReference section */
24		5447AB0019404B54001CD240 /* libgtest.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgtest.a; path = ../../../../libgtest.a; sourceTree = "<group>"; };
25		5447AB0119404B54001CD240 /* libopenh264.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libopenh264.a; path = ../../../../libopenh264.a; sourceTree = "<group>"; };
26		54EABE821940453B00F70476 /* codec_unittest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = codec_unittest.app; sourceTree = BUILT_PRODUCTS_DIR; };
27		54EABE851940453B00F70476 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
28		54EABE871940453B00F70476 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
29		54EABE891940453B00F70476 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
30		54EABE8D1940453B00F70476 /* codec_unittest-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "codec_unittest-Info.plist"; sourceTree = "<group>"; };
31		54EABE8F1940453B00F70476 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
32		54EABE911940453B00F70476 /* main.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; path = main.m; sourceTree = "<group>"; };
33		54EABE931940453B00F70476 /* codec_unittest-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "codec_unittest-Prefix.pch"; sourceTree = "<group>"; };
34		54EABE941940453B00F70476 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
35		54EABE951940453B00F70476 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
36		54EABE981940453B00F70476 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
37		54EABE9A1940453B00F70476 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
38		54EABE9B1940453B00F70476 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
39		54EABE9D1940453B00F70476 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
40/* End PBXFileReference section */
41
42/* Begin PBXFrameworksBuildPhase section */
43		54EABE7F1940453B00F70476 /* Frameworks */ = {
44			isa = PBXFrameworksBuildPhase;
45			buildActionMask = 2147483647;
46			files = (
47				5447AB0219404B54001CD240 /* libgtest.a in Frameworks */,
48				5447AB0319404B54001CD240 /* libopenh264.a in Frameworks */,
49				54EABE881940453B00F70476 /* CoreGraphics.framework in Frameworks */,
50				54EABE8A1940453B00F70476 /* UIKit.framework in Frameworks */,
51				54EABE861940453B00F70476 /* Foundation.framework in Frameworks */,
52			);
53			runOnlyForDeploymentPostprocessing = 0;
54		};
55/* End PBXFrameworksBuildPhase section */
56
57/* Begin PBXGroup section */
58		54EABE791940453B00F70476 = {
59			isa = PBXGroup;
60			children = (
61				54EABE8B1940453B00F70476 /* codec_unittest */,
62				54EABE841940453B00F70476 /* Frameworks */,
63				54EABE831940453B00F70476 /* Products */,
64			);
65			sourceTree = "<group>";
66		};
67		54EABE831940453B00F70476 /* Products */ = {
68			isa = PBXGroup;
69			children = (
70				54EABE821940453B00F70476 /* codec_unittest.app */,
71			);
72			name = Products;
73			sourceTree = "<group>";
74		};
75		54EABE841940453B00F70476 /* Frameworks */ = {
76			isa = PBXGroup;
77			children = (
78				5447AB0019404B54001CD240 /* libgtest.a */,
79				5447AB0119404B54001CD240 /* libopenh264.a */,
80				54EABE851940453B00F70476 /* Foundation.framework */,
81				54EABE871940453B00F70476 /* CoreGraphics.framework */,
82				54EABE891940453B00F70476 /* UIKit.framework */,
83			);
84			name = Frameworks;
85			sourceTree = "<group>";
86		};
87		54EABE8B1940453B00F70476 /* codec_unittest */ = {
88			isa = PBXGroup;
89			children = (
90				54EABE941940453B00F70476 /* AppDelegate.h */,
91				54EABE951940453B00F70476 /* AppDelegate.m */,
92				54EABE971940453B00F70476 /* Main.storyboard */,
93				54EABE9A1940453B00F70476 /* ViewController.h */,
94				54EABE9B1940453B00F70476 /* ViewController.m */,
95				54EABE9D1940453B00F70476 /* Images.xcassets */,
96				54EABE8C1940453B00F70476 /* Supporting Files */,
97			);
98			path = codec_unittest;
99			sourceTree = "<group>";
100		};
101		54EABE8C1940453B00F70476 /* Supporting Files */ = {
102			isa = PBXGroup;
103			children = (
104				54EABE8D1940453B00F70476 /* codec_unittest-Info.plist */,
105				54EABE8E1940453B00F70476 /* InfoPlist.strings */,
106				54EABE911940453B00F70476 /* main.m */,
107				54EABE931940453B00F70476 /* codec_unittest-Prefix.pch */,
108			);
109			name = "Supporting Files";
110			sourceTree = "<group>";
111		};
112/* End PBXGroup section */
113
114/* Begin PBXNativeTarget section */
115		54EABE811940453B00F70476 /* codec_unittest */ = {
116			isa = PBXNativeTarget;
117			buildConfigurationList = 54EABEB41940453C00F70476 /* Build configuration list for PBXNativeTarget "codec_unittest" */;
118			buildPhases = (
119				54EABE7E1940453B00F70476 /* Sources */,
120				54EABE7F1940453B00F70476 /* Frameworks */,
121				54EABE801940453B00F70476 /* Resources */,
122			);
123			buildRules = (
124			);
125			dependencies = (
126			);
127			name = codec_unittest;
128			productName = codec_unittest;
129			productReference = 54EABE821940453B00F70476 /* codec_unittest.app */;
130			productType = "com.apple.product-type.application";
131		};
132/* End PBXNativeTarget section */
133
134/* Begin PBXProject section */
135		54EABE7A1940453B00F70476 /* Project object */ = {
136			isa = PBXProject;
137			attributes = {
138				LastUpgradeCheck = 0510;
139				ORGANIZATIONNAME = com.cisco;
140			};
141			buildConfigurationList = 54EABE7D1940453B00F70476 /* Build configuration list for PBXProject "codec_unittest" */;
142			compatibilityVersion = "Xcode 3.2";
143			developmentRegion = English;
144			hasScannedForEncodings = 0;
145			knownRegions = (
146				en,
147				Base,
148			);
149			mainGroup = 54EABE791940453B00F70476;
150			productRefGroup = 54EABE831940453B00F70476 /* Products */;
151			projectDirPath = "";
152			projectRoot = "";
153			targets = (
154				54EABE811940453B00F70476 /* codec_unittest */,
155			);
156		};
157/* End PBXProject section */
158
159/* Begin PBXResourcesBuildPhase section */
160		54EABE801940453B00F70476 /* Resources */ = {
161			isa = PBXResourcesBuildPhase;
162			buildActionMask = 2147483647;
163			files = (
164				54EABE9E1940453B00F70476 /* Images.xcassets in Resources */,
165				54EABE901940453B00F70476 /* InfoPlist.strings in Resources */,
166				54EABE991940453B00F70476 /* Main.storyboard in Resources */,
167			);
168			runOnlyForDeploymentPostprocessing = 0;
169		};
170/* End PBXResourcesBuildPhase section */
171
172/* Begin PBXSourcesBuildPhase section */
173		54EABE7E1940453B00F70476 /* Sources */ = {
174			isa = PBXSourcesBuildPhase;
175			buildActionMask = 2147483647;
176			files = (
177				54EABE9C1940453B00F70476 /* ViewController.m in Sources */,
178				54EABE961940453B00F70476 /* AppDelegate.m in Sources */,
179				54EABE921940453B00F70476 /* main.m in Sources */,
180			);
181			runOnlyForDeploymentPostprocessing = 0;
182		};
183/* End PBXSourcesBuildPhase section */
184
185/* Begin PBXVariantGroup section */
186		54EABE8E1940453B00F70476 /* InfoPlist.strings */ = {
187			isa = PBXVariantGroup;
188			children = (
189				54EABE8F1940453B00F70476 /* en */,
190			);
191			name = InfoPlist.strings;
192			sourceTree = "<group>";
193		};
194		54EABE971940453B00F70476 /* Main.storyboard */ = {
195			isa = PBXVariantGroup;
196			children = (
197				54EABE981940453B00F70476 /* Base */,
198			);
199			name = Main.storyboard;
200			sourceTree = "<group>";
201		};
202/* End PBXVariantGroup section */
203
204/* Begin XCBuildConfiguration section */
205		54EABEB21940453C00F70476 /* Debug */ = {
206			isa = XCBuildConfiguration;
207			buildSettings = {
208				ALWAYS_SEARCH_USER_PATHS = NO;
209				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
210				CLANG_CXX_LIBRARY = "libc++";
211				CLANG_ENABLE_MODULES = YES;
212				CLANG_ENABLE_OBJC_ARC = YES;
213				CLANG_WARN_BOOL_CONVERSION = YES;
214				CLANG_WARN_CONSTANT_CONVERSION = YES;
215				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
216				CLANG_WARN_EMPTY_BODY = YES;
217				CLANG_WARN_ENUM_CONVERSION = YES;
218				CLANG_WARN_INT_CONVERSION = YES;
219				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
220				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
221				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
222				COPY_PHASE_STRIP = NO;
223				GCC_C_LANGUAGE_STANDARD = gnu99;
224				GCC_DYNAMIC_NO_PIC = NO;
225				GCC_OPTIMIZATION_LEVEL = 0;
226				GCC_PREPROCESSOR_DEFINITIONS = (
227					"DEBUG=1",
228					"$(inherited)",
229				);
230				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
231				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
232				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
233				GCC_WARN_UNDECLARED_SELECTOR = YES;
234				GCC_WARN_UNINITIALIZED_AUTOS = YES;
235				GCC_WARN_UNUSED_FUNCTION = YES;
236				GCC_WARN_UNUSED_VARIABLE = YES;
237				IPHONEOS_DEPLOYMENT_TARGET = 6.0;
238				ONLY_ACTIVE_ARCH = YES;
239				SDKROOT = iphoneos;
240			};
241			name = Debug;
242		};
243		54EABEB31940453C00F70476 /* Release */ = {
244			isa = XCBuildConfiguration;
245			buildSettings = {
246				ALWAYS_SEARCH_USER_PATHS = NO;
247				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
248				CLANG_CXX_LIBRARY = "libc++";
249				CLANG_ENABLE_MODULES = YES;
250				CLANG_ENABLE_OBJC_ARC = YES;
251				CLANG_WARN_BOOL_CONVERSION = YES;
252				CLANG_WARN_CONSTANT_CONVERSION = YES;
253				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
254				CLANG_WARN_EMPTY_BODY = YES;
255				CLANG_WARN_ENUM_CONVERSION = YES;
256				CLANG_WARN_INT_CONVERSION = YES;
257				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
258				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
259				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
260				COPY_PHASE_STRIP = YES;
261				ENABLE_NS_ASSERTIONS = NO;
262				GCC_C_LANGUAGE_STANDARD = gnu99;
263				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
264				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
265				GCC_WARN_UNDECLARED_SELECTOR = YES;
266				GCC_WARN_UNINITIALIZED_AUTOS = YES;
267				GCC_WARN_UNUSED_FUNCTION = YES;
268				GCC_WARN_UNUSED_VARIABLE = YES;
269				IPHONEOS_DEPLOYMENT_TARGET = 6.0;
270				SDKROOT = iphoneos;
271				VALIDATE_PRODUCT = YES;
272			};
273			name = Release;
274		};
275		54EABEB51940453C00F70476 /* Debug */ = {
276			isa = XCBuildConfiguration;
277			buildSettings = {
278				ARCHS = armv7;
279				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
280				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
281				CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
282				CLANG_CXX_LIBRARY = "libstdc++";
283				GCC_C_LANGUAGE_STANDARD = "compiler-default";
284				GCC_PRECOMPILE_PREFIX_HEADER = YES;
285				GCC_PREFIX_HEADER = "codec_unittest/codec_unittest-Prefix.pch";
286				INFOPLIST_FILE = "codec_unittest/codec_unittest-Info.plist";
287				LIBRARY_SEARCH_PATHS = (
288					"$(inherited)",
289					../../../../,
290				);
291				OTHER_LDFLAGS = (
292					"-force_load",
293					../../../../libut.a,
294				);
295				PRODUCT_NAME = "$(TARGET_NAME)";
296				WRAPPER_EXTENSION = app;
297			};
298			name = Debug;
299		};
300		54EABEB61940453C00F70476 /* Release */ = {
301			isa = XCBuildConfiguration;
302			buildSettings = {
303				ARCHS = armv7;
304				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
305				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
306				CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
307				CLANG_CXX_LIBRARY = "libstdc++";
308				GCC_C_LANGUAGE_STANDARD = "compiler-default";
309				GCC_PRECOMPILE_PREFIX_HEADER = YES;
310				GCC_PREFIX_HEADER = "codec_unittest/codec_unittest-Prefix.pch";
311				INFOPLIST_FILE = "codec_unittest/codec_unittest-Info.plist";
312				LIBRARY_SEARCH_PATHS = (
313					"$(inherited)",
314					../../../../,
315				);
316				OTHER_LDFLAGS = (
317					"-force_load",
318					../../../../libut.a,
319				);
320				PRODUCT_NAME = "$(TARGET_NAME)";
321				WRAPPER_EXTENSION = app;
322			};
323			name = Release;
324		};
325/* End XCBuildConfiguration section */
326
327/* Begin XCConfigurationList section */
328		54EABE7D1940453B00F70476 /* Build configuration list for PBXProject "codec_unittest" */ = {
329			isa = XCConfigurationList;
330			buildConfigurations = (
331				54EABEB21940453C00F70476 /* Debug */,
332				54EABEB31940453C00F70476 /* Release */,
333			);
334			defaultConfigurationIsVisible = 0;
335			defaultConfigurationName = Release;
336		};
337		54EABEB41940453C00F70476 /* Build configuration list for PBXNativeTarget "codec_unittest" */ = {
338			isa = XCConfigurationList;
339			buildConfigurations = (
340				54EABEB51940453C00F70476 /* Debug */,
341				54EABEB61940453C00F70476 /* Release */,
342			);
343			defaultConfigurationIsVisible = 0;
344			defaultConfigurationName = Release;
345		};
346/* End XCConfigurationList section */
347	};
348	rootObject = 54EABE7A1940453B00F70476 /* Project object */;
349}
350