Overview
Comment: | Update Xcode project. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6558930da114427449976962d368e6d4 |
User & Date: | js on 2011-09-09 21:24:01 |
Other Links: | manifest | tags |
Context
2011-09-09
| ||
21:24 | Handle nickname changes. check-in: 7b1c2b91a4 user: js tags: trunk | |
21:24 | Update Xcode project. check-in: 6558930da1 user: js tags: trunk | |
20:13 | Make command parsing case-insensitive. check-in: f816d8f084 user: js tags: trunk | |
Changes
Modified ObjIRC.xcodeproj/project.pbxproj from [e59ac355a6] to [85c59ee61f].
︙ | |||
263 264 265 266 267 268 269 | 263 264 265 266 267 268 269 270 271 272 273 274 275 276 | - | isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = DEBUG; GCC_SYMBOLS_PRIVATE_EXTERN = NO; |
︙ | |||
286 287 288 289 290 291 292 | 285 286 287 288 289 290 291 292 293 294 295 296 297 298 | - | name = Debug; }; 4BBE6EC11338247A007EE595 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; GCC_C_LANGUAGE_STANDARD = gnu99; |
︙ | |||
313 314 315 316 317 318 319 | 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 | - - | ALWAYS_SEARCH_USER_PATHS = NO; COPY_PHASE_STRIP = NO; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; FRAMEWORK_VERSION = A; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_OBJC_EXCEPTIONS = YES; |
︙ | |||
378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 | 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 | + + | 4BBE6EC21338247A007EE595 /* Build configuration list for PBXNativeTarget "ObjIRC" */ = { isa = XCConfigurationList; buildConfigurations = ( 4BBE6EC31338247A007EE595 /* Debug */, 4BBE6EC41338247A007EE595 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 4BBE6EF313383659007EE595 /* Build configuration list for PBXNativeTarget "Tests" */ = { isa = XCConfigurationList; buildConfigurations = ( 4BBE6EF413383659007EE595 /* Debug */, 4BBE6EF513383659007EE595 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 4BBE6EA613382479007EE595 /* Project object */; } |