|
27 | 27 | 3D7C74FD0F3CA8AB006B55AD /* LoggerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D7C74FC0F3CA8AB006B55AD /* LoggerConnection.m */; }; |
28 | 28 | 3D7C75330F401B35006B55AD /* LoggerNativeConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D7C75320F401B35006B55AD /* LoggerNativeConnection.m */; }; |
29 | 29 | 3D7C75510F4025A7006B55AD /* LoggerTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D7C75500F4025A7006B55AD /* LoggerTransport.m */; }; |
30 | | - 3D7C75560F4026D2006B55AD /* LoggerNativeTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D7C75550F4026D2006B55AD /* LoggerNativeTransport.m */; }; |
31 | 30 | 3D8B63DD126B79CA00659751 /* LoggerSplitView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D8B63DC126B79CA00659751 /* LoggerSplitView.m */; }; |
32 | 31 | 3DAB6E2E0F2FA0BA00BB3236 /* LoggerAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DAB6E2D0F2FA0BA00BB3236 /* LoggerAppDelegate.m */; }; |
33 | 32 | 3DADCBA0125FC3B200807A7D /* ValueTransformers.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DADCB9F125FC3B200807A7D /* ValueTransformers.m */; }; |
|
40 | 39 | 3DE8CE7D12AE4A60005C83D0 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 3D6ED59C12A3AE0C0005DD57 /* Credits.rtf */; }; |
41 | 40 | 3DE8CE7E12AE4A67005C83D0 /* relaunch.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DE8CE7312AE49E7005C83D0 /* relaunch.m */; }; |
42 | 41 | 3DE8CEEC12AE50A8005C83D0 /* relaunch in CopyFiles */ = {isa = PBXBuildFile; fileRef = 3DE8CE7812AE4A17005C83D0 /* relaunch */; }; |
| 42 | + 3DEE27B712B773D8009ADA67 /* LoggerNativeTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D7C75550F4026D2006B55AD /* LoggerNativeTransport.m */; }; |
43 | 43 | 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; |
44 | 44 | 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; |
45 | 45 | /* End PBXBuildFile section */ |
|
369 | 369 | isa = PBXNativeTarget; |
370 | 370 | buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "NSLogger" */; |
371 | 371 | buildPhases = ( |
| 372 | + 3DEE27A312B771DC009ADA67 /* ShellScript */, |
372 | 373 | 8D1107290486CEB800E47090 /* Resources */, |
373 | 374 | 8D11072C0486CEB800E47090 /* Sources */, |
374 | 375 | 8D11072E0486CEB800E47090 /* Frameworks */, |
|
455 | 456 | }; |
456 | 457 | /* End PBXResourcesBuildPhase section */ |
457 | 458 |
|
| 459 | +/* Begin PBXShellScriptBuildPhase section */ |
| 460 | + 3DEE27A312B771DC009ADA67 /* ShellScript */ = { |
| 461 | + isa = PBXShellScriptBuildPhase; |
| 462 | + buildActionMask = 2147483647; |
| 463 | + files = ( |
| 464 | + ); |
| 465 | + inputPaths = ( |
| 466 | + ); |
| 467 | + outputPaths = ( |
| 468 | + ); |
| 469 | + runOnlyForDeploymentPostprocessing = 0; |
| 470 | + shellPath = /bin/sh; |
| 471 | + shellScript = "#!/bin/sh\nif [ -z \"$CODE_SIGN_IDENTITY\" ] ; then\n\tosascript -e \"tell application \\\"Xcode\\\"\n\t\tactivate\n\t\tdisplay alert \\\"Your build is not code signed\\\" message \\\"Signing your build will prevent an issue with SSL connections failing the first time and requiring a NSLogger restart.\\n\\nTo sign your build, open the NSLogger target and select your developer certificate in the Code Signing Identity build setting.\\n\\nFurther instructions can be found in the README.txt file in the project folder.\\\" as warning\n\t\tend tell\"\nfi\n"; |
| 472 | + }; |
| 473 | +/* End PBXShellScriptBuildPhase section */ |
| 474 | + |
458 | 475 | /* Begin PBXSourcesBuildPhase section */ |
459 | 476 | 3DE8CE7512AE4A17005C83D0 /* Sources */ = { |
460 | 477 | isa = PBXSourcesBuildPhase; |
|
476 | 493 | 3D7C74FD0F3CA8AB006B55AD /* LoggerConnection.m in Sources */, |
477 | 494 | 3D7C75330F401B35006B55AD /* LoggerNativeConnection.m in Sources */, |
478 | 495 | 3D7C75510F4025A7006B55AD /* LoggerTransport.m in Sources */, |
479 | | - 3D7C75560F4026D2006B55AD /* LoggerNativeTransport.m in Sources */, |
480 | 496 | 3DDAE1630F405CE5001B1408 /* LoggerIPConnection.m in Sources */, |
481 | 497 | 3DC55EF30F436BBA005C61FD /* LoggerMessageCell.m in Sources */, |
482 | 498 | 3D18EFA10F553B3800EC6DCC /* LoggerUtils.m in Sources */, |
|
488 | 504 | 3D8B63DD126B79CA00659751 /* LoggerSplitView.m in Sources */, |
489 | 505 | 3DD61AB7127F7617009871F1 /* LoggerClientInfoCell.m in Sources */, |
490 | 506 | 3DBB562712829BCC004F729D /* LoggerMarkerCell.m in Sources */, |
| 507 | + 3DEE27B712B773D8009ADA67 /* LoggerNativeTransport.m in Sources */, |
491 | 508 | ); |
492 | 509 | runOnlyForDeploymentPostprocessing = 0; |
493 | 510 | }; |
|
588 | 605 | isa = XCBuildConfiguration; |
589 | 606 | buildSettings = { |
590 | 607 | ARCHS = "$(ARCHS_STANDARD_32_BIT)"; |
591 | | - CODE_SIGN_IDENTITY = "iPhone Developer: Florent Pillet (NTPTWU4424)"; |
592 | 608 | GCC_C_LANGUAGE_STANDARD = c99; |
593 | 609 | GCC_OPTIMIZATION_LEVEL = 0; |
594 | 610 | GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; |
|
606 | 622 | isa = XCBuildConfiguration; |
607 | 623 | buildSettings = { |
608 | 624 | ARCHS = "$(ARCHS_STANDARD_32_BIT)"; |
609 | | - CODE_SIGN_IDENTITY = "iPhone Developer: Florent Pillet (NTPTWU4424)"; |
610 | 625 | GCC_C_LANGUAGE_STANDARD = c99; |
611 | 626 | GCC_VERSION = com.apple.compilers.llvm.clang.1_0; |
612 | 627 | GCC_WARN_ABOUT_RETURN_TYPE = YES; |
|
0 commit comments