X-Git-Url: https://git.saurik.com/apple/libutil.git/blobdiff_plain/afa5f1bdb11b69ffd6c9171fdade7bf337fa8c06..5510e443e39676537039c803e8443eb7e16d61e8:/libutil.xcodeproj/project.pbxproj diff --git a/libutil.xcodeproj/project.pbxproj b/libutil.xcodeproj/project.pbxproj index cec162a..3176189 100644 --- a/libutil.xcodeproj/project.pbxproj +++ b/libutil.xcodeproj/project.pbxproj @@ -6,6 +6,32 @@ objectVersion = 46; objects = { +/* Begin PBXAggregateTarget section */ + FDBC26E41741B09300CA4B2B /* osx */ = { + isa = PBXAggregateTarget; + buildConfigurationList = FDBC26E71741B09300CA4B2B /* Build configuration list for PBXAggregateTarget "osx" */; + buildPhases = ( + ); + dependencies = ( + FDBC27001741B1B300CA4B2B /* PBXTargetDependency */, + ); + name = osx; + productName = OSX; + }; + FDBC26E81741B09D00CA4B2B /* ios */ = { + isa = PBXAggregateTarget; + buildConfigurationList = FDBC26E91741B09D00CA4B2B /* Build configuration list for PBXAggregateTarget "ios" */; + buildPhases = ( + ); + dependencies = ( + FDBC27021741B1B500CA4B2B /* PBXTargetDependency */, + FDBC27041741B1B700CA4B2B /* PBXTargetDependency */, + ); + name = ios; + productName = ios; + }; +/* End PBXAggregateTarget section */ + /* Begin PBXBuildFile section */ BA79F9CB13BB7207006A292D /* ExtentManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BA79F9A313BB70FF006A292D /* ExtentManager.cpp */; }; BA79F9CC13BB7207006A292D /* getmntopts.c in Sources */ = {isa = PBXBuildFile; fileRef = BA79F9A613BB70FF006A292D /* getmntopts.c */; }; @@ -29,8 +55,36 @@ BA79F9E613BB76B0006A292D /* wipefs.3 in CopyFiles */ = {isa = PBXBuildFile; fileRef = BA79F9BC13BB70FF006A292D /* wipefs.3 */; }; BA79F9E913BB77FA006A292D /* libutil.plist in CopyFiles */ = {isa = PBXBuildFile; fileRef = BA79F9AB13BB70FF006A292D /* libutil.plist */; }; BA79F9EA13BB77FF006A292D /* libutil.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = BA79F9AC13BB70FF006A292D /* libutil.txt */; }; + FDBC27051741B1C300CA4B2B /* com.apple.tzlinkd.plist in CopyFiles */ = {isa = PBXBuildFile; fileRef = FDBC26FA1741B19000CA4B2B /* com.apple.tzlinkd.plist */; }; + FDBC27061741B1CF00CA4B2B /* tzlinkd.c in Sources */ = {isa = PBXBuildFile; fileRef = FDBC26FE1741B19000CA4B2B /* tzlinkd.c */; }; + FDBC27071741B1D600CA4B2B /* tzlink.c in Sources */ = {isa = PBXBuildFile; fileRef = FDBC26F91741B18500CA4B2B /* tzlink.c */; }; + FDBC270B1741B55400CA4B2B /* tzlink.h in Headers */ = {isa = PBXBuildFile; fileRef = FDBC27091741B47200CA4B2B /* tzlink.h */; settings = {ATTRIBUTES = (Private, ); }; }; /* End PBXBuildFile section */ +/* Begin PBXContainerItemProxy section */ + FDBC26FF1741B1B300CA4B2B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BA79F99713BB70D7006A292D /* Project object */; + proxyType = 1; + remoteGlobalIDString = BA79F9C413BB718B006A292D; + remoteInfo = util; + }; + FDBC27011741B1B500CA4B2B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BA79F99713BB70D7006A292D /* Project object */; + proxyType = 1; + remoteGlobalIDString = BA79F9C413BB718B006A292D; + remoteInfo = util; + }; + FDBC27031741B1B700CA4B2B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BA79F99713BB70D7006A292D /* Project object */; + proxyType = 1; + remoteGlobalIDString = FDBC26EF1741B13400CA4B2B; + remoteInfo = tzlinkd; + }; +/* End PBXContainerItemProxy section */ + /* Begin PBXCopyFilesBuildPhase section */ BA79F9DB13BB7698006A292D /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; @@ -69,6 +123,16 @@ ); runOnlyForDeploymentPostprocessing = 1; }; + FDBC26EE1741B13400CA4B2B /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = "$(INSTALL_PREFIX)/System/Library/LaunchDaemons"; + dstSubfolderSpec = 0; + files = ( + FDBC27051741B1C300CA4B2B /* com.apple.tzlinkd.plist in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 1; + }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ @@ -82,7 +146,6 @@ BA79F9AA13BB70FF006A292D /* libutil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = libutil.h; sourceTree = ""; }; BA79F9AB13BB70FF006A292D /* libutil.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = libutil.plist; sourceTree = ""; }; BA79F9AC13BB70FF006A292D /* libutil.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = libutil.txt; sourceTree = ""; }; - BA79F9AD13BB70FF006A292D /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; BA79F9AE13BB70FF006A292D /* mntopts.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = mntopts.h; sourceTree = ""; }; BA79F9AF13BB70FF006A292D /* pidfile.3 */ = {isa = PBXFileReference; lastKnownFileType = text; path = pidfile.3; sourceTree = ""; }; BA79F9B013BB70FF006A292D /* pidfile.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pidfile.c; sourceTree = ""; }; @@ -98,6 +161,14 @@ BA79F9BE13BB70FF006A292D /* wipefs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = wipefs.h; sourceTree = ""; }; BA79F9C013BB712E006A292D /* BSD.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = BSD.xcconfig; path = Makefiles/CoreOS/Xcode/BSD.xcconfig; sourceTree = DEVELOPER_DIR; }; BA79F9C513BB718B006A292D /* libutil1.0.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libutil1.0.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; + FDBC26F01741B13400CA4B2B /* tzlinkd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tzlinkd; sourceTree = BUILT_PRODUCTS_DIR; }; + FDBC26F91741B18500CA4B2B /* tzlink.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tzlink.c; sourceTree = ""; }; + FDBC26FA1741B19000CA4B2B /* com.apple.tzlinkd.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = com.apple.tzlinkd.plist; sourceTree = ""; }; + FDBC26FB1741B19000CA4B2B /* com.apple.tzlinkd.sb */ = {isa = PBXFileReference; lastKnownFileType = text; path = com.apple.tzlinkd.sb; sourceTree = ""; }; + FDBC26FE1741B19000CA4B2B /* tzlinkd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tzlinkd.c; sourceTree = ""; }; + FDBC27081741B47200CA4B2B /* tzlink_internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = tzlink_internal.h; sourceTree = ""; }; + FDBC27091741B47200CA4B2B /* tzlink.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = tzlink.h; sourceTree = ""; }; + FDBC270D1741B66500CA4B2B /* tzlinkd.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = tzlinkd.xcconfig; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -108,6 +179,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + FDBC26ED1741B13400CA4B2B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ @@ -125,7 +203,6 @@ BA79F9AA13BB70FF006A292D /* libutil.h */, BA79F9AB13BB70FF006A292D /* libutil.plist */, BA79F9AC13BB70FF006A292D /* libutil.txt */, - BA79F9AD13BB70FF006A292D /* Makefile */, BA79F9AE13BB70FF006A292D /* mntopts.h */, BA79F9AF13BB70FF006A292D /* pidfile.3 */, BA79F9B013BB70FF006A292D /* pidfile.c */, @@ -136,9 +213,14 @@ BA79F9B713BB70FF006A292D /* reexec_to_match_kernel.c */, BA79F9B813BB70FF006A292D /* trimdomain.3 */, BA79F9B913BB70FF006A292D /* trimdomain.c */, + FDBC26F91741B18500CA4B2B /* tzlink.c */, + FDBC27091741B47200CA4B2B /* tzlink.h */, + FDBC27081741B47200CA4B2B /* tzlink_internal.h */, + FDBC26F11741B13400CA4B2B /* tzlinkd */, BA79F9BC13BB70FF006A292D /* wipefs.3 */, BA79F9BD13BB70FF006A292D /* wipefs.cpp */, BA79F9BE13BB70FF006A292D /* wipefs.h */, + FDBC270C1741B66500CA4B2B /* xcconfigs */, BA79F9C613BB718B006A292D /* Products */, ); sourceTree = ""; @@ -147,10 +229,29 @@ isa = PBXGroup; children = ( BA79F9C513BB718B006A292D /* libutil1.0.dylib */, + FDBC26F01741B13400CA4B2B /* tzlinkd */, ); name = Products; sourceTree = ""; }; + FDBC26F11741B13400CA4B2B /* tzlinkd */ = { + isa = PBXGroup; + children = ( + FDBC26FA1741B19000CA4B2B /* com.apple.tzlinkd.plist */, + FDBC26FB1741B19000CA4B2B /* com.apple.tzlinkd.sb */, + FDBC26FE1741B19000CA4B2B /* tzlinkd.c */, + ); + path = tzlinkd; + sourceTree = ""; + }; + FDBC270C1741B66500CA4B2B /* xcconfigs */ = { + isa = PBXGroup; + children = ( + FDBC270D1741B66500CA4B2B /* tzlinkd.xcconfig */, + ); + path = xcconfigs; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ @@ -160,6 +261,7 @@ files = ( BA79F9D513BB7235006A292D /* libutil.h in Headers */, BA79F9D613BB7235006A292D /* mntopts.h in Headers */, + FDBC270B1741B55400CA4B2B /* tzlink.h in Headers */, BA79F9D713BB7235006A292D /* wipefs.h in Headers */, BA79F9D813BB7243006A292D /* ExtentManager.h in Headers */, ); @@ -190,6 +292,23 @@ productReference = BA79F9C513BB718B006A292D /* libutil1.0.dylib */; productType = "com.apple.product-type.library.dynamic"; }; + FDBC26EF1741B13400CA4B2B /* tzlinkd */ = { + isa = PBXNativeTarget; + buildConfigurationList = FDBC26F81741B13400CA4B2B /* Build configuration list for PBXNativeTarget "tzlinkd" */; + buildPhases = ( + FDBC26EC1741B13400CA4B2B /* Sources */, + FDBC26ED1741B13400CA4B2B /* Frameworks */, + FDBC26EE1741B13400CA4B2B /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = tzlinkd; + productName = tzlinkd; + productReference = FDBC26F01741B13400CA4B2B /* tzlinkd */; + productType = "com.apple.product-type.tool"; + }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -210,7 +329,10 @@ projectDirPath = ""; projectRoot = ""; targets = ( + FDBC26E81741B09D00CA4B2B /* ios */, + FDBC26E41741B09300CA4B2B /* osx */, BA79F9C413BB718B006A292D /* util */, + FDBC26EF1741B13400CA4B2B /* tzlinkd */, ); }; /* End PBXProject section */ @@ -258,17 +380,47 @@ BA79F9D013BB7207006A292D /* realhostname.c in Sources */, BA79F9D113BB7207006A292D /* reexec_to_match_kernel.c in Sources */, BA79F9D213BB7207006A292D /* trimdomain.c in Sources */, + FDBC27071741B1D600CA4B2B /* tzlink.c in Sources */, BA79F9D413BB7207006A292D /* wipefs.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; + FDBC26EC1741B13400CA4B2B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FDBC27061741B1CF00CA4B2B /* tzlinkd.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXSourcesBuildPhase section */ +/* Begin PBXTargetDependency section */ + FDBC27001741B1B300CA4B2B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = BA79F9C413BB718B006A292D /* util */; + targetProxy = FDBC26FF1741B1B300CA4B2B /* PBXContainerItemProxy */; + }; + FDBC27021741B1B500CA4B2B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = BA79F9C413BB718B006A292D /* util */; + targetProxy = FDBC27011741B1B500CA4B2B /* PBXContainerItemProxy */; + }; + FDBC27041741B1B700CA4B2B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = FDBC26EF1741B13400CA4B2B /* tzlinkd */; + targetProxy = FDBC27031741B1B700CA4B2B /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + /* Begin XCBuildConfiguration section */ BA79F99C13BB70D7006A292D /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = BA79F9C013BB712E006A292D /* BSD.xcconfig */; buildSettings = { + APPLY_RULES_IN_COPY_FILES = YES; + "PLIST_FILE_OUTPUT_FORMAT[sdk=iphoneos*]" = binary; + USE_HEADERMAP = NO; }; name = Debug; }; @@ -276,6 +428,9 @@ isa = XCBuildConfiguration; baseConfigurationReference = BA79F9C013BB712E006A292D /* BSD.xcconfig */; buildSettings = { + APPLY_RULES_IN_COPY_FILES = YES; + "PLIST_FILE_OUTPUT_FORMAT[sdk=iphoneos*]" = binary; + USE_HEADERMAP = NO; }; name = Release; }; @@ -328,6 +483,50 @@ }; name = Release; }; + FDBC26E51741B09300CA4B2B /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + FDBC26E61741B09300CA4B2B /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; + FDBC26EA1741B09D00CA4B2B /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + FDBC26EB1741B09D00CA4B2B /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; + FDBC26F61741B13400CA4B2B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FDBC270D1741B66500CA4B2B /* tzlinkd.xcconfig */; + buildSettings = { + GCC_TREAT_WARNINGS_AS_ERRORS = YES; + }; + name = Debug; + }; + FDBC26F71741B13400CA4B2B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FDBC270D1741B66500CA4B2B /* tzlinkd.xcconfig */; + buildSettings = { + GCC_TREAT_WARNINGS_AS_ERRORS = YES; + }; + name = Release; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -349,6 +548,33 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + FDBC26E71741B09300CA4B2B /* Build configuration list for PBXAggregateTarget "osx" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FDBC26E51741B09300CA4B2B /* Debug */, + FDBC26E61741B09300CA4B2B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + FDBC26E91741B09D00CA4B2B /* Build configuration list for PBXAggregateTarget "ios" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FDBC26EA1741B09D00CA4B2B /* Debug */, + FDBC26EB1741B09D00CA4B2B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + FDBC26F81741B13400CA4B2B /* Build configuration list for PBXNativeTarget "tzlinkd" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FDBC26F61741B13400CA4B2B /* Debug */, + FDBC26F71741B13400CA4B2B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; /* End XCConfigurationList section */ }; rootObject = BA79F99713BB70D7006A292D /* Project object */;