master
  1// !$*UTF8*$!
  2{
  3	archiveVersion = 1;
  4	classes = {
  5	};
  6	objectVersion = 46;
  7	objects = {
  8
  9/* Begin PBXBuildFile section */
 10		CDD4CA6B174321A70096B316 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDD4CA6A174321A70096B316 /* UIKit.framework */; };
 11		CDD4CA6D174321A70096B316 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDD4CA6C174321A70096B316 /* Foundation.framework */; };
 12		CDD4CA6F174321A70096B316 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDD4CA6E174321A70096B316 /* CoreGraphics.framework */; };
 13		CDD4CA75174321A70096B316 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = CDD4CA73174321A70096B316 /* InfoPlist.strings */; };
 14		CDD4CA77174321A70096B316 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CDD4CA76174321A70096B316 /* main.m */; };
 15		CDD4CA7B174321A70096B316 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = CDD4CA7A174321A70096B316 /* AppDelegate.m */; };
 16		CDD4CA7D174321A70096B316 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = CDD4CA7C174321A70096B316 /* Default.png */; };
 17		CDD4CA7F174321A70096B316 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CDD4CA7E174321A70096B316 /* Default@2x.png */; };
 18		CDD4CA81174321A70096B316 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CDD4CA80174321A70096B316 /* Default-568h@2x.png */; };
 19		CDD4CA84174321A70096B316 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CDD4CA83174321A70096B316 /* ViewController.m */; };
 20		CDD4CA87174321A70096B316 /* ViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = CDD4CA85174321A70096B316 /* ViewController.xib */; };
 21/* End PBXBuildFile section */
 22
 23/* Begin PBXFileReference section */
 24		CDD4CA67174321A70096B316 /* Controls.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Controls.app; sourceTree = BUILT_PRODUCTS_DIR; };
 25		CDD4CA6A174321A70096B316 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
 26		CDD4CA6C174321A70096B316 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
 27		CDD4CA6E174321A70096B316 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
 28		CDD4CA72174321A70096B316 /* Controls-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Controls-Info.plist"; sourceTree = "<group>"; };
 29		CDD4CA74174321A70096B316 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
 30		CDD4CA76174321A70096B316 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
 31		CDD4CA78174321A70096B316 /* Controls-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Controls-Prefix.pch"; sourceTree = "<group>"; };
 32		CDD4CA79174321A70096B316 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
 33		CDD4CA7A174321A70096B316 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
 34		CDD4CA7C174321A70096B316 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
 35		CDD4CA7E174321A70096B316 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
 36		CDD4CA80174321A70096B316 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
 37		CDD4CA82174321A70096B316 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
 38		CDD4CA83174321A70096B316 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
 39		CDD4CA86174321A70096B316 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController.xib; sourceTree = "<group>"; };
 40/* End PBXFileReference section */
 41
 42/* Begin PBXFrameworksBuildPhase section */
 43		CDD4CA64174321A70096B316 /* Frameworks */ = {
 44			isa = PBXFrameworksBuildPhase;
 45			buildActionMask = 2147483647;
 46			files = (
 47				CDD4CA6B174321A70096B316 /* UIKit.framework in Frameworks */,
 48				CDD4CA6D174321A70096B316 /* Foundation.framework in Frameworks */,
 49				CDD4CA6F174321A70096B316 /* CoreGraphics.framework in Frameworks */,
 50			);
 51			runOnlyForDeploymentPostprocessing = 0;
 52		};
 53/* End PBXFrameworksBuildPhase section */
 54
 55/* Begin PBXGroup section */
 56		CDD4CA5E174321A70096B316 = {
 57			isa = PBXGroup;
 58			children = (
 59				CDD4CA70174321A70096B316 /* Controls */,
 60				CDD4CA69174321A70096B316 /* Frameworks */,
 61				CDD4CA68174321A70096B316 /* Products */,
 62			);
 63			sourceTree = "<group>";
 64		};
 65		CDD4CA68174321A70096B316 /* Products */ = {
 66			isa = PBXGroup;
 67			children = (
 68				CDD4CA67174321A70096B316 /* Controls.app */,
 69			);
 70			name = Products;
 71			sourceTree = "<group>";
 72		};
 73		CDD4CA69174321A70096B316 /* Frameworks */ = {
 74			isa = PBXGroup;
 75			children = (
 76				CDD4CA6A174321A70096B316 /* UIKit.framework */,
 77				CDD4CA6C174321A70096B316 /* Foundation.framework */,
 78				CDD4CA6E174321A70096B316 /* CoreGraphics.framework */,
 79			);
 80			name = Frameworks;
 81			sourceTree = "<group>";
 82		};
 83		CDD4CA70174321A70096B316 /* Controls */ = {
 84			isa = PBXGroup;
 85			children = (
 86				CDD4CA79174321A70096B316 /* AppDelegate.h */,
 87				CDD4CA7A174321A70096B316 /* AppDelegate.m */,
 88				CDD4CA82174321A70096B316 /* ViewController.h */,
 89				CDD4CA83174321A70096B316 /* ViewController.m */,
 90				CDD4CA85174321A70096B316 /* ViewController.xib */,
 91				CDD4CA71174321A70096B316 /* Supporting Files */,
 92			);
 93			path = Controls;
 94			sourceTree = "<group>";
 95		};
 96		CDD4CA71174321A70096B316 /* Supporting Files */ = {
 97			isa = PBXGroup;
 98			children = (
 99				CDD4CA72174321A70096B316 /* Controls-Info.plist */,
100				CDD4CA73174321A70096B316 /* InfoPlist.strings */,
101				CDD4CA76174321A70096B316 /* main.m */,
102				CDD4CA78174321A70096B316 /* Controls-Prefix.pch */,
103				CDD4CA7C174321A70096B316 /* Default.png */,
104				CDD4CA7E174321A70096B316 /* Default@2x.png */,
105				CDD4CA80174321A70096B316 /* Default-568h@2x.png */,
106			);
107			name = "Supporting Files";
108			sourceTree = "<group>";
109		};
110/* End PBXGroup section */
111
112/* Begin PBXNativeTarget section */
113		CDD4CA66174321A70096B316 /* Controls */ = {
114			isa = PBXNativeTarget;
115			buildConfigurationList = CDD4CA8A174321A70096B316 /* Build configuration list for PBXNativeTarget "Controls" */;
116			buildPhases = (
117				CDD4CA63174321A70096B316 /* Sources */,
118				CDD4CA64174321A70096B316 /* Frameworks */,
119				CDD4CA65174321A70096B316 /* Resources */,
120			);
121			buildRules = (
122			);
123			dependencies = (
124			);
125			name = Controls;
126			productName = Controls;
127			productReference = CDD4CA67174321A70096B316 /* Controls.app */;
128			productType = "com.apple.product-type.application";
129		};
130/* End PBXNativeTarget section */
131
132/* Begin PBXProject section */
133		CDD4CA5F174321A70096B316 /* Project object */ = {
134			isa = PBXProject;
135			attributes = {
136				LastUpgradeCheck = 0460;
137				ORGANIZATIONNAME = "mo khan";
138			};
139			buildConfigurationList = CDD4CA62174321A70096B316 /* Build configuration list for PBXProject "Controls" */;
140			compatibilityVersion = "Xcode 3.2";
141			developmentRegion = English;
142			hasScannedForEncodings = 0;
143			knownRegions = (
144				en,
145			);
146			mainGroup = CDD4CA5E174321A70096B316;
147			productRefGroup = CDD4CA68174321A70096B316 /* Products */;
148			projectDirPath = "";
149			projectRoot = "";
150			targets = (
151				CDD4CA66174321A70096B316 /* Controls */,
152			);
153		};
154/* End PBXProject section */
155
156/* Begin PBXResourcesBuildPhase section */
157		CDD4CA65174321A70096B316 /* Resources */ = {
158			isa = PBXResourcesBuildPhase;
159			buildActionMask = 2147483647;
160			files = (
161				CDD4CA75174321A70096B316 /* InfoPlist.strings in Resources */,
162				CDD4CA7D174321A70096B316 /* Default.png in Resources */,
163				CDD4CA7F174321A70096B316 /* Default@2x.png in Resources */,
164				CDD4CA81174321A70096B316 /* Default-568h@2x.png in Resources */,
165				CDD4CA87174321A70096B316 /* ViewController.xib in Resources */,
166			);
167			runOnlyForDeploymentPostprocessing = 0;
168		};
169/* End PBXResourcesBuildPhase section */
170
171/* Begin PBXSourcesBuildPhase section */
172		CDD4CA63174321A70096B316 /* Sources */ = {
173			isa = PBXSourcesBuildPhase;
174			buildActionMask = 2147483647;
175			files = (
176				CDD4CA77174321A70096B316 /* main.m in Sources */,
177				CDD4CA7B174321A70096B316 /* AppDelegate.m in Sources */,
178				CDD4CA84174321A70096B316 /* ViewController.m in Sources */,
179			);
180			runOnlyForDeploymentPostprocessing = 0;
181		};
182/* End PBXSourcesBuildPhase section */
183
184/* Begin PBXVariantGroup section */
185		CDD4CA73174321A70096B316 /* InfoPlist.strings */ = {
186			isa = PBXVariantGroup;
187			children = (
188				CDD4CA74174321A70096B316 /* en */,
189			);
190			name = InfoPlist.strings;
191			sourceTree = "<group>";
192		};
193		CDD4CA85174321A70096B316 /* ViewController.xib */ = {
194			isa = PBXVariantGroup;
195			children = (
196				CDD4CA86174321A70096B316 /* en */,
197			);
198			name = ViewController.xib;
199			sourceTree = "<group>";
200		};
201/* End PBXVariantGroup section */
202
203/* Begin XCBuildConfiguration section */
204		CDD4CA88174321A70096B316 /* Debug */ = {
205			isa = XCBuildConfiguration;
206			buildSettings = {
207				ALWAYS_SEARCH_USER_PATHS = NO;
208				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
209				CLANG_CXX_LIBRARY = "libc++";
210				CLANG_ENABLE_OBJC_ARC = YES;
211				CLANG_WARN_CONSTANT_CONVERSION = YES;
212				CLANG_WARN_EMPTY_BODY = YES;
213				CLANG_WARN_ENUM_CONVERSION = YES;
214				CLANG_WARN_INT_CONVERSION = YES;
215				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
216				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
217				COPY_PHASE_STRIP = NO;
218				GCC_C_LANGUAGE_STANDARD = gnu99;
219				GCC_DYNAMIC_NO_PIC = NO;
220				GCC_OPTIMIZATION_LEVEL = 0;
221				GCC_PREPROCESSOR_DEFINITIONS = (
222					"DEBUG=1",
223					"$(inherited)",
224				);
225				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
226				GCC_WARN_ABOUT_RETURN_TYPE = YES;
227				GCC_WARN_UNINITIALIZED_AUTOS = YES;
228				GCC_WARN_UNUSED_VARIABLE = YES;
229				IPHONEOS_DEPLOYMENT_TARGET = 6.1;
230				ONLY_ACTIVE_ARCH = YES;
231				SDKROOT = iphoneos;
232			};
233			name = Debug;
234		};
235		CDD4CA89174321A70096B316 /* Release */ = {
236			isa = XCBuildConfiguration;
237			buildSettings = {
238				ALWAYS_SEARCH_USER_PATHS = NO;
239				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
240				CLANG_CXX_LIBRARY = "libc++";
241				CLANG_ENABLE_OBJC_ARC = YES;
242				CLANG_WARN_CONSTANT_CONVERSION = YES;
243				CLANG_WARN_EMPTY_BODY = YES;
244				CLANG_WARN_ENUM_CONVERSION = YES;
245				CLANG_WARN_INT_CONVERSION = YES;
246				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
247				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
248				COPY_PHASE_STRIP = YES;
249				GCC_C_LANGUAGE_STANDARD = gnu99;
250				GCC_WARN_ABOUT_RETURN_TYPE = YES;
251				GCC_WARN_UNINITIALIZED_AUTOS = YES;
252				GCC_WARN_UNUSED_VARIABLE = YES;
253				IPHONEOS_DEPLOYMENT_TARGET = 6.1;
254				OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
255				SDKROOT = iphoneos;
256				VALIDATE_PRODUCT = YES;
257			};
258			name = Release;
259		};
260		CDD4CA8B174321A70096B316 /* Debug */ = {
261			isa = XCBuildConfiguration;
262			buildSettings = {
263				GCC_PRECOMPILE_PREFIX_HEADER = YES;
264				GCC_PREFIX_HEADER = "Controls/Controls-Prefix.pch";
265				INFOPLIST_FILE = "Controls/Controls-Info.plist";
266				PRODUCT_NAME = "$(TARGET_NAME)";
267				WRAPPER_EXTENSION = app;
268			};
269			name = Debug;
270		};
271		CDD4CA8C174321A70096B316 /* Release */ = {
272			isa = XCBuildConfiguration;
273			buildSettings = {
274				GCC_PRECOMPILE_PREFIX_HEADER = YES;
275				GCC_PREFIX_HEADER = "Controls/Controls-Prefix.pch";
276				INFOPLIST_FILE = "Controls/Controls-Info.plist";
277				PRODUCT_NAME = "$(TARGET_NAME)";
278				WRAPPER_EXTENSION = app;
279			};
280			name = Release;
281		};
282/* End XCBuildConfiguration section */
283
284/* Begin XCConfigurationList section */
285		CDD4CA62174321A70096B316 /* Build configuration list for PBXProject "Controls" */ = {
286			isa = XCConfigurationList;
287			buildConfigurations = (
288				CDD4CA88174321A70096B316 /* Debug */,
289				CDD4CA89174321A70096B316 /* Release */,
290			);
291			defaultConfigurationIsVisible = 0;
292			defaultConfigurationName = Release;
293		};
294		CDD4CA8A174321A70096B316 /* Build configuration list for PBXNativeTarget "Controls" */ = {
295			isa = XCConfigurationList;
296			buildConfigurations = (
297				CDD4CA8B174321A70096B316 /* Debug */,
298				CDD4CA8C174321A70096B316 /* Release */,
299			);
300			defaultConfigurationIsVisible = 0;
301		};
302/* End XCConfigurationList section */
303	};
304	rootObject = CDD4CA5F174321A70096B316 /* Project object */;
305}