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