summary refs log tree commit diff stats
path: root/Cartographic.xcodeproj
diff options
context:
space:
mode:
Diffstat (limited to 'Cartographic.xcodeproj')
-rwxr-xr-xCartographic.xcodeproj/project.pbxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cartographic.xcodeproj/project.pbxproj b/Cartographic.xcodeproj/project.pbxproj index 59cf7cd..4a478c9 100755 --- a/Cartographic.xcodeproj/project.pbxproj +++ b/Cartographic.xcodeproj/project.pbxproj
@@ -1601,6 +1601,7 @@
1601 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 1601 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1602 COPY_PHASE_STRIP = NO; 1602 COPY_PHASE_STRIP = NO;
1603 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 1603 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1604 GCC_C_LANGUAGE_STANDARD = c99;
1604 GCC_DYNAMIC_NO_PIC = NO; 1605 GCC_DYNAMIC_NO_PIC = NO;
1605 GCC_OPTIMIZATION_LEVEL = 0; 1606 GCC_OPTIMIZATION_LEVEL = 0;
1606 GCC_PRECOMPILE_PREFIX_HEADER = YES; 1607 GCC_PRECOMPILE_PREFIX_HEADER = YES;
@@ -1629,6 +1630,7 @@
1629 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 1630 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1630 COPY_PHASE_STRIP = YES; 1631 COPY_PHASE_STRIP = YES;
1631 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 1632 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1633 GCC_C_LANGUAGE_STANDARD = c99;
1632 GCC_PRECOMPILE_PREFIX_HEADER = YES; 1634 GCC_PRECOMPILE_PREFIX_HEADER = YES;
1633 GCC_PREFIX_HEADER = Cart_Collect_Prefix.pch; 1635 GCC_PREFIX_HEADER = Cart_Collect_Prefix.pch;
1634 GCC_TREAT_WARNINGS_AS_ERRORS = NO; 1636 GCC_TREAT_WARNINGS_AS_ERRORS = NO;
9' href='#n289'>289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375