|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + DC49317917F9F88F00402F77 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DC49317817F9F88F00402F77 /* Default-568h@2x.png */; }; |
10 | 11 | DCC96ACD152E11210064C500 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCC96ACC152E11210064C500 /* UIKit.framework */; };
|
11 | 12 | DCC96ACF152E11210064C500 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCC96ACE152E11210064C500 /* Foundation.framework */; };
|
12 | 13 | DCC96AD1152E11210064C500 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCC96AD0152E11210064C500 /* CoreGraphics.framework */; };
|
|
27 | 28 | /* End PBXBuildFile section */
|
28 | 29 |
|
29 | 30 | /* Begin PBXFileReference section */
|
| 31 | + DC49317817F9F88F00402F77 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "../Default-568h@2x.png"; sourceTree = "<group>"; }; |
30 | 32 | DCC96AC8152E11210064C500 /* UdpEchoClient.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UdpEchoClient.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
31 | 33 | DCC96ACC152E11210064C500 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
32 | 34 | DCC96ACE152E11210064C500 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
118 | 120 | DCC96AD3152E11210064C500 /* Supporting Files */ = {
|
119 | 121 | isa = PBXGroup;
|
120 | 122 | children = (
|
| 123 | + DC49317817F9F88F00402F77 /* Default-568h@2x.png */, |
121 | 124 | DCC96AD4152E11210064C500 /* UdpEchoClient-Info.plist */,
|
122 | 125 | DCC96AD5152E11210064C500 /* InfoPlist.strings */,
|
123 | 126 | DCC96AD8152E11210064C500 /* main.m */,
|
|
192 | 195 | DCC96ABF152E11210064C500 /* Project object */ = {
|
193 | 196 | isa = PBXProject;
|
194 | 197 | attributes = {
|
195 |
| - LastUpgradeCheck = 0430; |
| 198 | + LastUpgradeCheck = 0500; |
196 | 199 | };
|
197 | 200 | buildConfigurationList = DCC96AC2152E11210064C500 /* Build configuration list for PBXProject "UdpEchoClient" */;
|
198 | 201 | compatibilityVersion = "Xcode 3.2";
|
|
217 | 220 | buildActionMask = 2147483647;
|
218 | 221 | files = (
|
219 | 222 | DCC96AD7152E11210064C500 /* InfoPlist.strings in Resources */,
|
| 223 | + DC49317917F9F88F00402F77 /* Default-568h@2x.png in Resources */, |
220 | 224 | DCC96AE3152E11210064C500 /* ViewController.xib in Resources */,
|
221 | 225 | DCC96B05152E11450064C500 /* README.txt in Resources */,
|
222 | 226 | );
|
|
269 | 273 | isa = XCBuildConfiguration;
|
270 | 274 | buildSettings = {
|
271 | 275 | ALWAYS_SEARCH_USER_PATHS = NO;
|
272 |
| - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; |
273 | 276 | CLANG_ENABLE_OBJC_ARC = YES;
|
| 277 | + CLANG_WARN_BOOL_CONVERSION = YES; |
| 278 | + CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 279 | + CLANG_WARN_EMPTY_BODY = YES; |
| 280 | + CLANG_WARN_ENUM_CONVERSION = YES; |
| 281 | + CLANG_WARN_INT_CONVERSION = YES; |
| 282 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
274 | 283 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
275 | 284 | COPY_PHASE_STRIP = NO;
|
276 | 285 | GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
282 | 291 | );
|
283 | 292 | GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
284 | 293 | GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
| 294 | + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
285 | 295 | GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
| 296 | + GCC_WARN_UNDECLARED_SELECTOR = YES; |
286 | 297 | GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
| 298 | + GCC_WARN_UNUSED_FUNCTION = YES; |
287 | 299 | GCC_WARN_UNUSED_VARIABLE = YES;
|
288 | 300 | IPHONEOS_DEPLOYMENT_TARGET = 5.1;
|
| 301 | + ONLY_ACTIVE_ARCH = YES; |
289 | 302 | SDKROOT = iphoneos;
|
290 | 303 | };
|
291 | 304 | name = Debug;
|
|
294 | 307 | isa = XCBuildConfiguration;
|
295 | 308 | buildSettings = {
|
296 | 309 | ALWAYS_SEARCH_USER_PATHS = NO;
|
297 |
| - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; |
298 | 310 | CLANG_ENABLE_OBJC_ARC = YES;
|
| 311 | + CLANG_WARN_BOOL_CONVERSION = YES; |
| 312 | + CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 313 | + CLANG_WARN_EMPTY_BODY = YES; |
| 314 | + CLANG_WARN_ENUM_CONVERSION = YES; |
| 315 | + CLANG_WARN_INT_CONVERSION = YES; |
| 316 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
299 | 317 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
300 | 318 | COPY_PHASE_STRIP = YES;
|
301 | 319 | GCC_C_LANGUAGE_STANDARD = gnu99;
|
302 | 320 | GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
| 321 | + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
303 | 322 | GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
| 323 | + GCC_WARN_UNDECLARED_SELECTOR = YES; |
304 | 324 | GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
| 325 | + GCC_WARN_UNUSED_FUNCTION = YES; |
305 | 326 | GCC_WARN_UNUSED_VARIABLE = YES;
|
306 | 327 | IPHONEOS_DEPLOYMENT_TARGET = 5.1;
|
307 | 328 | OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
|
|
0 commit comments