X-Git-Url: https://git.saurik.com/apple/syslog.git/blobdiff_plain/a83ff38ad0cc43a63f99b6982a830798989e73bb..4865c03e306b8431c4e88a88772ec2c11580fc22:/syslog.xcodeproj/project.pbxproj diff --git a/syslog.xcodeproj/project.pbxproj b/syslog.xcodeproj/project.pbxproj index 4ad9a6a..31b7100 100644 --- a/syslog.xcodeproj/project.pbxproj +++ b/syslog.xcodeproj/project.pbxproj @@ -3,13 +3,46 @@ archiveVersion = 1; classes = { }; - objectVersion = 45; + objectVersion = 46; objects = { /* Begin PBXAggregateTarget section */ - 5020A3211098EBDE00982ED6 /* All */ = { + 3F0552BB1614E58B00F729CC /* libasl_Sim */ = { isa = PBXAggregateTarget; - buildConfigurationList = 5020A3311098EC3000982ED6 /* Build configuration list for PBXAggregateTarget "All" */; + buildConfigurationList = 3F0552BC1614E58B00F729CC /* Build configuration list for PBXAggregateTarget "libasl_Sim" */; + buildPhases = ( + ); + dependencies = ( + 3FFD440917486329007DAC1B /* PBXTargetDependency */, + ); + name = libasl_Sim; + productName = libasl_Sim; + }; + 3F6F440B1613AA3600CA9ADB /* libasl */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 3F6F440C1613AA3700CA9ADB /* Build configuration list for PBXAggregateTarget "libasl" */; + buildPhases = ( + ); + dependencies = ( + 3F6F440F1613AA3B00CA9ADB /* PBXTargetDependency */, + ); + name = libasl; + productName = libasl; + }; + 3FFD43F9174862D0007DAC1B /* executables_Sim */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 3FFD4402174862D0007DAC1B /* Build configuration list for PBXAggregateTarget "executables_Sim" */; + buildPhases = ( + ); + dependencies = ( + 3FFD440717486325007DAC1B /* PBXTargetDependency */, + ); + name = executables_Sim; + productName = All; + }; + 5020A3211098EBDE00982ED6 /* executables */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 5020A3311098EC3000982ED6 /* Build configuration list for PBXAggregateTarget "executables" */; buildPhases = ( ); dependencies = ( @@ -18,19 +51,52 @@ 5020A3281098EBFC00982ED6 /* PBXTargetDependency */, 503A82141098FB9300B0D08A /* PBXTargetDependency */, ); - name = All; + name = executables; productName = All; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ + 2D30656E150E6EFF00F31A54 /* asl_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D30656C150E6EFF00F31A54 /* asl_common.c */; }; + 2D30D2811AE6C84200673818 /* daemon.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D30D27F1AE6C84200673818 /* daemon.c */; }; + 2D31F3C517E77F3300F2A60C /* asl_client.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D31F3C117E77F3300F2A60C /* asl_client.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2D31F3C617E77F3300F2A60C /* asl_msg_list.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D31F3C217E77F3300F2A60C /* asl_msg_list.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2D31F3C717E77F3300F2A60C /* asl_object.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D31F3C317E77F3300F2A60C /* asl_object.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2D31F3C817E77F3300F2A60C /* asl_string.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D31F3C417E77F3300F2A60C /* asl_string.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2D31F3CD17E77F8800F2A60C /* asl_client.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D31F3C917E77F8800F2A60C /* asl_client.c */; }; + 2D31F3CE17E77F8800F2A60C /* asl_msg_list.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D31F3CA17E77F8800F2A60C /* asl_msg_list.c */; }; + 2D31F3CF17E77F8800F2A60C /* asl_object.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D31F3CB17E77F8800F2A60C /* asl_object.c */; }; + 2D31F3D017E77F8800F2A60C /* asl_string.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D31F3CC17E77F8800F2A60C /* asl_string.c */; }; + 2D60F61115657D0F00F2E3F9 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D60F61015657D0F00F2E3F9 /* libz.dylib */; }; + 2D9DEB64150E6FE80059BA61 /* asl_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D30656D150E6EFF00F31A54 /* asl_common.h */; }; + 2DAF75551AE8613000054190 /* com.apple.activity_tracing.CacheDelete.plist in Copy CacheDelete plist */ = {isa = PBXBuildFile; fileRef = 2DAF75541AE8610200054190 /* com.apple.activity_tracing.CacheDelete.plist */; }; + 2DCF701A150E97C0002D5E8F /* libaslcommon.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 505ACB9D108FD16400197086 /* libaslcommon.a */; }; + 2DEE8C411AE575A2007B5CBE /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2DEE8C401AE575A2007B5CBE /* CoreFoundation.framework */; }; + 2DEE8C431AE575AB007B5CBE /* CacheDelete.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2DEE8C421AE575AB007B5CBE /* CacheDelete.framework */; }; + 2DEE8C461AE5798B007B5CBE /* cache_delete.c in Sources */ = {isa = PBXBuildFile; fileRef = 2DEE8C441AE5798B007B5CBE /* cache_delete.c */; }; + 3F6F43F21613A8E300CA9ADB /* asl.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F6F43CF1613A8E300CA9ADB /* asl.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3F6F43F31613A8E300CA9ADB /* asl_core.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F6F43D01613A8E300CA9ADB /* asl_core.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3F6F43F41613A8E300CA9ADB /* asl_file.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F6F43D11613A8E300CA9ADB /* asl_file.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3F6F43F51613A8E300CA9ADB /* asl_legacy1.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F6F43D21613A8E300CA9ADB /* asl_legacy1.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3F6F43F61613A8E300CA9ADB /* asl_msg.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F6F43D31613A8E300CA9ADB /* asl_msg.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3F6F43F71613A8E300CA9ADB /* asl_private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F6F43D41613A8E300CA9ADB /* asl_private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3F6F43F81613A8E300CA9ADB /* asl_store.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F6F43D51613A8E300CA9ADB /* asl_store.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3F6F43FB1613A8E300CA9ADB /* asl.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F6F43E21613A8E300CA9ADB /* asl.c */; }; + 3F6F43FC1613A8E300CA9ADB /* asl_core.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F6F43E31613A8E300CA9ADB /* asl_core.c */; }; + 3F6F43FD1613A8E300CA9ADB /* asl_fd.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F6F43E41613A8E300CA9ADB /* asl_fd.c */; }; + 3F6F43FE1613A8E300CA9ADB /* asl_file.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F6F43E51613A8E300CA9ADB /* asl_file.c */; }; + 3F6F43FF1613A8E300CA9ADB /* asl_legacy1.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F6F43E61613A8E300CA9ADB /* asl_legacy1.c */; }; + 3F6F44001613A8E300CA9ADB /* asl_msg.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F6F43E71613A8E300CA9ADB /* asl_msg.c */; }; + 3F6F44011613A8E300CA9ADB /* asl_store.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F6F43E81613A8E300CA9ADB /* asl_store.c */; }; + 3F6F44021613A8E300CA9ADB /* asl_util.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F6F43E91613A8E300CA9ADB /* asl_util.c */; }; + 3F6F440A1613A91E00CA9ADB /* asl_ipc.defs in Sources */ = {isa = PBXBuildFile; fileRef = 505ACBA2108FD18400197086 /* asl_ipc.defs */; }; + 3F6F44141613AAA600CA9ADB /* asl.3 in Install man3 */ = {isa = PBXBuildFile; fileRef = 3F6F43D91613A8E300CA9ADB /* asl.3 */; }; + 3FE798E416161F2A00D547B0 /* syslog.c in Sources */ = {isa = PBXBuildFile; fileRef = 3FE798E316161F2A00D547B0 /* syslog.c */; }; + 3FE798E616161F5D00D547B0 /* syslog.3 in Install man3 */ = {isa = PBXBuildFile; fileRef = 3FE798E516161F3A00D547B0 /* syslog.3 */; }; 5020A36B1098EE1D00982ED6 /* libaslcommon.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 505ACB9D108FD16400197086 /* libaslcommon.a */; }; 5020A37F1098EEC400982ED6 /* libaslcommon.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 505ACB9D108FD16400197086 /* libaslcommon.a */; }; - 5020A3821098EEFD00982ED6 /* System.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5020A3811098EEFD00982ED6 /* System.framework */; }; 5039176F1091408B0001165E /* aslmanager.c in Sources */ = {isa = PBXBuildFile; fileRef = 5039176C1091408B0001165E /* aslmanager.c */; }; 503917B81091410E0001165E /* asl_action.c in Sources */ = {isa = PBXBuildFile; fileRef = 503917A61091410E0001165E /* asl_action.c */; }; - 503917B91091410E0001165E /* asl_in.c in Sources */ = {isa = PBXBuildFile; fileRef = 503917A71091410E0001165E /* asl_in.c */; }; - 503917BA1091410E0001165E /* bb_convert.c in Sources */ = {isa = PBXBuildFile; fileRef = 503917A91091410E0001165E /* bb_convert.c */; }; 503917BB1091410E0001165E /* bsd_in.c in Sources */ = {isa = PBXBuildFile; fileRef = 503917AA1091410E0001165E /* bsd_in.c */; }; 503917BC1091410E0001165E /* bsd_out.c in Sources */ = {isa = PBXBuildFile; fileRef = 503917AB1091410E0001165E /* bsd_out.c */; }; 503917BD1091410E0001165E /* daemon.c in Sources */ = {isa = PBXBuildFile; fileRef = 503917AD1091410E0001165E /* daemon.c */; }; @@ -50,11 +116,30 @@ 505ACBA8108FD18400197086 /* asl_ipc.defs in Headers */ = {isa = PBXBuildFile; fileRef = 505ACBA2108FD18400197086 /* asl_ipc.defs */; }; 505ACBA9108FD18400197086 /* asl_memory.c in Sources */ = {isa = PBXBuildFile; fileRef = 505ACBA3108FD18400197086 /* asl_memory.c */; }; 505ACBAA108FD18400197086 /* asl_memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 505ACBA4108FD18400197086 /* asl_memory.h */; }; - 505ACBAB108FD18400197086 /* asl_mini_memory.c in Sources */ = {isa = PBXBuildFile; fileRef = 505ACBA5108FD18400197086 /* asl_mini_memory.c */; }; - 505ACBAC108FD18400197086 /* asl_mini_memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 505ACBA6108FD18400197086 /* asl_mini_memory.h */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ + 3F6F440E1613AA3B00CA9ADB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3F6F43C91613922800CA9ADB; + remoteInfo = libsystem_asl; + }; + 3FFD440617486325007DAC1B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5020A3211098EBDE00982ED6; + remoteInfo = executables; + }; + 3FFD440817486329007DAC1B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3F6F440B1613AA3600CA9ADB; + remoteInfo = libasl; + }; 5020A3231098EBF400982ED6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */; @@ -100,10 +185,33 @@ /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ + 2D30D27D1AE6BBA000673818 /* Copy CacheDelete plist */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 8; + dstPath = /System/Library/CacheDelete; + dstSubfolderSpec = 0; + files = ( + 2DAF75551AE8613000054190 /* com.apple.activity_tracing.CacheDelete.plist in Copy CacheDelete plist */, + ); + name = "Copy CacheDelete plist"; + runOnlyForDeploymentPostprocessing = 1; + }; + 3F6F44131613AA9300CA9ADB /* Install man3 */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 8; + dstPath = /usr/share/man/man3; + dstSubfolderSpec = 0; + files = ( + 3F6F44141613AAA600CA9ADB /* asl.3 in Install man3 */, + 3FE798E616161F5D00D547B0 /* syslog.3 in Install man3 */, + ); + name = "Install man3"; + runOnlyForDeploymentPostprocessing = 1; + }; 503A82631099037D00B0D08A /* Copy Manpage.8 */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 8; - dstPath = /usr/share/man/man8/; + dstPath = /usr/share/man/man8; dstSubfolderSpec = 0; files = ( 503A82741099045F00B0D08A /* aslmanager.8 in Copy Manpage.8 */, @@ -114,7 +222,7 @@ 503A8285109904FD00B0D08A /* Copy Manpage.1 */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 8; - dstPath = /usr/share/man/man1/; + dstPath = /usr/share/man/man1; dstSubfolderSpec = 0; files = ( 503A82761099049900B0D08A /* syslog.1 in Copy Manpage.1 */, @@ -125,7 +233,7 @@ 503A8286109904FD00B0D08A /* Copy Manpage.8 */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 8; - dstPath = /usr/share/man/man8/; + dstPath = /usr/share/man/man8; dstSubfolderSpec = 0; files = ( 503A8278109904C000B0D08A /* syslogd.8 in Copy Manpage.8 */, @@ -136,7 +244,7 @@ 503A8287109904FD00B0D08A /* Copy Manpages.5 */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 8; - dstPath = /usr/share/man/man5/; + dstPath = /usr/share/man/man5; dstSubfolderSpec = 0; files = ( 503A827A109904E400B0D08A /* asl.conf.5 in Copy Manpages.5 */, @@ -148,17 +256,64 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ + 2D30656C150E6EFF00F31A54 /* asl_common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_common.c; sourceTree = ""; }; + 2D30656D150E6EFF00F31A54 /* asl_common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_common.h; sourceTree = ""; }; + 2D30D27F1AE6C84200673818 /* daemon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = daemon.c; path = aslmanager.tproj/daemon.c; sourceTree = ""; }; + 2D30D2801AE6C84200673818 /* daemon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = daemon.h; path = aslmanager.tproj/daemon.h; sourceTree = ""; }; + 2D31F3C117E77F3300F2A60C /* asl_client.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_client.h; sourceTree = ""; }; + 2D31F3C217E77F3300F2A60C /* asl_msg_list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_msg_list.h; sourceTree = ""; }; + 2D31F3C317E77F3300F2A60C /* asl_object.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_object.h; sourceTree = ""; }; + 2D31F3C417E77F3300F2A60C /* asl_string.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_string.h; sourceTree = ""; }; + 2D31F3C917E77F8800F2A60C /* asl_client.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_client.c; sourceTree = ""; }; + 2D31F3CA17E77F8800F2A60C /* asl_msg_list.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_msg_list.c; sourceTree = ""; }; + 2D31F3CB17E77F8800F2A60C /* asl_object.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_object.c; sourceTree = ""; }; + 2D31F3CC17E77F8800F2A60C /* asl_string.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_string.c; sourceTree = ""; }; + 2D60F61015657D0F00F2E3F9 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; + 2D9C4F131B3A29E700219FB3 /* com.apple.system.log */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = com.apple.system.log; path = syslogd.tproj/com.apple.system.log; sourceTree = ""; }; + 2DAF75541AE8610200054190 /* com.apple.activity_tracing.CacheDelete.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = com.apple.activity_tracing.CacheDelete.plist; path = aslmanager.tproj/com.apple.activity_tracing.CacheDelete.plist; sourceTree = ""; }; 2DB4DA0A125FC69A001CDC45 /* after_install.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = after_install.sh; path = syslogd.tproj/after_install.sh; sourceTree = ""; }; - 5020A3811098EEFD00982ED6 /* System.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = System.framework; path = /System/Library/Frameworks/System.framework; sourceTree = ""; }; + 2DB8178915589D0C004D0BDE /* entitlements.plist */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; name = entitlements.plist; path = util.tproj/entitlements.plist; sourceTree = ""; }; + 2DEE8C401AE575A2007B5CBE /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = ../../../../../../../../System/Library/Frameworks/CoreFoundation.framework; sourceTree = ""; }; + 2DEE8C421AE575AB007B5CBE /* CacheDelete.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CacheDelete.framework; path = ../../../../../../../../System/Library/PrivateFrameworks/CacheDelete.framework; sourceTree = ""; }; + 2DEE8C441AE5798B007B5CBE /* cache_delete.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cache_delete.c; path = aslmanager.tproj/cache_delete.c; sourceTree = ""; }; + 2DEE8C451AE5798B007B5CBE /* cache_delete.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cache_delete.h; path = aslmanager.tproj/cache_delete.h; sourceTree = ""; }; + 3F6B6311185AF66C00F692C5 /* aslmanager.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = aslmanager.xcconfig; sourceTree = ""; }; + 3F6B6312185AF66C00F692C5 /* base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = base.xcconfig; sourceTree = ""; }; + 3F6B6313185AF66C00F692C5 /* syslogd.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = syslogd.xcconfig; sourceTree = ""; }; + 3F6B6314185AF66C00F692C5 /* util.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = util.xcconfig; sourceTree = ""; }; + 3F6F43CA1613922800CA9ADB /* libsystem_asl.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libsystem_asl.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; + 3F6F43CF1613A8E300CA9ADB /* asl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl.h; sourceTree = ""; }; + 3F6F43D01613A8E300CA9ADB /* asl_core.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_core.h; sourceTree = ""; }; + 3F6F43D11613A8E300CA9ADB /* asl_file.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_file.h; sourceTree = ""; }; + 3F6F43D21613A8E300CA9ADB /* asl_legacy1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_legacy1.h; sourceTree = ""; }; + 3F6F43D31613A8E300CA9ADB /* asl_msg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_msg.h; sourceTree = ""; }; + 3F6F43D41613A8E300CA9ADB /* asl_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_private.h; sourceTree = ""; }; + 3F6F43D51613A8E300CA9ADB /* asl_store.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_store.h; sourceTree = ""; }; + 3F6F43D91613A8E300CA9ADB /* asl.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = asl.3; sourceTree = ""; }; + 3F6F43DF1613A8E300CA9ADB /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + 3F6F43E21613A8E300CA9ADB /* asl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl.c; sourceTree = ""; }; + 3F6F43E31613A8E300CA9ADB /* asl_core.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_core.c; sourceTree = ""; }; + 3F6F43E41613A8E300CA9ADB /* asl_fd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_fd.c; sourceTree = ""; }; + 3F6F43E51613A8E300CA9ADB /* asl_file.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_file.c; sourceTree = ""; }; + 3F6F43E61613A8E300CA9ADB /* asl_legacy1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_legacy1.c; sourceTree = ""; }; + 3F6F43E71613A8E300CA9ADB /* asl_msg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_msg.c; sourceTree = ""; }; + 3F6F43E81613A8E300CA9ADB /* asl_store.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_store.c; sourceTree = ""; }; + 3F6F43E91613A8E300CA9ADB /* asl_util.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_util.c; sourceTree = ""; }; + 3F900DB619383950003CA7E6 /* sim-compat-symlink.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "sim-compat-symlink.sh"; sourceTree = ""; }; + 3FCCB5361749B53D00F8FEBC /* asl.conf.ios_sim */ = {isa = PBXFileReference; lastKnownFileType = text; name = asl.conf.ios_sim; path = syslogd.tproj/asl.conf.ios_sim; sourceTree = ""; }; + 3FE6E8391A529FEF0075D75F /* asl.conf.ios */ = {isa = PBXFileReference; lastKnownFileType = text; name = asl.conf.ios; path = syslogd.tproj/asl.conf.ios; sourceTree = ""; }; + 3FE6E83A1A529FEF0075D75F /* asl.conf.osx */ = {isa = PBXFileReference; lastKnownFileType = text; name = asl.conf.osx; path = syslogd.tproj/asl.conf.osx; sourceTree = ""; }; + 3FE6E83B1A529FEF0075D75F /* syslog.conf */ = {isa = PBXFileReference; lastKnownFileType = text; name = syslog.conf; path = syslogd.tproj/syslog.conf; sourceTree = ""; }; + 3FE798E316161F2A00D547B0 /* syslog.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = syslog.c; sourceTree = ""; }; + 3FE798E516161F3A00D547B0 /* syslog.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = syslog.3; sourceTree = ""; }; + 3FFD43F817485C5B007DAC1B /* libasl.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = libasl.xcconfig; sourceTree = ""; }; 50391766109140450001165E /* aslmanager */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = aslmanager; sourceTree = BUILT_PRODUCTS_DIR; }; 5039176B1091408B0001165E /* aslmanager.8 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = aslmanager.8; path = aslmanager.tproj/aslmanager.8; sourceTree = ""; }; 5039176C1091408B0001165E /* aslmanager.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = aslmanager.c; path = aslmanager.tproj/aslmanager.c; sourceTree = ""; }; 5039176D1091408B0001165E /* com.apple.aslmanager.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = com.apple.aslmanager.plist; path = aslmanager.tproj/com.apple.aslmanager.plist; sourceTree = ""; }; 5039177C109140C30001165E /* syslogd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = syslogd; sourceTree = BUILT_PRODUCTS_DIR; }; 503917A61091410E0001165E /* asl_action.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = asl_action.c; path = syslogd.tproj/asl_action.c; sourceTree = ""; }; - 503917A71091410E0001165E /* asl_in.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = asl_in.c; path = syslogd.tproj/asl_in.c; sourceTree = ""; }; 503917A81091410E0001165E /* asl.conf.5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = asl.conf.5; path = syslogd.tproj/asl.conf.5; sourceTree = ""; }; - 503917A91091410E0001165E /* bb_convert.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bb_convert.c; path = syslogd.tproj/bb_convert.c; sourceTree = ""; }; 503917AA1091410E0001165E /* bsd_in.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bsd_in.c; path = syslogd.tproj/bsd_in.c; sourceTree = ""; }; 503917AB1091410E0001165E /* bsd_out.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bsd_out.c; path = syslogd.tproj/bsd_out.c; sourceTree = ""; }; 503917AC1091410E0001165E /* com.apple.syslogd.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = com.apple.syslogd.plist; path = syslogd.tproj/com.apple.syslogd.plist; sourceTree = ""; }; @@ -175,20 +330,29 @@ 503917C81091413E0001165E /* syslog */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = syslog; sourceTree = BUILT_PRODUCTS_DIR; }; 503917D0109141530001165E /* syslog.1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.man; name = syslog.1; path = util.tproj/syslog.1; sourceTree = ""; }; 503917D1109141530001165E /* syslog.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = syslog.c; path = util.tproj/syslog.c; sourceTree = ""; }; - 503A82461099029200B0D08A /* libbsm.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libbsm.dylib; path = /usr/lib/libbsm.dylib; sourceTree = ""; }; + 503A82461099029200B0D08A /* libbsm.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libbsm.dylib; path = usr/lib/libbsm.dylib; sourceTree = SDKROOT; }; 505ACB9D108FD16400197086 /* libaslcommon.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libaslcommon.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 505ACBA2108FD18400197086 /* asl_ipc.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; name = asl_ipc.defs; path = /usr/local/include/asl_ipc.defs; sourceTree = SDKROOT; }; + 505ACBA2108FD18400197086 /* asl_ipc.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = asl_ipc.defs; sourceTree = ""; }; 505ACBA3108FD18400197086 /* asl_memory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_memory.c; sourceTree = ""; }; 505ACBA4108FD18400197086 /* asl_memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_memory.h; sourceTree = ""; }; - 505ACBA5108FD18400197086 /* asl_mini_memory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asl_mini_memory.c; sourceTree = ""; }; - 505ACBA6108FD18400197086 /* asl_mini_memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asl_mini_memory.h; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ + 3F6F43C71613922800CA9ADB /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 50391764109140450001165E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 2DEE8C431AE575AB007B5CBE /* CacheDelete.framework in Frameworks */, + 2DEE8C411AE575A2007B5CBE /* CoreFoundation.framework in Frameworks */, + 2D60F61115657D0F00F2E3F9 /* libz.dylib in Frameworks */, + 2DCF701A150E97C0002D5E8F /* libaslcommon.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -197,7 +361,6 @@ buildActionMask = 2147483647; files = ( 5020A37F1098EEC400982ED6 /* libaslcommon.a in Frameworks */, - 5020A3821098EEFD00982ED6 /* System.framework in Frameworks */, 503A82471099029200B0D08A /* libbsm.dylib in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; @@ -223,22 +386,111 @@ 08FB7794FE84155DC02AAC07 /* syslog */ = { isa = PBXGroup; children = ( + 2DEE8C421AE575AB007B5CBE /* CacheDelete.framework */, + 2DEE8C401AE575A2007B5CBE /* CoreFoundation.framework */, 505ACBA1108FD18400197086 /* aslcommon */, 503917691091404D0001165E /* aslmanager */, 503917C41091412B0001165E /* util */, 503917711091409F0001165E /* syslogd */, + 3F6F43CD1613A8E300CA9ADB /* libsystem_asl */, 505ACB9E108FD16400197086 /* Products */, - 5020A3811098EEFD00982ED6 /* System.framework */, + 3FFD43F717485C5B007DAC1B /* xcodeconfig */, + 3F900DB519383950003CA7E6 /* xcodescripts */, 503A82461099029200B0D08A /* libbsm.dylib */, + 2D60F61015657D0F00F2E3F9 /* libz.dylib */, ); name = syslog; sourceTree = ""; }; + 3F6F43CD1613A8E300CA9ADB /* libsystem_asl */ = { + isa = PBXGroup; + children = ( + 3F6F43CE1613A8E300CA9ADB /* include */, + 3F6F43D81613A8E300CA9ADB /* man */, + 3F6F43DF1613A8E300CA9ADB /* README */, + 3F6F43E01613A8E300CA9ADB /* src */, + ); + name = libsystem_asl; + path = libsystem_asl.tproj; + sourceTree = ""; + }; + 3F6F43CE1613A8E300CA9ADB /* include */ = { + isa = PBXGroup; + children = ( + 3F6F43CF1613A8E300CA9ADB /* asl.h */, + 3F6F43D01613A8E300CA9ADB /* asl_core.h */, + 2D31F3C117E77F3300F2A60C /* asl_client.h */, + 2D31F3C217E77F3300F2A60C /* asl_msg_list.h */, + 2D31F3C317E77F3300F2A60C /* asl_object.h */, + 2D31F3C417E77F3300F2A60C /* asl_string.h */, + 3F6F43D11613A8E300CA9ADB /* asl_file.h */, + 3F6F43D21613A8E300CA9ADB /* asl_legacy1.h */, + 3F6F43D31613A8E300CA9ADB /* asl_msg.h */, + 3F6F43D41613A8E300CA9ADB /* asl_private.h */, + 3F6F43D51613A8E300CA9ADB /* asl_store.h */, + ); + path = include; + sourceTree = ""; + }; + 3F6F43D81613A8E300CA9ADB /* man */ = { + isa = PBXGroup; + children = ( + 3F6F43D91613A8E300CA9ADB /* asl.3 */, + 3FE798E516161F3A00D547B0 /* syslog.3 */, + ); + path = man; + sourceTree = ""; + }; + 3F6F43E01613A8E300CA9ADB /* src */ = { + isa = PBXGroup; + children = ( + 3FE798E316161F2A00D547B0 /* syslog.c */, + 3F6F43E21613A8E300CA9ADB /* asl.c */, + 2D31F3C917E77F8800F2A60C /* asl_client.c */, + 2D31F3CA17E77F8800F2A60C /* asl_msg_list.c */, + 2D31F3CB17E77F8800F2A60C /* asl_object.c */, + 2D31F3CC17E77F8800F2A60C /* asl_string.c */, + 3F6F43E31613A8E300CA9ADB /* asl_core.c */, + 3F6F43E41613A8E300CA9ADB /* asl_fd.c */, + 3F6F43E51613A8E300CA9ADB /* asl_file.c */, + 3F6F43E61613A8E300CA9ADB /* asl_legacy1.c */, + 3F6F43E71613A8E300CA9ADB /* asl_msg.c */, + 3F6F43E81613A8E300CA9ADB /* asl_store.c */, + 3F6F43E91613A8E300CA9ADB /* asl_util.c */, + ); + path = src; + sourceTree = ""; + }; + 3F900DB519383950003CA7E6 /* xcodescripts */ = { + isa = PBXGroup; + children = ( + 3F900DB619383950003CA7E6 /* sim-compat-symlink.sh */, + ); + path = xcodescripts; + sourceTree = ""; + }; + 3FFD43F717485C5B007DAC1B /* xcodeconfig */ = { + isa = PBXGroup; + children = ( + 3F6B6311185AF66C00F692C5 /* aslmanager.xcconfig */, + 3F6B6312185AF66C00F692C5 /* base.xcconfig */, + 3F6B6313185AF66C00F692C5 /* syslogd.xcconfig */, + 3F6B6314185AF66C00F692C5 /* util.xcconfig */, + 3FFD43F817485C5B007DAC1B /* libasl.xcconfig */, + ); + path = xcodeconfig; + sourceTree = ""; + }; 503917691091404D0001165E /* aslmanager */ = { isa = PBXGroup; children = ( + 2DAF75541AE8610200054190 /* com.apple.activity_tracing.CacheDelete.plist */, + 2DEE8C441AE5798B007B5CBE /* cache_delete.c */, + 2DEE8C451AE5798B007B5CBE /* cache_delete.h */, 5039176B1091408B0001165E /* aslmanager.8 */, 5039176C1091408B0001165E /* aslmanager.c */, + 2D30D27F1AE6C84200673818 /* daemon.c */, + 2D30D2801AE6C84200673818 /* daemon.h */, 5039176D1091408B0001165E /* com.apple.aslmanager.plist */, ); name = aslmanager; @@ -247,11 +499,14 @@ 503917711091409F0001165E /* syslogd */ = { isa = PBXGroup; children = ( + 3FE6E8391A529FEF0075D75F /* asl.conf.ios */, + 2D9C4F131B3A29E700219FB3 /* com.apple.system.log */, + 3FE6E83A1A529FEF0075D75F /* asl.conf.osx */, + 3FCCB5361749B53D00F8FEBC /* asl.conf.ios_sim */, + 3FE6E83B1A529FEF0075D75F /* syslog.conf */, 503917A61091410E0001165E /* asl_action.c */, 2DB4DA0A125FC69A001CDC45 /* after_install.sh */, - 503917A71091410E0001165E /* asl_in.c */, 503917A81091410E0001165E /* asl.conf.5 */, - 503917A91091410E0001165E /* bb_convert.c */, 503917AA1091410E0001165E /* bsd_in.c */, 503917AB1091410E0001165E /* bsd_out.c */, 503917AC1091410E0001165E /* com.apple.syslogd.plist */, @@ -274,6 +529,7 @@ children = ( 503917D0109141530001165E /* syslog.1 */, 503917D1109141530001165E /* syslog.c */, + 2DB8178915589D0C004D0BDE /* entitlements.plist */, ); name = util; sourceTree = ""; @@ -285,6 +541,7 @@ 50391766109140450001165E /* aslmanager */, 5039177C109140C30001165E /* syslogd */, 503917C81091413E0001165E /* syslog */, + 3F6F43CA1613922800CA9ADB /* libsystem_asl.dylib */, ); name = Products; sourceTree = ""; @@ -292,11 +549,11 @@ 505ACBA1108FD18400197086 /* aslcommon */ = { isa = PBXGroup; children = ( + 2D30656C150E6EFF00F31A54 /* asl_common.c */, + 2D30656D150E6EFF00F31A54 /* asl_common.h */, 505ACBA2108FD18400197086 /* asl_ipc.defs */, 505ACBA3108FD18400197086 /* asl_memory.c */, 505ACBA4108FD18400197086 /* asl_memory.h */, - 505ACBA5108FD18400197086 /* asl_mini_memory.c */, - 505ACBA6108FD18400197086 /* asl_mini_memory.h */, ); path = aslcommon; sourceTree = ""; @@ -304,19 +561,56 @@ /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ + 3F6F43C81613922800CA9ADB /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 2D31F3C517E77F3300F2A60C /* asl_client.h in Headers */, + 2D31F3C817E77F3300F2A60C /* asl_string.h in Headers */, + 3F6F43F21613A8E300CA9ADB /* asl.h in Headers */, + 2D31F3C717E77F3300F2A60C /* asl_object.h in Headers */, + 2D31F3C617E77F3300F2A60C /* asl_msg_list.h in Headers */, + 3F6F43F31613A8E300CA9ADB /* asl_core.h in Headers */, + 3F6F43F41613A8E300CA9ADB /* asl_file.h in Headers */, + 3F6F43F51613A8E300CA9ADB /* asl_legacy1.h in Headers */, + 3F6F43F61613A8E300CA9ADB /* asl_msg.h in Headers */, + 3F6F43F71613A8E300CA9ADB /* asl_private.h in Headers */, + 3F6F43F81613A8E300CA9ADB /* asl_store.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 505ACB99108FD16400197086 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( 505ACBA8108FD18400197086 /* asl_ipc.defs in Headers */, 505ACBAA108FD18400197086 /* asl_memory.h in Headers */, - 505ACBAC108FD18400197086 /* asl_mini_memory.h in Headers */, + 2D9DEB64150E6FE80059BA61 /* asl_common.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ + 3F6F43C91613922800CA9ADB /* libsystem_asl */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3F6F43CB1613922800CA9ADB /* Build configuration list for PBXNativeTarget "libsystem_asl" */; + buildPhases = ( + 3F6F43C61613922800CA9ADB /* Sources */, + 3F6F43C71613922800CA9ADB /* Frameworks */, + 3F6F43C81613922800CA9ADB /* Headers */, + 3F6F44131613AA9300CA9ADB /* Install man3 */, + 3F900DB41938393C003CA7E6 /* Sim compat symlink */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = libsystem_asl; + productName = libsystem_asl.dylib; + productReference = 3F6F43CA1613922800CA9ADB /* libsystem_asl.dylib */; + productType = "com.apple.product-type.library.dynamic"; + }; 50391765109140450001165E /* aslmanager */ = { isa = PBXNativeTarget; buildConfigurationList = 5039176A1091404D0001165E /* Build configuration list for PBXNativeTarget "aslmanager" */; @@ -325,6 +619,7 @@ 50391764109140450001165E /* Frameworks */, 503A82631099037D00B0D08A /* Copy Manpage.8 */, FCAC6D7410AB34C9008DEAC9 /* ShellScript */, + 2D30D27D1AE6BBA000673818 /* Copy CacheDelete plist */, ); buildRules = ( ); @@ -396,8 +691,11 @@ /* Begin PBXProject section */ 08FB7793FE84155DC02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 0460; + }; buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "syslog" */; - compatibilityVersion = "Xcode 3.1"; + compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 1; knownRegions = ( @@ -411,16 +709,35 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 5020A3211098EBDE00982ED6 /* All */, + 5020A3211098EBDE00982ED6 /* executables */, + 3FFD43F9174862D0007DAC1B /* executables_Sim */, + 3F6F440B1613AA3600CA9ADB /* libasl */, + 3F0552BB1614E58B00F729CC /* libasl_Sim */, 505ACB9C108FD16400197086 /* aslcommon */, 50391765109140450001165E /* aslmanager */, 503917C71091413E0001165E /* util */, 5039177B109140C30001165E /* syslogd */, + 3F6F43C91613922800CA9ADB /* libsystem_asl */, ); }; /* End PBXProject section */ /* Begin PBXShellScriptBuildPhase section */ + 3F900DB41938393C003CA7E6 /* Sim compat symlink */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 8; + files = ( + ); + inputPaths = ( + "$(SRCROOT)/xcodescripts/sim-compat-symlink.sh", + ); + name = "Sim compat symlink"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 1; + shellPath = "/bin/bash -e -x"; + shellScript = ". \"${SCRIPT_INPUT_FILE_0}\""; + }; 50A9CB7A10A8D16300AA715E /* after install */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 8; @@ -465,11 +782,34 @@ /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ + 3F6F43C61613922800CA9ADB /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2D31F3CD17E77F8800F2A60C /* asl_client.c in Sources */, + 3F6F43FB1613A8E300CA9ADB /* asl.c in Sources */, + 3F6F43FC1613A8E300CA9ADB /* asl_core.c in Sources */, + 2D31F3D017E77F8800F2A60C /* asl_string.c in Sources */, + 3F6F43FD1613A8E300CA9ADB /* asl_fd.c in Sources */, + 2D31F3CE17E77F8800F2A60C /* asl_msg_list.c in Sources */, + 3F6F43FE1613A8E300CA9ADB /* asl_file.c in Sources */, + 3F6F43FF1613A8E300CA9ADB /* asl_legacy1.c in Sources */, + 3F6F44001613A8E300CA9ADB /* asl_msg.c in Sources */, + 3F6F44011613A8E300CA9ADB /* asl_store.c in Sources */, + 3F6F44021613A8E300CA9ADB /* asl_util.c in Sources */, + 2D31F3CF17E77F8800F2A60C /* asl_object.c in Sources */, + 3F6F440A1613A91E00CA9ADB /* asl_ipc.defs in Sources */, + 3FE798E416161F2A00D547B0 /* syslog.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 50391763109140450001165E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 2D30D2811AE6C84200673818 /* daemon.c in Sources */, 5039176F1091408B0001165E /* aslmanager.c in Sources */, + 2DEE8C461AE5798B007B5CBE /* cache_delete.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -478,8 +818,6 @@ buildActionMask = 2147483647; files = ( 503917B81091410E0001165E /* asl_action.c in Sources */, - 503917B91091410E0001165E /* asl_in.c in Sources */, - 503917BA1091410E0001165E /* bb_convert.c in Sources */, 503917BB1091410E0001165E /* bsd_in.c in Sources */, 503917BC1091410E0001165E /* bsd_out.c in Sources */, 503917BD1091410E0001165E /* daemon.c in Sources */, @@ -505,13 +843,28 @@ files = ( 503A81D81098FA3900B0D08A /* asl_ipc.defs in Sources */, 505ACBA9108FD18400197086 /* asl_memory.c in Sources */, - 505ACBAB108FD18400197086 /* asl_mini_memory.c in Sources */, + 2D30656E150E6EFF00F31A54 /* asl_common.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ + 3F6F440F1613AA3B00CA9ADB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 3F6F43C91613922800CA9ADB /* libsystem_asl */; + targetProxy = 3F6F440E1613AA3B00CA9ADB /* PBXContainerItemProxy */; + }; + 3FFD440717486325007DAC1B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 5020A3211098EBDE00982ED6 /* executables */; + targetProxy = 3FFD440617486325007DAC1B /* PBXContainerItemProxy */; + }; + 3FFD440917486329007DAC1B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 3F6F440B1613AA3600CA9ADB /* libasl */; + targetProxy = 3FFD440817486329007DAC1B /* PBXContainerItemProxy */; + }; 5020A3241098EBF400982ED6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 505ACB9C108FD16400197086 /* aslcommon */; @@ -547,6 +900,7 @@ /* Begin XCBuildConfiguration section */ 1DEB928B08733DD80010E9CD /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 3F6B6312185AF66C00F692C5 /* base.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)"; @@ -555,9 +909,51 @@ GCC_PREFIX_HEADER = ""; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; - PREBINDING = NO; + HEADER_SEARCH_PATHS = ( + "$(BUILT_PRODUCTS_DIR)/$(CURRENT_ARCH)", + "$(PROJECT_DIR)/libsystem_asl.tproj/include", + "$(PROJECT_DIR)/aslcommon", + ); USE_HEADERMAP = NO; VERSIONING_SYSTEM = "apple-generic"; + WARNING_CFLAGS = "-Werror=format"; + ZERO_LINK = NO; + }; + name = Release; + }; + 3F0552BD1614E58B00F729CC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; + 3F6F43CC1613922800CA9ADB /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3FFD43F817485C5B007DAC1B /* libasl.xcconfig */; + buildSettings = { + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders", + ); + "ORDER_FILE[sdk=iphoneos*]" = "${SDK_ROOT}/AppleInternal/OrderFiles/libsystem_asl.order"; + }; + name = Release; + }; + 3F6F440D1613AA3700CA9ADB /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; + 3FFD4403174862D0007DAC1B /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + PRODUCT_NAME = "executables copy"; ZERO_LINK = NO; }; name = Release; @@ -565,30 +961,33 @@ 5020A3221098EBDF00982ED6 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - PRODUCT_NAME = All; + PRODUCT_NAME = "$(TARGET_NAME)"; ZERO_LINK = NO; }; name = Release; }; 50391768109140460001165E /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 3F6B6311185AF66C00F692C5 /* aslmanager.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = YES; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks", + ); GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - INSTALL_PATH = /usr/sbin; OTHER_CFLAGS = ( "-Wall", "-DINET6", ); - PREBINDING = NO; + OTHER_LDFLAGS = ""; PRODUCT_NAME = aslmanager; ZERO_LINK = NO; }; @@ -596,6 +995,7 @@ }; 5039177E109140C40001165E /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 3F6B6313185AF66C00F692C5 /* syslogd.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CODE_SIGN_IDENTITY = "-"; @@ -603,28 +1003,22 @@ DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = NO; HEADER_SEARCH_PATHS = ( - "$(BUILT_PRODUCTS_DIR)/$(CURRENT_ARCH)", - "$(PROJECT_DIR)/aslcommon", + "$(inherited)", "$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders", ); - INSTALL_PATH = /usr/sbin; OTHER_CFLAGS = ( "-Wall", "-DINET6", ); "OTHER_CFLAGS[sdk=iphoneos*][arch=*]" = ( "$(OTHER_CFLAGS)", - "-DCONFIG_IPHONE", "-DLOCKDOWN", ); "OTHER_CFLAGS[sdk=macosx*][arch=*]" = ( "$(OTHER_CFLAGS)", - "-DCONFIG_MAC", "-DREMOTE_IPV4", ); - PREBINDING = NO; PRODUCT_NAME = syslogd; ZERO_LINK = NO; }; @@ -632,28 +1026,19 @@ }; 503917CA1091413E0001165E /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 3F6B6314185AF66C00F692C5 /* util.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + "CODE_SIGN_ENTITLEMENTS[sdk=iphoneos*]" = util.tproj/entitlements.plist; CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = YES; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - HEADER_SEARCH_PATHS = ( - "$(BUILT_PRODUCTS_DIR)/$(CURRENT_ARCH)", - "$(PROJECT_DIR)/aslcommon", - ); - INSTALL_PATH = /usr/bin; OTHER_CFLAGS = ( "-Wall", "-DINET6", ); - "OTHER_CFLAGS[sdk=iphoneos*][arch=*]" = ( - "$(OTHER_CFLAGS)", - "-DCONFIG_IPHONE", - ); - PREBINDING = NO; PRODUCT_NAME = syslog; ZERO_LINK = NO; }; @@ -664,17 +1049,22 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CODE_SIGN_IDENTITY = "-"; - COPY_PHASE_STRIP = YES; + COMBINE_HIDPI_IMAGES = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/aslcommon"; - INSTALL_PATH = /usr/local/lib; OTHER_CFLAGS = ( "-Wall", "-D__MigTypeCheck=1", ); - PREBINDING = NO; + "OTHER_CFLAGS[sdk=iphoneos*][arch=*]" = ( + "$(OTHER_CFLAGS)", + "-DLOCKDOWN", + ); + "OTHER_CFLAGS[sdk=macosx*][arch=*]" = ( + "$(OTHER_CFLAGS)", + "-DREMOTE_IPV4", + ); PRODUCT_NAME = aslcommon; + SKIP_INSTALL = YES; ZERO_LINK = NO; }; name = Release; @@ -690,7 +1080,39 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 5020A3311098EC3000982ED6 /* Build configuration list for PBXAggregateTarget "All" */ = { + 3F0552BC1614E58B00F729CC /* Build configuration list for PBXAggregateTarget "libasl_Sim" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3F0552BD1614E58B00F729CC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 3F6F43CB1613922800CA9ADB /* Build configuration list for PBXNativeTarget "libsystem_asl" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3F6F43CC1613922800CA9ADB /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 3F6F440C1613AA3700CA9ADB /* Build configuration list for PBXAggregateTarget "libasl" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3F6F440D1613AA3700CA9ADB /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 3FFD4402174862D0007DAC1B /* Build configuration list for PBXAggregateTarget "executables_Sim" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3FFD4403174862D0007DAC1B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 5020A3311098EC3000982ED6 /* Build configuration list for PBXAggregateTarget "executables" */ = { isa = XCConfigurationList; buildConfigurations = ( 5020A3221098EBDF00982ED6 /* Release */,