master
  1// !$*UTF8*$!
  2{
  3	archiveVersion = 1;
  4	classes = {
  5	};
  6	objectVersion = 46;
  7	objects = {
  8
  9/* Begin PBXBuildFile section */
 10		CDE0C252174C4707009ED558 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDE0C251174C4707009ED558 /* UIKit.framework */; };
 11		CDE0C254174C4707009ED558 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDE0C253174C4707009ED558 /* Foundation.framework */; };
 12		CDE0C256174C4707009ED558 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDE0C255174C4707009ED558 /* CoreGraphics.framework */; };
 13		CDE0C25C174C4707009ED558 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = CDE0C25A174C4707009ED558 /* InfoPlist.strings */; };
 14		CDE0C25E174C4707009ED558 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CDE0C25D174C4707009ED558 /* main.m */; };
 15		CDE0C262174C4707009ED558 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = CDE0C261174C4707009ED558 /* AppDelegate.m */; };
 16		CDE0C264174C4707009ED558 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = CDE0C263174C4707009ED558 /* Default.png */; };
 17		CDE0C266174C4707009ED558 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CDE0C265174C4707009ED558 /* Default@2x.png */; };
 18		CDE0C268174C4707009ED558 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CDE0C267174C4707009ED558 /* Default-568h@2x.png */; };
 19		CDE0C26B174C4707009ED558 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CDE0C26A174C4707009ED558 /* ViewController.m */; };
 20		CDE0C26E174C4707009ED558 /* ViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = CDE0C26C174C4707009ED558 /* ViewController.xib */; };
 21/* End PBXBuildFile section */
 22
 23/* Begin PBXFileReference section */
 24		CDE0C24E174C4707009ED558 /* AlertActionSheets.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AlertActionSheets.app; sourceTree = BUILT_PRODUCTS_DIR; };
 25		CDE0C251174C4707009ED558 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
 26		CDE0C253174C4707009ED558 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
 27		CDE0C255174C4707009ED558 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
 28		CDE0C259174C4707009ED558 /* AlertActionSheets-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "AlertActionSheets-Info.plist"; sourceTree = "<group>"; };
 29		CDE0C25B174C4707009ED558 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
 30		CDE0C25D174C4707009ED558 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
 31		CDE0C25F174C4707009ED558 /* AlertActionSheets-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AlertActionSheets-Prefix.pch"; sourceTree = "<group>"; };
 32		CDE0C260174C4707009ED558 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
 33		CDE0C261174C4707009ED558 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
 34		CDE0C263174C4707009ED558 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
 35		CDE0C265174C4707009ED558 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
 36		CDE0C267174C4707009ED558 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
 37		CDE0C269174C4707009ED558 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
 38		CDE0C26A174C4707009ED558 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
 39		CDE0C26D174C4707009ED558 /* 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		CDE0C24B174C4707009ED558 /* Frameworks */ = {
 44			isa = PBXFrameworksBuildPhase;
 45			buildActionMask = 2147483647;
 46			files = (
 47				CDE0C252174C4707009ED558 /* UIKit.framework in Frameworks */,
 48				CDE0C254174C4707009ED558 /* Foundation.framework in Frameworks */,
 49				CDE0C256174C4707009ED558 /* CoreGraphics.framework in Frameworks */,
 50			);
 51			runOnlyForDeploymentPostprocessing = 0;
 52		};
 53/* End PBXFrameworksBuildPhase section */
 54
 55/* Begin PBXGroup section */
 56		CDE0C245174C4707009ED558 = {
 57			isa = PBXGroup;
 58			children = (
 59				CDE0C257174C4707009ED558 /* AlertActionSheets */,
 60				CDE0C250174C4707009ED558 /* Frameworks */,
 61				CDE0C24F174C4707009ED558 /* Products */,
 62			);
 63			sourceTree = "<group>";
 64		};
 65		CDE0C24F174C4707009ED558 /* Products */ = {
 66			isa = PBXGroup;
 67			children = (
 68				CDE0C24E174C4707009ED558 /* AlertActionSheets.app */,
 69			);
 70			name = Products;
 71			sourceTree = "<group>";
 72		};
 73		CDE0C250174C4707009ED558 /* Frameworks */ = {
 74			isa = PBXGroup;
 75			children = (
 76				CDE0C251174C4707009ED558 /* UIKit.framework */,
 77				CDE0C253174C4707009ED558 /* Foundation.framework */,
 78				CDE0C255174C4707009ED558 /* CoreGraphics.framework */,
 79			);
 80			name = Frameworks;
 81			sourceTree = "<group>";
 82		};
 83		CDE0C257174C4707009ED558 /* AlertActionSheets */ = {
 84			isa = PBXGroup;
 85			children = (
 86				CDE0C260174C4707009ED558 /* AppDelegate.h */,
 87				CDE0C261174C4707009ED558 /* AppDelegate.m */,
 88				CDE0C269174C4707009ED558 /* ViewController.h */,
 89				CDE0C26A174C4707009ED558 /* ViewController.m */,
 90				CDE0C26C174C4707009ED558 /* ViewController.xib */,
 91				CDE0C258174C4707009ED558 /* Supporting Files */,
 92			);
 93			path = AlertActionSheets;
 94			sourceTree = "<group>";
 95		};
 96		CDE0C258174C4707009ED558 /* Supporting Files */ = {
 97			isa = PBXGroup;
 98			children = (
 99				CDE0C259174C4707009ED558 /* AlertActionSheets-Info.plist */,
100				CDE0C25A174C4707009ED558 /* InfoPlist.strings */,
101				CDE0C25D174C4707009ED558 /* main.m */,
102				CDE0C25F174C4707009ED558 /* AlertActionSheets-Prefix.pch */,
103				CDE0C263174C4707009ED558 /* Default.png */,
104				CDE0C265174C4707009ED558 /* Default@2x.png */,
105				CDE0C267174C4707009ED558 /* Default-568h@2x.png */,
106			);
107			name = "Supporting Files";
108			sourceTree = "<group>";
109		};
110/* End PBXGroup section */
111
112/* Begin PBXNativeTarget section */
113		CDE0C24D174C4707009ED558 /* AlertActionSheets */ = {
114			isa = PBXNativeTarget;
115			buildConfigurationList = CDE0C271174C4707009ED558 /* Build configuration list for PBXNativeTarget "AlertActionSheets" */;
116			buildPhases = (
117				CDE0C24A174C4707009ED558 /* Sources */,
118				CDE0C24B174C4707009ED558 /* Frameworks */,
119				CDE0C24C174C4707009ED558 /* Resources */,
120			);
121			buildRules = (
122			);
123			dependencies = (
124			);
125			name = AlertActionSheets;
126			productName = AlertActionSheets;
127			productReference = CDE0C24E174C4707009ED558 /* AlertActionSheets.app */;
128			productType = "com.apple.product-type.application";
129		};
130/* End PBXNativeTarget section */
131
132/* Begin PBXProject section */
133		CDE0C246174C4707009ED558 /* Project object */ = {
134			isa = PBXProject;
135			attributes = {
136				LastUpgradeCheck = 0460;
137				ORGANIZATIONNAME = "mo khan";
138			};
139			buildConfigurationList = CDE0C249174C4707009ED558 /* Build configuration list for PBXProject "AlertActionSheets" */;
140			compatibilityVersion = "Xcode 3.2";
141			developmentRegion = English;
142			hasScannedForEncodings = 0;
143			knownRegions = (
144				en,
145			);
146			mainGroup = CDE0C245174C4707009ED558;
147			productRefGroup = CDE0C24F174C4707009ED558 /* Products */;
148			projectDirPath = "";
149			projectRoot = "";
150			targets = (
151				CDE0C24D174C4707009ED558 /* AlertActionSheets */,
152			);
153		};
154/* End PBXProject section */
155
156/* Begin PBXResourcesBuildPhase section */
157		CDE0C24C174C4707009ED558 /* Resources */ = {
158			isa = PBXResourcesBuildPhase;
159			buildActionMask = 2147483647;
160			files = (
161				CDE0C25C174C4707009ED558 /* InfoPlist.strings in Resources */,
162				CDE0C264174C4707009ED558 /* Default.png in Resources */,
163				CDE0C266174C4707009ED558 /* Default@2x.png in Resources */,
164				CDE0C268174C4707009ED558 /* Default-568h@2x.png in Resources */,
165				CDE0C26E174C4707009ED558 /* ViewController.xib in Resources */,
166			);
167			runOnlyForDeploymentPostprocessing = 0;
168		};
169/* End PBXResourcesBuildPhase section */
170
171/* Begin PBXSourcesBuildPhase section */
172		CDE0C24A174C4707009ED558 /* Sources */ = {
173			isa = PBXSourcesBuildPhase;
174			buildActionMask = 2147483647;
175			files = (
176				CDE0C25E174C4707009ED558 /* main.m in Sources */,
177				CDE0C262174C4707009ED558 /* AppDelegate.m in Sources */,
178				CDE0C26B174C4707009ED558 /* ViewController.m in Sources */,
179			);
180			runOnlyForDeploymentPostprocessing = 0;
181		};
182/* End PBXSourcesBuildPhase section */
183
184/* Begin PBXVariantGroup section */
185		CDE0C25A174C4707009ED558 /* InfoPlist.strings */ = {
186			isa = PBXVariantGroup;
187			children = (
188				CDE0C25B174C4707009ED558 /* en */,
189			);
190			name = InfoPlist.strings;
191			sourceTree = "<group>";
192		};
193		CDE0C26C174C4707009ED558 /* ViewController.xib */ = {
194			isa = PBXVariantGroup;
195			children = (
196				CDE0C26D174C4707009ED558 /* en */,
197			);
198			name = ViewController.xib;
199			sourceTree = "<group>";
200		};
201/* End PBXVariantGroup section */
202
203/* Begin XCBuildConfiguration section */
204		CDE0C26F174C4707009ED558 /* 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		CDE0C270174C4707009ED558 /* 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		CDE0C272174C4707009ED558 /* Debug */ = {
261			isa = XCBuildConfiguration;
262			buildSettings = {
263				GCC_PRECOMPILE_PREFIX_HEADER = YES;
264				GCC_PREFIX_HEADER = "AlertActionSheets/AlertActionSheets-Prefix.pch";
265				INFOPLIST_FILE = "AlertActionSheets/AlertActionSheets-Info.plist";
266				PRODUCT_NAME = "$(TARGET_NAME)";
267				WRAPPER_EXTENSION = app;
268			};
269			name = Debug;
270		};
271		CDE0C273174C4707009ED558 /* Release */ = {
272			isa = XCBuildConfiguration;
273			buildSettings = {
274				GCC_PRECOMPILE_PREFIX_HEADER = YES;
275				GCC_PREFIX_HEADER = "AlertActionSheets/AlertActionSheets-Prefix.pch";
276				INFOPLIST_FILE = "AlertActionSheets/AlertActionSheets-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		CDE0C249174C4707009ED558 /* Build configuration list for PBXProject "AlertActionSheets" */ = {
286			isa = XCConfigurationList;
287			buildConfigurations = (
288				CDE0C26F174C4707009ED558 /* Debug */,
289				CDE0C270174C4707009ED558 /* Release */,
290			);
291			defaultConfigurationIsVisible = 0;
292			defaultConfigurationName = Release;
293		};
294		CDE0C271174C4707009ED558 /* Build configuration list for PBXNativeTarget "AlertActionSheets" */ = {
295			isa = XCConfigurationList;
296			buildConfigurations = (
297				CDE0C272174C4707009ED558 /* Debug */,
298				CDE0C273174C4707009ED558 /* Release */,
299			);
300			defaultConfigurationIsVisible = 0;
301		};
302/* End XCConfigurationList section */
303	};
304	rootObject = CDE0C246174C4707009ED558 /* Project object */;
305}