master
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9/* Begin PBXBuildFile section */
10 CDA5805B17582A84006C499C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDA5805A17582A84006C499C /* UIKit.framework */; };
11 CDA5805D17582A84006C499C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDA5805C17582A84006C499C /* Foundation.framework */; };
12 CDA5805F17582A84006C499C /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDA5805E17582A84006C499C /* CoreGraphics.framework */; };
13 CDA5806517582A84006C499C /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = CDA5806317582A84006C499C /* InfoPlist.strings */; };
14 CDA5806717582A84006C499C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CDA5806617582A84006C499C /* main.m */; };
15 CDA5806B17582A84006C499C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = CDA5806A17582A84006C499C /* AppDelegate.m */; };
16 CDA5806D17582A84006C499C /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = CDA5806C17582A84006C499C /* Default.png */; };
17 CDA5806F17582A84006C499C /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CDA5806E17582A84006C499C /* Default@2x.png */; };
18 CDA5807117582A84006C499C /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CDA5807017582A84006C499C /* Default-568h@2x.png */; };
19 CDA5807417582A84006C499C /* FirstViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CDA5807317582A84006C499C /* FirstViewController.m */; };
20 CDA5807717582A84006C499C /* FirstViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = CDA5807517582A84006C499C /* FirstViewController.xib */; };
21/* End PBXBuildFile section */
22
23/* Begin PBXFileReference section */
24 CDA5805717582A84006C499C /* Protocol.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Protocol.app; sourceTree = BUILT_PRODUCTS_DIR; };
25 CDA5805A17582A84006C499C /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
26 CDA5805C17582A84006C499C /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
27 CDA5805E17582A84006C499C /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
28 CDA5806217582A84006C499C /* Protocol-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Protocol-Info.plist"; sourceTree = "<group>"; };
29 CDA5806417582A84006C499C /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
30 CDA5806617582A84006C499C /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
31 CDA5806817582A84006C499C /* Protocol-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Protocol-Prefix.pch"; sourceTree = "<group>"; };
32 CDA5806917582A84006C499C /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
33 CDA5806A17582A84006C499C /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
34 CDA5806C17582A84006C499C /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
35 CDA5806E17582A84006C499C /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
36 CDA5807017582A84006C499C /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
37 CDA5807217582A84006C499C /* FirstViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirstViewController.h; sourceTree = "<group>"; };
38 CDA5807317582A84006C499C /* FirstViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FirstViewController.m; sourceTree = "<group>"; };
39 CDA5807617582A84006C499C /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/FirstViewController.xib; sourceTree = "<group>"; };
40/* End PBXFileReference section */
41
42/* Begin PBXFrameworksBuildPhase section */
43 CDA5805417582A84006C499C /* Frameworks */ = {
44 isa = PBXFrameworksBuildPhase;
45 buildActionMask = 2147483647;
46 files = (
47 CDA5805B17582A84006C499C /* UIKit.framework in Frameworks */,
48 CDA5805D17582A84006C499C /* Foundation.framework in Frameworks */,
49 CDA5805F17582A84006C499C /* CoreGraphics.framework in Frameworks */,
50 );
51 runOnlyForDeploymentPostprocessing = 0;
52 };
53/* End PBXFrameworksBuildPhase section */
54
55/* Begin PBXGroup section */
56 CDA5804E17582A84006C499C = {
57 isa = PBXGroup;
58 children = (
59 CDA5806017582A84006C499C /* Protocol */,
60 CDA5805917582A84006C499C /* Frameworks */,
61 CDA5805817582A84006C499C /* Products */,
62 );
63 sourceTree = "<group>";
64 };
65 CDA5805817582A84006C499C /* Products */ = {
66 isa = PBXGroup;
67 children = (
68 CDA5805717582A84006C499C /* Protocol.app */,
69 );
70 name = Products;
71 sourceTree = "<group>";
72 };
73 CDA5805917582A84006C499C /* Frameworks */ = {
74 isa = PBXGroup;
75 children = (
76 CDA5805A17582A84006C499C /* UIKit.framework */,
77 CDA5805C17582A84006C499C /* Foundation.framework */,
78 CDA5805E17582A84006C499C /* CoreGraphics.framework */,
79 );
80 name = Frameworks;
81 sourceTree = "<group>";
82 };
83 CDA5806017582A84006C499C /* Protocol */ = {
84 isa = PBXGroup;
85 children = (
86 CDA5806917582A84006C499C /* AppDelegate.h */,
87 CDA5806A17582A84006C499C /* AppDelegate.m */,
88 CDA5807217582A84006C499C /* FirstViewController.h */,
89 CDA5807317582A84006C499C /* FirstViewController.m */,
90 CDA5807517582A84006C499C /* FirstViewController.xib */,
91 CDA5806117582A84006C499C /* Supporting Files */,
92 );
93 path = Protocol;
94 sourceTree = "<group>";
95 };
96 CDA5806117582A84006C499C /* Supporting Files */ = {
97 isa = PBXGroup;
98 children = (
99 CDA5806217582A84006C499C /* Protocol-Info.plist */,
100 CDA5806317582A84006C499C /* InfoPlist.strings */,
101 CDA5806617582A84006C499C /* main.m */,
102 CDA5806817582A84006C499C /* Protocol-Prefix.pch */,
103 CDA5806C17582A84006C499C /* Default.png */,
104 CDA5806E17582A84006C499C /* Default@2x.png */,
105 CDA5807017582A84006C499C /* Default-568h@2x.png */,
106 );
107 name = "Supporting Files";
108 sourceTree = "<group>";
109 };
110/* End PBXGroup section */
111
112/* Begin PBXNativeTarget section */
113 CDA5805617582A84006C499C /* Protocol */ = {
114 isa = PBXNativeTarget;
115 buildConfigurationList = CDA5807A17582A84006C499C /* Build configuration list for PBXNativeTarget "Protocol" */;
116 buildPhases = (
117 CDA5805317582A84006C499C /* Sources */,
118 CDA5805417582A84006C499C /* Frameworks */,
119 CDA5805517582A84006C499C /* Resources */,
120 );
121 buildRules = (
122 );
123 dependencies = (
124 );
125 name = Protocol;
126 productName = Protocol;
127 productReference = CDA5805717582A84006C499C /* Protocol.app */;
128 productType = "com.apple.product-type.application";
129 };
130/* End PBXNativeTarget section */
131
132/* Begin PBXProject section */
133 CDA5804F17582A84006C499C /* Project object */ = {
134 isa = PBXProject;
135 attributes = {
136 LastUpgradeCheck = 0460;
137 ORGANIZATIONNAME = "mo khan";
138 };
139 buildConfigurationList = CDA5805217582A84006C499C /* Build configuration list for PBXProject "Protocol" */;
140 compatibilityVersion = "Xcode 3.2";
141 developmentRegion = English;
142 hasScannedForEncodings = 0;
143 knownRegions = (
144 en,
145 );
146 mainGroup = CDA5804E17582A84006C499C;
147 productRefGroup = CDA5805817582A84006C499C /* Products */;
148 projectDirPath = "";
149 projectRoot = "";
150 targets = (
151 CDA5805617582A84006C499C /* Protocol */,
152 );
153 };
154/* End PBXProject section */
155
156/* Begin PBXResourcesBuildPhase section */
157 CDA5805517582A84006C499C /* Resources */ = {
158 isa = PBXResourcesBuildPhase;
159 buildActionMask = 2147483647;
160 files = (
161 CDA5806517582A84006C499C /* InfoPlist.strings in Resources */,
162 CDA5806D17582A84006C499C /* Default.png in Resources */,
163 CDA5806F17582A84006C499C /* Default@2x.png in Resources */,
164 CDA5807117582A84006C499C /* Default-568h@2x.png in Resources */,
165 CDA5807717582A84006C499C /* FirstViewController.xib in Resources */,
166 );
167 runOnlyForDeploymentPostprocessing = 0;
168 };
169/* End PBXResourcesBuildPhase section */
170
171/* Begin PBXSourcesBuildPhase section */
172 CDA5805317582A84006C499C /* Sources */ = {
173 isa = PBXSourcesBuildPhase;
174 buildActionMask = 2147483647;
175 files = (
176 CDA5806717582A84006C499C /* main.m in Sources */,
177 CDA5806B17582A84006C499C /* AppDelegate.m in Sources */,
178 CDA5807417582A84006C499C /* FirstViewController.m in Sources */,
179 );
180 runOnlyForDeploymentPostprocessing = 0;
181 };
182/* End PBXSourcesBuildPhase section */
183
184/* Begin PBXVariantGroup section */
185 CDA5806317582A84006C499C /* InfoPlist.strings */ = {
186 isa = PBXVariantGroup;
187 children = (
188 CDA5806417582A84006C499C /* en */,
189 );
190 name = InfoPlist.strings;
191 sourceTree = "<group>";
192 };
193 CDA5807517582A84006C499C /* FirstViewController.xib */ = {
194 isa = PBXVariantGroup;
195 children = (
196 CDA5807617582A84006C499C /* en */,
197 );
198 name = FirstViewController.xib;
199 sourceTree = "<group>";
200 };
201/* End PBXVariantGroup section */
202
203/* Begin XCBuildConfiguration section */
204 CDA5807817582A84006C499C /* 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 CDA5807917582A84006C499C /* 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 CDA5807B17582A84006C499C /* Debug */ = {
261 isa = XCBuildConfiguration;
262 buildSettings = {
263 GCC_PRECOMPILE_PREFIX_HEADER = YES;
264 GCC_PREFIX_HEADER = "Protocol/Protocol-Prefix.pch";
265 INFOPLIST_FILE = "Protocol/Protocol-Info.plist";
266 PRODUCT_NAME = "$(TARGET_NAME)";
267 WRAPPER_EXTENSION = app;
268 };
269 name = Debug;
270 };
271 CDA5807C17582A84006C499C /* Release */ = {
272 isa = XCBuildConfiguration;
273 buildSettings = {
274 GCC_PRECOMPILE_PREFIX_HEADER = YES;
275 GCC_PREFIX_HEADER = "Protocol/Protocol-Prefix.pch";
276 INFOPLIST_FILE = "Protocol/Protocol-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 CDA5805217582A84006C499C /* Build configuration list for PBXProject "Protocol" */ = {
286 isa = XCConfigurationList;
287 buildConfigurations = (
288 CDA5807817582A84006C499C /* Debug */,
289 CDA5807917582A84006C499C /* Release */,
290 );
291 defaultConfigurationIsVisible = 0;
292 defaultConfigurationName = Release;
293 };
294 CDA5807A17582A84006C499C /* Build configuration list for PBXNativeTarget "Protocol" */ = {
295 isa = XCConfigurationList;
296 buildConfigurations = (
297 CDA5807B17582A84006C499C /* Debug */,
298 CDA5807C17582A84006C499C /* Release */,
299 );
300 defaultConfigurationIsVisible = 0;
301 };
302/* End XCConfigurationList section */
303 };
304 rootObject = CDA5804F17582A84006C499C /* Project object */;
305}