mirror of
https://github.com/google/santa.git
synced 2026-04-24 03:00:12 -04:00
* temporarily gutted SNTCommandFileInfo. Added SNTCommand base class for all of the SNTCommand* classes to inherit from. Changed commands so that they are consistently instantiated before being run, with a common init method. * Put most of SNTCommandFileInfo functionality back in * follow symlinks * added -r and --recursive flags and updated help text * moved humanReadableFileType to SNTFileInfo * added back JSON output * Fixed bundle info. Grab directory color from ENV variable. * fixed indentation, moved stuff around * Added SNTCommandFileInfo * back as parameter to property getters so that rule getter doesn't have to be a special case any more. * fixed code review issues * added SNTCommand.h and SNTCommand.m to project * added SNTCommand.m to build phases * removed trailing spaces * fixed tests for SNTCommandFileInfo and added a few more * fix end-of-line comment spacing to conform to style guide * Use NSBundle instead of NSWorkspace to determine if path is a bundle. * added autorelease pool inside recursive search loop to fix bug where file listing would abruptly stop after so many files with mach header related keys. * removed directory headers. don't separate entries with newline when printing single key. format output based on max key length. * an attempt at speeding things up. also halfway fixed broken cert-index key. * speedups via caching MOLCodeSignChecker & not using NSMutableString append* * fix json ouput with cert-index, single key output, & cache SHA values * reverted back to NSMutableString for building up output, since it seems slightly better or at least no worse than using an NSMutableArray * Don't print empty JSON objects * fixed non-thread-safe JSON commas * made the print dispatch group a property so it doesn't have to be passed around * Fixed certIndex indexing bug & better error checking when parsing --cert-index argument * prevent unsigned int overflow * fixed logic tests broken by objc_setAssociatedObject with nil SNTFileInfo argument * send error output to the serial print queue * NSBundle bundleWithPath: returns an object even for non-bundle directories, so need to also check that there's a valid bundle identifier. * Added TODO comment and fixed formatting issues * added cached codeSignChecker property to SNTFileInfo * rewrote SNTFileInfo's codesignChecker method to include an error reference parameter & removed @synchronized * Removed caching of SHA values from SNTFileInfo * use property getter/setter to access codesignCheckerError * Change nil NSError ** arguments to NULL * Don't try to create a new codesignChecker if there was previously an error * Fix NSDirectoryEnumerator memory usage & don't retain self in rule getter. The NSStrings grabbed from the directory enumerator needed a chance to be freed. * fixed colon alignment
2344 lines
134 KiB
Plaintext
2344 lines
134 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXAggregateTarget section */
|
|
0D91BCDC174E8AE600131A7D /* All */ = {
|
|
isa = PBXAggregateTarget;
|
|
buildConfigurationList = 0D91BCDD174E8AE600131A7D /* Build configuration list for PBXAggregateTarget "All" */;
|
|
buildPhases = (
|
|
);
|
|
dependencies = (
|
|
0D91BCE1174E8AED00131A7D /* PBXTargetDependency */,
|
|
0D9A7F5A1759393600035EB5 /* PBXTargetDependency */,
|
|
0D35BDB818FD859300921A21 /* PBXTargetDependency */,
|
|
0D385DF5180DE73A00418BC6 /* PBXTargetDependency */,
|
|
0D91BD5F1A01571D00DF4A0E /* PBXTargetDependency */,
|
|
0D91BD611A01571D00DF4A0E /* PBXTargetDependency */,
|
|
);
|
|
name = All;
|
|
productName = All;
|
|
};
|
|
/* End PBXAggregateTarget section */
|
|
|
|
/* Begin PBXBuildFile section */
|
|
0D0016A6192BCD3C005E7FCD /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0D0016A5192BCD3C005E7FCD /* main.mm */; };
|
|
0D0A1EC3191998C900B8450F /* SNTCommandSyncRuleDownload.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D0A1EC2191998C900B8450F /* SNTCommandSyncRuleDownload.m */; };
|
|
0D0A1EC6191AB9B000B8450F /* SNTCommandSyncPostflight.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D0A1EC5191AB9B000B8450F /* SNTCommandSyncPostflight.m */; };
|
|
0D10BE861A0AABD600C0C944 /* SNTDropRootPrivs.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D10BE851A0AABD600C0C944 /* SNTDropRootPrivs.m */; };
|
|
0D10BE871A0AABD600C0C944 /* SNTDropRootPrivs.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D10BE851A0AABD600C0C944 /* SNTDropRootPrivs.m */; };
|
|
0D10BE891A0AAF6700C0C944 /* SNTDropRootPrivs.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D10BE851A0AABD600C0C944 /* SNTDropRootPrivs.m */; };
|
|
0D1B477019A53419008CADD3 /* SNTAboutWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D1B476E19A53419008CADD3 /* SNTAboutWindowController.m */; };
|
|
0D1B477119A53419008CADD3 /* AboutWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 0D1B476F19A53419008CADD3 /* AboutWindow.xib */; };
|
|
0D202D191CDD2EE500A88F16 /* SNTCommandSyncTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D202D181CDD2EE500A88F16 /* SNTCommandSyncTest.m */; };
|
|
0D202D1A1CDD464B00A88F16 /* SNTCommandSyncPreflight.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD605B19117A90006B445C /* SNTCommandSyncPreflight.m */; };
|
|
0D202D1B1CDD465400A88F16 /* SNTCommandSyncState.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D416400191974F1006A356A /* SNTCommandSyncState.m */; };
|
|
0D202D1E1CDD479400A88F16 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 0D202D1D1CDD479400A88F16 /* libz.tbd */; };
|
|
0D202D201CE4E90E00A88F16 /* sync_preflight_basic.json in Resources */ = {isa = PBXBuildFile; fileRef = 0D202D1F1CE4E90E00A88F16 /* sync_preflight_basic.json */; };
|
|
0D202D251CE5071600A88F16 /* SantaCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D202D231CE5071600A88F16 /* SantaCache.h */; };
|
|
0D20710E1A7C4A86008B0A9A /* SNTStoredEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD604A19105433006B445C /* SNTStoredEvent.m */; };
|
|
0D28D53819D9F5910015C5EB /* SNTConfigurator.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D42D2B719D2042900955F08 /* SNTConfigurator.m */; };
|
|
0D2CD4611A81C7B100C9C910 /* dn.plist in Resources */ = {isa = PBXBuildFile; fileRef = 0D2CD4601A81C7B100C9C910 /* dn.plist */; };
|
|
0D2E1E631CEFA6C30039B2C4 /* SantaCacheTest.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0D2E1E621CEFA6C30039B2C4 /* SantaCacheTest.mm */; };
|
|
0D35BDA218FD71CE00921A21 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D35BDA118FD71CE00921A21 /* main.m */; };
|
|
0D35BDAC18FD7CFD00921A21 /* SNTCommandController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D35BDAB18FD7CFD00921A21 /* SNTCommandController.m */; };
|
|
0D35BDB518FD84F600921A21 /* SNTCommandSync.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D35BDB418FD84F600921A21 /* SNTCommandSync.m */; };
|
|
0D35BDC418FDA5D100921A21 /* SNTXPCConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D6FDC9518C93A020044685C /* SNTXPCConnection.m */; };
|
|
0D377C2A17A071B7008453DB /* SNTEventTable.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D377C2917A071B7008453DB /* SNTEventTable.m */; };
|
|
0D37C10F18F6029A0069BC61 /* SNTDatabaseTable.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D37C10E18F6029A0069BC61 /* SNTDatabaseTable.m */; };
|
|
0D385DC4180DE4A900418BC6 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D385DC3180DE4A900418BC6 /* main.m */; };
|
|
0D385DD0180DE4A900418BC6 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0D385DCF180DE4A900418BC6 /* Images.xcassets */; };
|
|
0D385DF0180DE51600418BC6 /* MessageWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 0D385DE9180DE51600418BC6 /* MessageWindow.xib */; };
|
|
0D385DF1180DE51600418BC6 /* SNTAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D385DEB180DE51600418BC6 /* SNTAppDelegate.m */; };
|
|
0D385DF2180DE51600418BC6 /* SNTMessageWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D385DED180DE51600418BC6 /* SNTMessageWindowController.m */; };
|
|
0D385DF3180DE51600418BC6 /* SNTNotificationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D385DEF180DE51600418BC6 /* SNTNotificationManager.m */; };
|
|
0D3AFBE718FB32CB0087BCEE /* SNTXPCConnectionTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D3AFBE618FB32CB0087BCEE /* SNTXPCConnectionTest.m */; };
|
|
0D3AFBEB18FB48E70087BCEE /* SNTDatabaseTable.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D37C10E18F6029A0069BC61 /* SNTDatabaseTable.m */; };
|
|
0D3AFBEC18FB48E70087BCEE /* SNTEventTable.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D377C2917A071B7008453DB /* SNTEventTable.m */; };
|
|
0D3AFBEE18FB4C6C0087BCEE /* SNTApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DB8ACC0185662DC00FEF9C7 /* SNTApplication.m */; };
|
|
0D3AFBEF18FB4C6C0087BCEE /* SNTExecutionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DE6788C1784A8C2007A9E52 /* SNTExecutionController.m */; };
|
|
0D3AFBF018FB4C6C0087BCEE /* SNTDriverManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D7D01861774F93A005DBAB4 /* SNTDriverManager.m */; };
|
|
0D416401191974F1006A356A /* SNTCommandSyncState.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D416400191974F1006A356A /* SNTCommandSyncState.m */; };
|
|
0D41640519197AD7006A356A /* SNTCommandSyncEventUpload.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D41640419197AD7006A356A /* SNTCommandSyncEventUpload.m */; };
|
|
0D41DAD41A7C28C800A890FE /* SNTEventTableTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D41DAD31A7C28C800A890FE /* SNTEventTableTest.m */; };
|
|
0D42D2B519D1D98A00955F08 /* SNTSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D42D2B419D1D98A00955F08 /* SNTSystemInfo.m */; };
|
|
0D42D2B819D2042900955F08 /* SNTConfigurator.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D42D2B719D2042900955F08 /* SNTConfigurator.m */; };
|
|
0D42D2B919D2042900955F08 /* SNTConfigurator.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D42D2B719D2042900955F08 /* SNTConfigurator.m */; };
|
|
0D4644C5182AF81700098690 /* SantaDecisionManager.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0D4644C3182AF81700098690 /* SantaDecisionManager.cc */; };
|
|
0D4644C6182AF81700098690 /* SantaDecisionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D4644C4182AF81700098690 /* SantaDecisionManager.h */; };
|
|
0D536ED71B8E7A2E0039A26D /* bad_pagezero in Resources */ = {isa = PBXBuildFile; fileRef = 0D536ED51B8E7A2E0039A26D /* bad_pagezero */; };
|
|
0D536ED81B8E7A2E0039A26D /* missing_pagezero in Resources */ = {isa = PBXBuildFile; fileRef = 0D536ED61B8E7A2E0039A26D /* missing_pagezero */; };
|
|
0D536EDB1B94E9230039A26D /* SNTEventLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D536EDA1B94E9230039A26D /* SNTEventLog.m */; };
|
|
0D536EDC1B94E9230039A26D /* SNTEventLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D536EDA1B94E9230039A26D /* SNTEventLog.m */; };
|
|
0D63DD5C1906FCB400D346C4 /* SNTDatabaseController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D63DD5B1906FCB400D346C4 /* SNTDatabaseController.m */; };
|
|
0D63DD5E1906FCB400D346C4 /* SNTDatabaseController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D63DD5B1906FCB400D346C4 /* SNTDatabaseController.m */; };
|
|
0D668E8118D1121700E29A8B /* SNTMessageWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D668E8018D1121700E29A8B /* SNTMessageWindow.m */; };
|
|
0D6FDC9618C93A020044685C /* SNTXPCConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D6FDC9518C93A020044685C /* SNTXPCConnection.m */; };
|
|
0D6FDC9718C93A020044685C /* SNTXPCConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D6FDC9518C93A020044685C /* SNTXPCConnection.m */; };
|
|
0D7D01871774F93A005DBAB4 /* SNTDriverManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D7D01861774F93A005DBAB4 /* SNTDriverManager.m */; };
|
|
0D827E6519DF392E006EC811 /* SNTConfigurator.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D42D2B719D2042900955F08 /* SNTConfigurator.m */; };
|
|
0D827E6719DF3C74006EC811 /* SNTCommandStatus.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D827E6619DF3C74006EC811 /* SNTCommandStatus.m */; };
|
|
0D8868091AC48A1100B86659 /* SNTSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D42D2B419D1D98A00955F08 /* SNTSystemInfo.m */; };
|
|
0D88680A1AC48A1200B86659 /* SNTSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D42D2B419D1D98A00955F08 /* SNTSystemInfo.m */; };
|
|
0D88680C1AC48A1400B86659 /* SNTSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D42D2B419D1D98A00955F08 /* SNTSystemInfo.m */; };
|
|
0D89310E1C931979002E8D74 /* SNTXPCControlInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD605419115D17006B445C /* SNTXPCControlInterface.m */; };
|
|
0D89310F1C931986002E8D74 /* SNTRule.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DE50F671912716A007B2B0C /* SNTRule.m */; };
|
|
0D8E18CD19107B56000F89B8 /* SNTDaemonControlController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D8E18CC19107B56000F89B8 /* SNTDaemonControlController.m */; };
|
|
0D9184B81CD2F32D0004E859 /* SNTCommandSyncStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D9184B71CD2F32D0004E859 /* SNTCommandSyncStage.m */; };
|
|
0D9184B91CD2F32D0004E859 /* SNTCommandSyncStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D9184B71CD2F32D0004E859 /* SNTCommandSyncStage.m */; };
|
|
0D9A7F331759144800035EB5 /* SantaDriver.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0D9A7F311759144800035EB5 /* SantaDriver.cc */; };
|
|
0D9A7F341759144800035EB5 /* SantaDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D9A7F321759144800035EB5 /* SantaDriver.h */; };
|
|
0D9A7F371759148E00035EB5 /* SantaDriverClient.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0D9A7F351759148E00035EB5 /* SantaDriverClient.cc */; };
|
|
0D9A7F381759148E00035EB5 /* SantaDriverClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D9A7F361759148E00035EB5 /* SantaDriverClient.h */; };
|
|
0D9A7F421759330500035EB5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D9A7F411759330500035EB5 /* main.m */; };
|
|
0DA73C9F1934F8100056D7C4 /* SNTLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DA73C9E1934F8100056D7C4 /* SNTLogging.m */; };
|
|
0DA73CA11934F8100056D7C4 /* SNTLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DA73C9E1934F8100056D7C4 /* SNTLogging.m */; };
|
|
0DA73CA21934F88D0056D7C4 /* SNTLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DA73C9E1934F8100056D7C4 /* SNTLogging.m */; };
|
|
0DB390991AB1E11400614002 /* SNTCommandVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DB390981AB1E11400614002 /* SNTCommandVersion.m */; };
|
|
0DB537871AFD36EB00487F92 /* SNTRuleTableTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DB537861AFD36EB00487F92 /* SNTRuleTableTest.m */; };
|
|
0DB77FD81CCE824A004DF060 /* SNTBlockMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DB77FD71CCE824A004DF060 /* SNTBlockMessage.m */; };
|
|
0DB77FD91CCE824A004DF060 /* SNTBlockMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DB77FD71CCE824A004DF060 /* SNTBlockMessage.m */; };
|
|
0DB77FDA1CD14092004DF060 /* SNTBlockMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DB77FD71CCE824A004DF060 /* SNTBlockMessage.m */; };
|
|
0DB77FDB1CD14093004DF060 /* SNTBlockMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DB77FD71CCE824A004DF060 /* SNTBlockMessage.m */; };
|
|
0DB77FFB1CD7AC5A004DF060 /* SNTCommandSyncConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DEFB7BF1ACB28B000B92AAE /* SNTCommandSyncConstants.m */; };
|
|
0DB8ACC1185662DC00FEF9C7 /* SNTApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DB8ACC0185662DC00FEF9C7 /* SNTApplication.m */; };
|
|
0DC5D86D191AED220078A5C0 /* SNTRuleTable.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DC5D86C191AED220078A5C0 /* SNTRuleTable.m */; };
|
|
0DC5D86E191AED220078A5C0 /* SNTRuleTable.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DC5D86C191AED220078A5C0 /* SNTRuleTable.m */; };
|
|
0DC5D871192160180078A5C0 /* SNTCommandSyncLogUpload.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DC5D870192160180078A5C0 /* SNTCommandSyncLogUpload.m */; };
|
|
0DC765EA1B28D9EA00BAE651 /* santad in CopyFiles */ = {isa = PBXBuildFile; fileRef = 0D9A7F3D1759330500035EB5 /* santad */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
|
0DC765EB1B28D9EA00BAE651 /* santactl in CopyFiles */ = {isa = PBXBuildFile; fileRef = 0D35BD9E18FD71CE00921A21 /* santactl */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
|
0DCA552718C95928002A7DAE /* SNTXPCConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D6FDC9518C93A020044685C /* SNTXPCConnection.m */; };
|
|
0DCD5FBF1909D64A006B445C /* SNTCommandFileInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD5FBE1909D64A006B445C /* SNTCommandFileInfo.m */; };
|
|
0DCD6042190ACCB8006B445C /* SNTFileInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD6041190ACCB8006B445C /* SNTFileInfo.m */; };
|
|
0DCD6043190ACCB8006B445C /* SNTFileInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD6041190ACCB8006B445C /* SNTFileInfo.m */; };
|
|
0DCD6044190ACCB8006B445C /* SNTFileInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD6041190ACCB8006B445C /* SNTFileInfo.m */; };
|
|
0DCD604B19105433006B445C /* SNTStoredEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD604A19105433006B445C /* SNTStoredEvent.m */; };
|
|
0DCD604D19105433006B445C /* SNTStoredEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD604A19105433006B445C /* SNTStoredEvent.m */; };
|
|
0DCD604F19115A06006B445C /* SNTXPCNotifierInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD604E19115A06006B445C /* SNTXPCNotifierInterface.m */; };
|
|
0DCD605119115A06006B445C /* SNTXPCNotifierInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD604E19115A06006B445C /* SNTXPCNotifierInterface.m */; };
|
|
0DCD605519115D17006B445C /* SNTXPCControlInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD605419115D17006B445C /* SNTXPCControlInterface.m */; };
|
|
0DCD605619115D17006B445C /* SNTXPCControlInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD605419115D17006B445C /* SNTXPCControlInterface.m */; };
|
|
0DCD605719115E54006B445C /* SNTDaemonControlController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D8E18CC19107B56000F89B8 /* SNTDaemonControlController.m */; };
|
|
0DCD605819115E57006B445C /* SNTXPCControlInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD605419115D17006B445C /* SNTXPCControlInterface.m */; };
|
|
0DCD605919115E5A006B445C /* SNTXPCNotifierInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD604E19115A06006B445C /* SNTXPCNotifierInterface.m */; };
|
|
0DCD605C19117A90006B445C /* SNTCommandSyncPreflight.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD605B19117A90006B445C /* SNTCommandSyncPreflight.m */; };
|
|
0DD0D48F194F78F8005F27EB /* SNTFileInfoTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DD0D48E194F78F8005F27EB /* SNTFileInfoTest.m */; };
|
|
0DD0D491194F9947005F27EB /* SNTExecutionControllerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DD0D490194F9947005F27EB /* SNTExecutionControllerTest.m */; };
|
|
0DD0D492194F9BEF005F27EB /* SNTLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DA73C9E1934F8100056D7C4 /* SNTLogging.m */; };
|
|
0DE2CE561CA05561002B649A /* SNTAccessibleTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DE2CE551CA05561002B649A /* SNTAccessibleTextField.m */; };
|
|
0DE4C8A618FF3B1700466D04 /* SNTCommandFlushCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DE4C8A518FF3B1700466D04 /* SNTCommandFlushCache.m */; };
|
|
0DE50F681912716A007B2B0C /* SNTRule.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DE50F671912716A007B2B0C /* SNTRule.m */; };
|
|
0DE50F691912B0CD007B2B0C /* SNTRule.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DE50F671912716A007B2B0C /* SNTRule.m */; };
|
|
0DE50F6C19130358007B2B0C /* SNTStoredEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD604A19105433006B445C /* SNTStoredEvent.m */; };
|
|
0DE50F6E191304E0007B2B0C /* SNTRule.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DE50F671912716A007B2B0C /* SNTRule.m */; };
|
|
0DE5B54B1C926E3300C00603 /* SNTNotificationQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DE5B54A1C926E3300C00603 /* SNTNotificationQueue.m */; };
|
|
0DE5B54C1C92722300C00603 /* SNTNotificationQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DE5B54A1C926E3300C00603 /* SNTNotificationQueue.m */; };
|
|
0DE6788D1784A8C2007A9E52 /* SNTExecutionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DE6788C1784A8C2007A9E52 /* SNTExecutionController.m */; };
|
|
0DE71A751B95F7F900518526 /* SNTCachedDecision.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DE71A741B95F7F900518526 /* SNTCachedDecision.m */; };
|
|
0DE71A761B95F7F900518526 /* SNTCachedDecision.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DE71A741B95F7F900518526 /* SNTCachedDecision.m */; };
|
|
0DEA5F651CF6057D00704398 /* SNTCommandSyncEventUpload.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D41640419197AD7006A356A /* SNTCommandSyncEventUpload.m */; };
|
|
0DEA5F6C1CF6254900704398 /* sync_preflight_lockdown.json in Resources */ = {isa = PBXBuildFile; fileRef = 0DEA5F641CF6000600704398 /* sync_preflight_lockdown.json */; };
|
|
0DEA5F741CF63B9600704398 /* sync_eventupload_input_quarantine.plist in Resources */ = {isa = PBXBuildFile; fileRef = 0DEA5F731CF639BE00704398 /* sync_eventupload_input_quarantine.plist */; };
|
|
0DEA5F761CF6482E00704398 /* sync_eventupload_input_basic.plist in Resources */ = {isa = PBXBuildFile; fileRef = 0DEA5F751CF647E200704398 /* sync_eventupload_input_basic.plist */; };
|
|
0DEA5F7A1CF64C9200704398 /* sync_ruledownload_batch1.json in Resources */ = {isa = PBXBuildFile; fileRef = 0DEA5F771CF64C8B00704398 /* sync_ruledownload_batch1.json */; };
|
|
0DEA5F7B1CF64C9200704398 /* sync_ruledownload_batch2.json in Resources */ = {isa = PBXBuildFile; fileRef = 0DEA5F781CF64C8B00704398 /* sync_ruledownload_batch2.json */; };
|
|
0DEA5F7D1CF64EB600704398 /* SNTCommandSyncRuleDownload.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D0A1EC2191998C900B8450F /* SNTCommandSyncRuleDownload.m */; };
|
|
0DEFB7C01ACB28B000B92AAE /* SNTCommandSyncConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DEFB7BF1ACB28B000B92AAE /* SNTCommandSyncConstants.m */; };
|
|
0DEFB7C41ACDD80100B92AAE /* SNTFileWatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DEFB7C31ACDD80100B92AAE /* SNTFileWatcher.m */; };
|
|
0DEFB7C51ACDD80100B92AAE /* SNTFileWatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DEFB7C31ACDD80100B92AAE /* SNTFileWatcher.m */; };
|
|
0DEFB7C61ACDE5F600B92AAE /* SNTFileWatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DEFB7C31ACDD80100B92AAE /* SNTFileWatcher.m */; };
|
|
0DEFB7C81ACF0BFE00B92AAE /* SNTFileWatcherTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DEFB7C71ACF0BFE00B92AAE /* SNTFileWatcherTest.m */; };
|
|
0DF395641AB76A7900CBC520 /* NSData+Zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DF395631AB76A7900CBC520 /* NSData+Zlib.m */; };
|
|
0DF395661AB76ABC00CBC520 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DF395651AB76ABC00CBC520 /* libz.dylib */; };
|
|
168A4E09A2A5E0B7DF8A2F1A /* libPods-santad.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C11A10A5D6E112788769CF70 /* libPods-santad.a */; };
|
|
4092327A1A51B66400A04527 /* SNTCommandRule.m in Sources */ = {isa = PBXBuildFile; fileRef = 409232791A51B65D00A04527 /* SNTCommandRule.m */; };
|
|
59D56CF2D9C5BD9B7E3CC56D /* libPods-santad-santabs.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 14B98F4051188ECB7D024331 /* libPods-santad-santabs.a */; };
|
|
81133DB01F3A76F700917FF9 /* SNTCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 81133DAF1F3A75CE00917FF9 /* SNTCommand.m */; };
|
|
81133DB11F3A77C600917FF9 /* SNTCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 81133DAF1F3A75CE00917FF9 /* SNTCommand.m */; };
|
|
B352A545B76783D568A6D0C5 /* libPods-Santa.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 90E9D568200AB9B642E06272 /* libPods-Santa.a */; };
|
|
C714F8B11D8044D400700EDF /* SNTCommandFileInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD5FBE1909D64A006B445C /* SNTCommandFileInfo.m */; };
|
|
C714F8B21D8044FE00700EDF /* SNTCommandController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D35BDAB18FD7CFD00921A21 /* SNTCommandController.m */; };
|
|
C72E8D941D7F399900C86DD3 /* SNTCommandFileInfoTest.m in Sources */ = {isa = PBXBuildFile; fileRef = C72E8D931D7F399900C86DD3 /* SNTCommandFileInfoTest.m */; };
|
|
C73A4B9A1DC10753007B6789 /* SNTSyncdQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = C7FB56FF1DBFC213004E14EF /* SNTSyncdQueue.m */; };
|
|
C73A4B9B1DC10758007B6789 /* SNTXPCSyncdInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = C7FB56F51DBFB480004E14EF /* SNTXPCSyncdInterface.m */; };
|
|
C7479F051E53704E0054C1CF /* SNTXPCBundleServiceInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C721B01E23FF300051FAA6 /* SNTXPCBundleServiceInterface.m */; };
|
|
C7479F071E5374BF0054C1CF /* SNTXPCControlInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD605419115D17006B445C /* SNTXPCControlInterface.m */; };
|
|
C7479F091E5374E50054C1CF /* SNTRule.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DE50F671912716A007B2B0C /* SNTRule.m */; };
|
|
C74D6CC61EEB3B9B00BB5A33 /* BundleExample.app in Resources */ = {isa = PBXBuildFile; fileRef = C74D6CC51EEB3B9B00BB5A33 /* BundleExample.app */; };
|
|
C76614EC1D142D3C00D150C1 /* SNTCommandCheckCache.m in Sources */ = {isa = PBXBuildFile; fileRef = C76614EB1D142D3C00D150C1 /* SNTCommandCheckCache.m */; };
|
|
C776A1071DEE160500A56616 /* SNTCommandSyncManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C776A1061DEE160500A56616 /* SNTCommandSyncManager.m */; };
|
|
C78227631E1C3C7D006EB2D6 /* santabs.xpc in CopyFiles */ = {isa = PBXBuildFile; fileRef = C78227541E1C3C58006EB2D6 /* santabs.xpc */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
|
C795ED901D80A5BE007CFF42 /* SNTPolicyProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = C795ED8F1D80A5BE007CFF42 /* SNTPolicyProcessor.m */; };
|
|
C795ED911D80B66B007CFF42 /* SNTPolicyProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = C795ED8F1D80A5BE007CFF42 /* SNTPolicyProcessor.m */; };
|
|
C79A23581E23F7E80037AFA8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C79A23561E23F7E80037AFA8 /* main.m */; };
|
|
C7BBA67E1E54C7E200F1E6A8 /* SNTXPCNotifierInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD604E19115A06006B445C /* SNTXPCNotifierInterface.m */; };
|
|
C7C721AE1E23FCB50051FAA6 /* SNTBundleService.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C721AD1E23FCB50051FAA6 /* SNTBundleService.m */; };
|
|
C7C721B11E23FF300051FAA6 /* SNTXPCBundleServiceInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C721B01E23FF300051FAA6 /* SNTXPCBundleServiceInterface.m */; };
|
|
C7C721B21E23FF300051FAA6 /* SNTXPCBundleServiceInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C721B01E23FF300051FAA6 /* SNTXPCBundleServiceInterface.m */; };
|
|
C7C721B31E2400310051FAA6 /* SNTXPCConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D6FDC9518C93A020044685C /* SNTXPCConnection.m */; };
|
|
C7C721B41E24042B0051FAA6 /* SNTStoredEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD604A19105433006B445C /* SNTStoredEvent.m */; };
|
|
C7C721B51E2408BE0051FAA6 /* SNTFileInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCD6041190ACCB8006B445C /* SNTFileInfo.m */; };
|
|
C7C721B61E2408C30051FAA6 /* SNTLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DA73C9E1934F8100056D7C4 /* SNTLogging.m */; };
|
|
C7DA62F71E241938009BDF2C /* SNTXPCBundleServiceInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C721B01E23FF300051FAA6 /* SNTXPCBundleServiceInterface.m */; };
|
|
C7DA62F91E241A02009BDF2C /* SNTCommandBundleInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = C7DA62F81E241A02009BDF2C /* SNTCommandBundleInfo.m */; };
|
|
C7FB56F61DBFB480004E14EF /* SNTXPCSyncdInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = C7FB56F51DBFB480004E14EF /* SNTXPCSyncdInterface.m */; };
|
|
C7FB56F71DBFB480004E14EF /* SNTXPCSyncdInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = C7FB56F51DBFB480004E14EF /* SNTXPCSyncdInterface.m */; };
|
|
C7FB57001DBFC213004E14EF /* SNTSyncdQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = C7FB56FF1DBFC213004E14EF /* SNTSyncdQueue.m */; };
|
|
D1761D2DAE8C790F29AFE6C9 /* libPods-LogicTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D949AA996AEAC326A4F6596 /* libPods-LogicTests.a */; };
|
|
D6D356C5BC8709C2E355C113 /* libPods-santactl.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E3B4B2438711ACD7D560014 /* libPods-santactl.a */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
0D35BDB718FD859300921A21 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 0D91BCA8174E8A6500131A7D /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 0D35BD9D18FD71CE00921A21;
|
|
remoteInfo = santactl;
|
|
};
|
|
0D385DF4180DE73A00418BC6 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 0D91BCA8174E8A6500131A7D /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 0D385DB5180DE4A900418BC6;
|
|
remoteInfo = SantaNotifier;
|
|
};
|
|
0D91BCE0174E8AED00131A7D /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 0D91BCA8174E8A6500131A7D /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 0D91BCB3174E8A7E00131A7D;
|
|
remoteInfo = "santa-driver";
|
|
};
|
|
0D91BD5E1A01571D00DF4A0E /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 0D91BCA8174E8A6500131A7D /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 0D260DAB18B68E12002A0B55;
|
|
remoteInfo = LogicTests;
|
|
};
|
|
0D91BD601A01571D00DF4A0E /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 0D91BCA8174E8A6500131A7D /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 0D0016A1192BCD3C005E7FCD;
|
|
remoteInfo = KernelTests;
|
|
};
|
|
0D9A7F591759393600035EB5 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 0D91BCA8174E8A6500131A7D /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 0D9A7F3C1759330400035EB5;
|
|
remoteInfo = santad;
|
|
};
|
|
0DC765E51B28D9C600BAE651 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 0D91BCA8174E8A6500131A7D /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 0D9A7F3C1759330400035EB5;
|
|
remoteInfo = santad;
|
|
};
|
|
0DC765E71B28D9C600BAE651 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 0D91BCA8174E8A6500131A7D /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 0D35BD9D18FD71CE00921A21;
|
|
remoteInfo = santactl;
|
|
};
|
|
C7089E801EA1404900D0E1DC /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 0D91BCA8174E8A6500131A7D /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = C78227531E1C3C58006EB2D6;
|
|
remoteInfo = santabs;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
0DC765E91B28D9CB00BAE651 /* CopyFiles */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "";
|
|
dstSubfolderSpec = 6;
|
|
files = (
|
|
0DC765EA1B28D9EA00BAE651 /* santad in CopyFiles */,
|
|
0DC765EB1B28D9EA00BAE651 /* santactl in CopyFiles */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
C78227621E1C3C70006EB2D6 /* CopyFiles */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "$(CONTENTS_FOLDER_PATH)/XPCServices";
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
C78227631E1C3C7D006EB2D6 /* santabs.xpc in CopyFiles */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
0D0016A2192BCD3C005E7FCD /* KernelTests */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = KernelTests; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
0D0016A5192BCD3C005E7FCD /* main.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = main.mm; sourceTree = "<group>"; };
|
|
0D0A1EC1191998C900B8450F /* SNTCommandSyncRuleDownload.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTCommandSyncRuleDownload.h; sourceTree = "<group>"; };
|
|
0D0A1EC2191998C900B8450F /* SNTCommandSyncRuleDownload.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCommandSyncRuleDownload.m; sourceTree = "<group>"; };
|
|
0D0A1EC4191AB9B000B8450F /* SNTCommandSyncPostflight.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTCommandSyncPostflight.h; sourceTree = "<group>"; };
|
|
0D0A1EC5191AB9B000B8450F /* SNTCommandSyncPostflight.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCommandSyncPostflight.m; sourceTree = "<group>"; };
|
|
0D10BE851A0AABD600C0C944 /* SNTDropRootPrivs.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTDropRootPrivs.m; sourceTree = "<group>"; };
|
|
0D10BE881A0AAC2100C0C944 /* SNTDropRootPrivs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SNTDropRootPrivs.h; sourceTree = "<group>"; };
|
|
0D1B476D19A53419008CADD3 /* SNTAboutWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTAboutWindowController.h; sourceTree = "<group>"; };
|
|
0D1B476E19A53419008CADD3 /* SNTAboutWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTAboutWindowController.m; sourceTree = "<group>"; };
|
|
0D1B476F19A53419008CADD3 /* AboutWindow.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = AboutWindow.xib; sourceTree = "<group>"; };
|
|
0D202D181CDD2EE500A88F16 /* SNTCommandSyncTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCommandSyncTest.m; sourceTree = "<group>"; };
|
|
0D202D1D1CDD479400A88F16 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
|
|
0D202D1F1CE4E90E00A88F16 /* sync_preflight_basic.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = sync_preflight_basic.json; sourceTree = "<group>"; };
|
|
0D202D231CE5071600A88F16 /* SantaCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SantaCache.h; sourceTree = "<group>"; };
|
|
0D2429471E787655005C6FC9 /* DevelopmentTeam.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = DevelopmentTeam.xcconfig; sourceTree = "<group>"; };
|
|
0D260DAC18B68E12002A0B55 /* LogicTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LogicTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
0D260DB118B68E12002A0B55 /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; };
|
|
0D28E5E119269B3600280F87 /* SNTLogging.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SNTLogging.h; sourceTree = "<group>"; };
|
|
0D28E5E31926AFE400280F87 /* SNTKernelCommon.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SNTKernelCommon.h; sourceTree = "<group>"; };
|
|
0D28E5E41926B55600280F87 /* santactl-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "santactl-Info.plist"; sourceTree = "<group>"; };
|
|
0D2CD4601A81C7B100C9C910 /* dn.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = dn.plist; sourceTree = "<group>"; };
|
|
0D2E1E621CEFA6C30039B2C4 /* SantaCacheTest.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SantaCacheTest.mm; sourceTree = "<group>"; };
|
|
0D35BD9E18FD71CE00921A21 /* santactl */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = santactl; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
0D35BDA118FD71CE00921A21 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
0D35BDAA18FD7CFD00921A21 /* SNTCommandController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTCommandController.h; sourceTree = "<group>"; };
|
|
0D35BDAB18FD7CFD00921A21 /* SNTCommandController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCommandController.m; sourceTree = "<group>"; };
|
|
0D35BDB418FD84F600921A21 /* SNTCommandSync.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCommandSync.m; sourceTree = "<group>"; };
|
|
0D377C2417A06DDE008453DB /* SNTRuleTable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTRuleTable.h; sourceTree = "<group>"; };
|
|
0D377C2817A071B7008453DB /* SNTEventTable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTEventTable.h; sourceTree = "<group>"; };
|
|
0D377C2917A071B7008453DB /* SNTEventTable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTEventTable.m; sourceTree = "<group>"; };
|
|
0D37C10D18F6029A0069BC61 /* SNTDatabaseTable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTDatabaseTable.h; sourceTree = "<group>"; };
|
|
0D37C10E18F6029A0069BC61 /* SNTDatabaseTable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTDatabaseTable.m; sourceTree = "<group>"; };
|
|
0D385DB6180DE4A900418BC6 /* Santa.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Santa.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
0D385DB7180DE4A900418BC6 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
|
0D385DBF180DE4A900418BC6 /* SantaGUI-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SantaGUI-Info.plist"; sourceTree = "<group>"; };
|
|
0D385DC3180DE4A900418BC6 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
0D385DCF180DE4A900418BC6 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
|
0D385DE9180DE51600418BC6 /* MessageWindow.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MessageWindow.xib; sourceTree = "<group>"; };
|
|
0D385DEA180DE51600418BC6 /* SNTAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTAppDelegate.h; sourceTree = "<group>"; };
|
|
0D385DEB180DE51600418BC6 /* SNTAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTAppDelegate.m; sourceTree = "<group>"; };
|
|
0D385DEC180DE51600418BC6 /* SNTMessageWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTMessageWindowController.h; sourceTree = "<group>"; };
|
|
0D385DED180DE51600418BC6 /* SNTMessageWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTMessageWindowController.m; sourceTree = "<group>"; };
|
|
0D385DEE180DE51600418BC6 /* SNTNotificationManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTNotificationManager.h; sourceTree = "<group>"; };
|
|
0D385DEF180DE51600418BC6 /* SNTNotificationManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTNotificationManager.m; sourceTree = "<group>"; };
|
|
0D3AFBE618FB32CB0087BCEE /* SNTXPCConnectionTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTXPCConnectionTest.m; sourceTree = "<group>"; };
|
|
0D3AFBF718FB4C870087BCEE /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; };
|
|
0D4163FF191974F1006A356A /* SNTCommandSyncState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTCommandSyncState.h; sourceTree = "<group>"; };
|
|
0D416400191974F1006A356A /* SNTCommandSyncState.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCommandSyncState.m; sourceTree = "<group>"; };
|
|
0D41640319197AD7006A356A /* SNTCommandSyncEventUpload.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTCommandSyncEventUpload.h; sourceTree = "<group>"; };
|
|
0D41640419197AD7006A356A /* SNTCommandSyncEventUpload.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCommandSyncEventUpload.m; sourceTree = "<group>"; };
|
|
0D41DAD31A7C28C800A890FE /* SNTEventTableTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTEventTableTest.m; sourceTree = "<group>"; };
|
|
0D42D2B319D1D98A00955F08 /* SNTSystemInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTSystemInfo.h; sourceTree = "<group>"; };
|
|
0D42D2B419D1D98A00955F08 /* SNTSystemInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTSystemInfo.m; sourceTree = "<group>"; };
|
|
0D42D2B619D2042900955F08 /* SNTConfigurator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTConfigurator.h; sourceTree = "<group>"; };
|
|
0D42D2B719D2042900955F08 /* SNTConfigurator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTConfigurator.m; sourceTree = "<group>"; };
|
|
0D4644C3182AF81700098690 /* SantaDecisionManager.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SantaDecisionManager.cc; sourceTree = "<group>"; };
|
|
0D4644C4182AF81700098690 /* SantaDecisionManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SantaDecisionManager.h; sourceTree = "<group>"; };
|
|
0D4A5006176A4602004F63BF /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; };
|
|
0D5058CF1CB70123008784BA /* SNTStrengthify.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SNTStrengthify.h; sourceTree = "<group>"; };
|
|
0D536ED51B8E7A2E0039A26D /* bad_pagezero */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = bad_pagezero; sourceTree = "<group>"; };
|
|
0D536ED61B8E7A2E0039A26D /* missing_pagezero */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = missing_pagezero; sourceTree = "<group>"; };
|
|
0D536ED91B94E9230039A26D /* SNTEventLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTEventLog.h; sourceTree = "<group>"; };
|
|
0D536EDA1B94E9230039A26D /* SNTEventLog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTEventLog.m; sourceTree = "<group>"; };
|
|
0D63DD5A1906FCB400D346C4 /* SNTDatabaseController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTDatabaseController.h; sourceTree = "<group>"; };
|
|
0D63DD5B1906FCB400D346C4 /* SNTDatabaseController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTDatabaseController.m; sourceTree = "<group>"; };
|
|
0D668E7F18D1121700E29A8B /* SNTMessageWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTMessageWindow.h; sourceTree = "<group>"; };
|
|
0D668E8018D1121700E29A8B /* SNTMessageWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTMessageWindow.m; sourceTree = "<group>"; };
|
|
0D6FDC9418C93A020044685C /* SNTXPCConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTXPCConnection.h; sourceTree = "<group>"; };
|
|
0D6FDC9518C93A020044685C /* SNTXPCConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTXPCConnection.m; sourceTree = "<group>"; };
|
|
0D7D01851774F93A005DBAB4 /* SNTDriverManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTDriverManager.h; sourceTree = "<group>"; };
|
|
0D7D01861774F93A005DBAB4 /* SNTDriverManager.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.objc; path = SNTDriverManager.m; sourceTree = "<group>"; };
|
|
0D827E6619DF3C74006EC811 /* SNTCommandStatus.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCommandStatus.m; sourceTree = "<group>"; };
|
|
0D8C200B180F359A00CE2BF8 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
|
|
0D8E18CB19107B56000F89B8 /* SNTDaemonControlController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTDaemonControlController.h; sourceTree = "<group>"; };
|
|
0D8E18CC19107B56000F89B8 /* SNTDaemonControlController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTDaemonControlController.m; sourceTree = "<group>"; };
|
|
0D9184B61CD2F32D0004E859 /* SNTCommandSyncStage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTCommandSyncStage.h; sourceTree = "<group>"; };
|
|
0D9184B71CD2F32D0004E859 /* SNTCommandSyncStage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCommandSyncStage.m; sourceTree = "<group>"; };
|
|
0D91BCB4174E8A7E00131A7D /* santa-driver.kext */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "santa-driver.kext"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
0D91BCB8174E8A7E00131A7D /* Kernel.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Kernel.framework; path = System/Library/Frameworks/Kernel.framework; sourceTree = SDKROOT; };
|
|
0D91BCBB174E8A7E00131A7D /* santa-driver-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "santa-driver-Info.plist"; sourceTree = "<group>"; };
|
|
0D91BCE4174E8B5E00131A7D /* SNTCommonEnums.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTCommonEnums.h; sourceTree = "<group>"; };
|
|
0D9A7F311759144800035EB5 /* SantaDriver.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; path = SantaDriver.cc; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.cpp; };
|
|
0D9A7F321759144800035EB5 /* SantaDriver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SantaDriver.h; sourceTree = "<group>"; };
|
|
0D9A7F351759148E00035EB5 /* SantaDriverClient.cc */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; path = SantaDriverClient.cc; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.cpp; };
|
|
0D9A7F361759148E00035EB5 /* SantaDriverClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SantaDriverClient.h; sourceTree = "<group>"; };
|
|
0D9A7F3D1759330500035EB5 /* santad */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = santad; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
0D9A7F3E1759330500035EB5 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
0D9A7F411759330500035EB5 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = main.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
|
|
0DA73C9E1934F8100056D7C4 /* SNTLogging.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTLogging.m; sourceTree = "<group>"; };
|
|
0DB390981AB1E11400614002 /* SNTCommandVersion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCommandVersion.m; sourceTree = "<group>"; };
|
|
0DB537861AFD36EB00487F92 /* SNTRuleTableTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTRuleTableTest.m; sourceTree = "<group>"; };
|
|
0DB77FD61CCE824A004DF060 /* SNTBlockMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTBlockMessage.h; sourceTree = "<group>"; };
|
|
0DB77FD71CCE824A004DF060 /* SNTBlockMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTBlockMessage.m; sourceTree = "<group>"; };
|
|
0DB8ACBF185662DC00FEF9C7 /* SNTApplication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTApplication.h; sourceTree = "<group>"; };
|
|
0DB8ACC0185662DC00FEF9C7 /* SNTApplication.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = SNTApplication.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
|
|
0DB8ACE41858D73000FEF9C7 /* santad-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "santad-Info.plist"; sourceTree = "<group>"; };
|
|
0DC5D86C191AED220078A5C0 /* SNTRuleTable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTRuleTable.m; sourceTree = "<group>"; };
|
|
0DC5D86F192160180078A5C0 /* SNTCommandSyncLogUpload.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTCommandSyncLogUpload.h; sourceTree = "<group>"; };
|
|
0DC5D870192160180078A5C0 /* SNTCommandSyncLogUpload.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCommandSyncLogUpload.m; sourceTree = "<group>"; };
|
|
0DC8C9E3180CC3BC00FCFB29 /* SNTXPCNotifierInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTXPCNotifierInterface.h; sourceTree = "<group>"; };
|
|
0DCD5F771909C659006B445C /* SecurityInterface.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SecurityInterface.framework; path = System/Library/Frameworks/SecurityInterface.framework; sourceTree = SDKROOT; };
|
|
0DCD5FBE1909D64A006B445C /* SNTCommandFileInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCommandFileInfo.m; sourceTree = "<group>"; };
|
|
0DCD6040190ACCB8006B445C /* SNTFileInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTFileInfo.h; sourceTree = "<group>"; };
|
|
0DCD6041190ACCB8006B445C /* SNTFileInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTFileInfo.m; sourceTree = "<group>"; };
|
|
0DCD604919105433006B445C /* SNTStoredEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTStoredEvent.h; sourceTree = "<group>"; };
|
|
0DCD604A19105433006B445C /* SNTStoredEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTStoredEvent.m; sourceTree = "<group>"; };
|
|
0DCD604E19115A06006B445C /* SNTXPCNotifierInterface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTXPCNotifierInterface.m; sourceTree = "<group>"; };
|
|
0DCD605319115D17006B445C /* SNTXPCControlInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTXPCControlInterface.h; sourceTree = "<group>"; };
|
|
0DCD605419115D17006B445C /* SNTXPCControlInterface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTXPCControlInterface.m; sourceTree = "<group>"; };
|
|
0DCD605A19117A90006B445C /* SNTCommandSyncPreflight.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTCommandSyncPreflight.h; sourceTree = "<group>"; };
|
|
0DCD605B19117A90006B445C /* SNTCommandSyncPreflight.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCommandSyncPreflight.m; sourceTree = "<group>"; };
|
|
0DD0D48E194F78F8005F27EB /* SNTFileInfoTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTFileInfoTest.m; sourceTree = "<group>"; };
|
|
0DD0D490194F9947005F27EB /* SNTExecutionControllerTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTExecutionControllerTest.m; sourceTree = "<group>"; };
|
|
0DE2CE541CA05561002B649A /* SNTAccessibleTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTAccessibleTextField.h; sourceTree = "<group>"; };
|
|
0DE2CE551CA05561002B649A /* SNTAccessibleTextField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTAccessibleTextField.m; sourceTree = "<group>"; };
|
|
0DE4C8A518FF3B1700466D04 /* SNTCommandFlushCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCommandFlushCache.m; sourceTree = "<group>"; };
|
|
0DE50F6619127169007B2B0C /* SNTRule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTRule.h; sourceTree = "<group>"; };
|
|
0DE50F671912716A007B2B0C /* SNTRule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTRule.m; sourceTree = "<group>"; };
|
|
0DE5B5491C926E3300C00603 /* SNTNotificationQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTNotificationQueue.h; sourceTree = "<group>"; };
|
|
0DE5B54A1C926E3300C00603 /* SNTNotificationQueue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTNotificationQueue.m; sourceTree = "<group>"; };
|
|
0DE6788B1784A8C2007A9E52 /* SNTExecutionController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTExecutionController.h; sourceTree = "<group>"; };
|
|
0DE6788C1784A8C2007A9E52 /* SNTExecutionController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = SNTExecutionController.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
|
|
0DE71A731B95F7F900518526 /* SNTCachedDecision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTCachedDecision.h; sourceTree = "<group>"; };
|
|
0DE71A741B95F7F900518526 /* SNTCachedDecision.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCachedDecision.m; sourceTree = "<group>"; };
|
|
0DEA5F641CF6000600704398 /* sync_preflight_lockdown.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = sync_preflight_lockdown.json; sourceTree = "<group>"; };
|
|
0DEA5F731CF639BE00704398 /* sync_eventupload_input_quarantine.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = sync_eventupload_input_quarantine.plist; sourceTree = "<group>"; };
|
|
0DEA5F751CF647E200704398 /* sync_eventupload_input_basic.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = sync_eventupload_input_basic.plist; sourceTree = "<group>"; };
|
|
0DEA5F771CF64C8B00704398 /* sync_ruledownload_batch1.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = sync_ruledownload_batch1.json; sourceTree = "<group>"; };
|
|
0DEA5F781CF64C8B00704398 /* sync_ruledownload_batch2.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = sync_ruledownload_batch2.json; sourceTree = "<group>"; };
|
|
0DEFB7BF1ACB28B000B92AAE /* SNTCommandSyncConstants.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCommandSyncConstants.m; sourceTree = "<group>"; };
|
|
0DEFB7C11ACB28BC00B92AAE /* SNTCommandSyncConstants.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SNTCommandSyncConstants.h; sourceTree = "<group>"; };
|
|
0DEFB7C21ACDD80100B92AAE /* SNTFileWatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTFileWatcher.h; sourceTree = "<group>"; };
|
|
0DEFB7C31ACDD80100B92AAE /* SNTFileWatcher.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTFileWatcher.m; sourceTree = "<group>"; };
|
|
0DEFB7C71ACF0BFE00B92AAE /* SNTFileWatcherTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTFileWatcherTest.m; sourceTree = "<group>"; };
|
|
0DF395621AB76A7900CBC520 /* NSData+Zlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+Zlib.h"; sourceTree = "<group>"; };
|
|
0DF395631AB76A7900CBC520 /* NSData+Zlib.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+Zlib.m"; sourceTree = "<group>"; };
|
|
0DF395651AB76ABC00CBC520 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
|
|
14B98F4051188ECB7D024331 /* libPods-santad-santabs.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-santad-santabs.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
29DEB147E07B3D5E61674D49 /* Pods-santad.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-santad.release.xcconfig"; path = "Pods/Target Support Files/Pods-santad/Pods-santad.release.xcconfig"; sourceTree = "<group>"; };
|
|
351CEE7AC20DDB0345A706BE /* Pods-LogicTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LogicTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-LogicTests/Pods-LogicTests.release.xcconfig"; sourceTree = "<group>"; };
|
|
409232791A51B65D00A04527 /* SNTCommandRule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCommandRule.m; sourceTree = "<group>"; };
|
|
4E3B4B2438711ACD7D560014 /* libPods-santactl.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-santactl.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
670AD2EB5E3572321B058D02 /* Pods-Santa.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Santa.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Santa/Pods-Santa.debug.xcconfig"; sourceTree = "<group>"; };
|
|
6C489E087A247B24480DB954 /* Pods-LogicTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LogicTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-LogicTests/Pods-LogicTests.debug.xcconfig"; sourceTree = "<group>"; };
|
|
7D949AA996AEAC326A4F6596 /* libPods-LogicTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-LogicTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
81133DAE1F3A75CE00917FF9 /* SNTCommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTCommand.h; sourceTree = "<group>"; };
|
|
81133DAF1F3A75CE00917FF9 /* SNTCommand.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCommand.m; sourceTree = "<group>"; };
|
|
8EF10E4B8C86CED022C72F1B /* Pods-santactl.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-santactl.debug.xcconfig"; path = "Pods/Target Support Files/Pods-santactl/Pods-santactl.debug.xcconfig"; sourceTree = "<group>"; };
|
|
90E9D568200AB9B642E06272 /* libPods-Santa.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Santa.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
A6A91785C40257CC156B4F05 /* Pods-Santa.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Santa.release.xcconfig"; path = "Pods/Target Support Files/Pods-Santa/Pods-Santa.release.xcconfig"; sourceTree = "<group>"; };
|
|
C11A10A5D6E112788769CF70 /* libPods-santad.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-santad.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
C72E8D931D7F399900C86DD3 /* SNTCommandFileInfoTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCommandFileInfoTest.m; sourceTree = "<group>"; };
|
|
C74D6CC51EEB3B9B00BB5A33 /* BundleExample.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; path = BundleExample.app; sourceTree = "<group>"; };
|
|
C76614EB1D142D3C00D150C1 /* SNTCommandCheckCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCommandCheckCache.m; sourceTree = "<group>"; };
|
|
C776A1051DEE160500A56616 /* SNTCommandSyncManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTCommandSyncManager.h; sourceTree = "<group>"; };
|
|
C776A1061DEE160500A56616 /* SNTCommandSyncManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCommandSyncManager.m; sourceTree = "<group>"; };
|
|
C78227541E1C3C58006EB2D6 /* santabs.xpc */ = {isa = PBXFileReference; explicitFileType = "wrapper.xpc-service"; includeInIndex = 0; path = santabs.xpc; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
C795ED8E1D80A5BE007CFF42 /* SNTPolicyProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTPolicyProcessor.h; sourceTree = "<group>"; };
|
|
C795ED8F1D80A5BE007CFF42 /* SNTPolicyProcessor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTPolicyProcessor.m; sourceTree = "<group>"; };
|
|
C79A23561E23F7E80037AFA8 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
C79A235A1E23F8820037AFA8 /* santabs-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "santabs-Info.plist"; sourceTree = "<group>"; };
|
|
C7C721AC1E23FCB50051FAA6 /* SNTBundleService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTBundleService.h; sourceTree = "<group>"; };
|
|
C7C721AD1E23FCB50051FAA6 /* SNTBundleService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTBundleService.m; sourceTree = "<group>"; };
|
|
C7C721AF1E23FF300051FAA6 /* SNTXPCBundleServiceInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTXPCBundleServiceInterface.h; sourceTree = "<group>"; };
|
|
C7C721B01E23FF300051FAA6 /* SNTXPCBundleServiceInterface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTXPCBundleServiceInterface.m; sourceTree = "<group>"; };
|
|
C7DA62F81E241A02009BDF2C /* SNTCommandBundleInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTCommandBundleInfo.m; sourceTree = "<group>"; };
|
|
C7FB56F41DBFB480004E14EF /* SNTXPCSyncdInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTXPCSyncdInterface.h; sourceTree = "<group>"; };
|
|
C7FB56F51DBFB480004E14EF /* SNTXPCSyncdInterface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTXPCSyncdInterface.m; sourceTree = "<group>"; };
|
|
C7FB56FE1DBFC213004E14EF /* SNTSyncdQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTSyncdQueue.h; sourceTree = "<group>"; };
|
|
C7FB56FF1DBFC213004E14EF /* SNTSyncdQueue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNTSyncdQueue.m; sourceTree = "<group>"; };
|
|
D7DEE68F05C49966396A2F10 /* Pods-santad-santabs.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-santad-santabs.release.xcconfig"; path = "Pods/Target Support Files/Pods-santad-santabs/Pods-santad-santabs.release.xcconfig"; sourceTree = "<group>"; };
|
|
D9B2D7095028D87E12E63EF7 /* Pods-santad-santabs.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-santad-santabs.debug.xcconfig"; path = "Pods/Target Support Files/Pods-santad-santabs/Pods-santad-santabs.debug.xcconfig"; sourceTree = "<group>"; };
|
|
DF5FE88E12AB307864A53CE7 /* Pods-santactl.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-santactl.release.xcconfig"; path = "Pods/Target Support Files/Pods-santactl/Pods-santactl.release.xcconfig"; sourceTree = "<group>"; };
|
|
E9FBFC5E3E1B268E4B453C9D /* Pods-santad.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-santad.debug.xcconfig"; path = "Pods/Target Support Files/Pods-santad/Pods-santad.debug.xcconfig"; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
0D00169F192BCD3C005E7FCD /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
0D260DA918B68E12002A0B55 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
0D202D1E1CDD479400A88F16 /* libz.tbd in Frameworks */,
|
|
D1761D2DAE8C790F29AFE6C9 /* libPods-LogicTests.a in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
0D35BD9B18FD71CE00921A21 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
0DF395661AB76ABC00CBC520 /* libz.dylib in Frameworks */,
|
|
D6D356C5BC8709C2E355C113 /* libPods-santactl.a in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
0D385DB3180DE4A900418BC6 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B352A545B76783D568A6D0C5 /* libPods-Santa.a in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
0D9A7F3A1759330400035EB5 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
168A4E09A2A5E0B7DF8A2F1A /* libPods-santad.a in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
73FE93AEAAFA579D63B26D43 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
C78227511E1C3C58006EB2D6 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
59D56CF2D9C5BD9B7E3CC56D /* libPods-santad-santabs.a in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
0D0016A4192BCD3C005E7FCD /* KernelTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0D0016A5192BCD3C005E7FCD /* main.mm */,
|
|
);
|
|
path = KernelTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
0D260DAF18B68E12002A0B55 /* LogicTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0D91BCB6174E8A7E00131A7D /* Frameworks */,
|
|
0D260DB018B68E12002A0B55 /* Resources */,
|
|
0D2E1E621CEFA6C30039B2C4 /* SantaCacheTest.mm */,
|
|
C72E8D931D7F399900C86DD3 /* SNTCommandFileInfoTest.m */,
|
|
0D202D181CDD2EE500A88F16 /* SNTCommandSyncTest.m */,
|
|
0D41DAD31A7C28C800A890FE /* SNTEventTableTest.m */,
|
|
0DD0D490194F9947005F27EB /* SNTExecutionControllerTest.m */,
|
|
0DD0D48E194F78F8005F27EB /* SNTFileInfoTest.m */,
|
|
0DEFB7C71ACF0BFE00B92AAE /* SNTFileWatcherTest.m */,
|
|
0DB537861AFD36EB00487F92 /* SNTRuleTableTest.m */,
|
|
0D3AFBE618FB32CB0087BCEE /* SNTXPCConnectionTest.m */,
|
|
);
|
|
path = LogicTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
0D260DB018B68E12002A0B55 /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C74D6CC51EEB3B9B00BB5A33 /* BundleExample.app */,
|
|
0D536ED51B8E7A2E0039A26D /* bad_pagezero */,
|
|
0D2CD4601A81C7B100C9C910 /* dn.plist */,
|
|
0D536ED61B8E7A2E0039A26D /* missing_pagezero */,
|
|
0DEA5F751CF647E200704398 /* sync_eventupload_input_basic.plist */,
|
|
0DEA5F731CF639BE00704398 /* sync_eventupload_input_quarantine.plist */,
|
|
0D202D1F1CE4E90E00A88F16 /* sync_preflight_basic.json */,
|
|
0DEA5F641CF6000600704398 /* sync_preflight_lockdown.json */,
|
|
0DEA5F771CF64C8B00704398 /* sync_ruledownload_batch1.json */,
|
|
0DEA5F781CF64C8B00704398 /* sync_ruledownload_batch2.json */,
|
|
0D260DB118B68E12002A0B55 /* Tests-Info.plist */,
|
|
);
|
|
path = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
0D35BDA018FD71CE00921A21 /* santactl */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
81133DAE1F3A75CE00917FF9 /* SNTCommand.h */,
|
|
81133DAF1F3A75CE00917FF9 /* SNTCommand.m */,
|
|
0D35BDAA18FD7CFD00921A21 /* SNTCommandController.h */,
|
|
0D35BDAB18FD7CFD00921A21 /* SNTCommandController.m */,
|
|
0D35BDA118FD71CE00921A21 /* main.m */,
|
|
0DAF01141C1B794B00F5B6C3 /* Commands */,
|
|
0D35BDA318FD71CE00921A21 /* Resources */,
|
|
);
|
|
path = santactl;
|
|
sourceTree = "<group>";
|
|
};
|
|
0D35BDA318FD71CE00921A21 /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0D28E5E41926B55600280F87 /* santactl-Info.plist */,
|
|
);
|
|
path = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
0D35BDB618FD84FC00921A21 /* sync */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0DF395621AB76A7900CBC520 /* NSData+Zlib.h */,
|
|
0DF395631AB76A7900CBC520 /* NSData+Zlib.m */,
|
|
0D35BDB418FD84F600921A21 /* SNTCommandSync.m */,
|
|
0DEFB7C11ACB28BC00B92AAE /* SNTCommandSyncConstants.h */,
|
|
0DEFB7BF1ACB28B000B92AAE /* SNTCommandSyncConstants.m */,
|
|
0D41640319197AD7006A356A /* SNTCommandSyncEventUpload.h */,
|
|
0D41640419197AD7006A356A /* SNTCommandSyncEventUpload.m */,
|
|
0DC5D86F192160180078A5C0 /* SNTCommandSyncLogUpload.h */,
|
|
0DC5D870192160180078A5C0 /* SNTCommandSyncLogUpload.m */,
|
|
C776A1051DEE160500A56616 /* SNTCommandSyncManager.h */,
|
|
C776A1061DEE160500A56616 /* SNTCommandSyncManager.m */,
|
|
0D0A1EC4191AB9B000B8450F /* SNTCommandSyncPostflight.h */,
|
|
0D0A1EC5191AB9B000B8450F /* SNTCommandSyncPostflight.m */,
|
|
0DCD605A19117A90006B445C /* SNTCommandSyncPreflight.h */,
|
|
0DCD605B19117A90006B445C /* SNTCommandSyncPreflight.m */,
|
|
0D0A1EC1191998C900B8450F /* SNTCommandSyncRuleDownload.h */,
|
|
0D0A1EC2191998C900B8450F /* SNTCommandSyncRuleDownload.m */,
|
|
0D9184B61CD2F32D0004E859 /* SNTCommandSyncStage.h */,
|
|
0D9184B71CD2F32D0004E859 /* SNTCommandSyncStage.m */,
|
|
0D4163FF191974F1006A356A /* SNTCommandSyncState.h */,
|
|
0D416400191974F1006A356A /* SNTCommandSyncState.m */,
|
|
);
|
|
path = sync;
|
|
sourceTree = "<group>";
|
|
};
|
|
0D385DBD180DE4A900418BC6 /* SantaGUI */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0D385DC3180DE4A900418BC6 /* main.m */,
|
|
0D1B476D19A53419008CADD3 /* SNTAboutWindowController.h */,
|
|
0D1B476E19A53419008CADD3 /* SNTAboutWindowController.m */,
|
|
0DE2CE541CA05561002B649A /* SNTAccessibleTextField.h */,
|
|
0DE2CE551CA05561002B649A /* SNTAccessibleTextField.m */,
|
|
0D385DEA180DE51600418BC6 /* SNTAppDelegate.h */,
|
|
0D385DEB180DE51600418BC6 /* SNTAppDelegate.m */,
|
|
0D668E7F18D1121700E29A8B /* SNTMessageWindow.h */,
|
|
0D668E8018D1121700E29A8B /* SNTMessageWindow.m */,
|
|
0D385DEC180DE51600418BC6 /* SNTMessageWindowController.h */,
|
|
0D385DED180DE51600418BC6 /* SNTMessageWindowController.m */,
|
|
0D385DEE180DE51600418BC6 /* SNTNotificationManager.h */,
|
|
0D385DEF180DE51600418BC6 /* SNTNotificationManager.m */,
|
|
0D3AF83018F87CE20087BCEE /* Resources */,
|
|
);
|
|
path = SantaGUI;
|
|
sourceTree = "<group>";
|
|
};
|
|
0D3AF83018F87CE20087BCEE /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0D385DCF180DE4A900418BC6 /* Images.xcassets */,
|
|
0D385DBF180DE4A900418BC6 /* SantaGUI-Info.plist */,
|
|
0D1B476F19A53419008CADD3 /* AboutWindow.xib */,
|
|
0D385DE9180DE51600418BC6 /* MessageWindow.xib */,
|
|
);
|
|
path = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
0D3AF83118F87CEF0087BCEE /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0DB8ACE41858D73000FEF9C7 /* santad-Info.plist */,
|
|
);
|
|
path = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
0D789F9F1940F26D0036F7C4 /* Tests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0D0016A4192BCD3C005E7FCD /* KernelTests */,
|
|
0D260DAF18B68E12002A0B55 /* LogicTests */,
|
|
);
|
|
path = Tests;
|
|
sourceTree = "<group>";
|
|
};
|
|
0D91BCA7174E8A6500131A7D = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0DB77FDC1CD262F5004DF060 /* Source */,
|
|
0D789F9F1940F26D0036F7C4 /* Tests */,
|
|
0D91BCB5174E8A7E00131A7D /* Products */,
|
|
F6A64BBF2D62B24B58B2051B /* Pods */,
|
|
65ABB276038B07159901CE5B /* Frameworks */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
0D91BCB5174E8A7E00131A7D /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0D91BCB4174E8A7E00131A7D /* santa-driver.kext */,
|
|
0D9A7F3D1759330500035EB5 /* santad */,
|
|
0D385DB6180DE4A900418BC6 /* Santa.app */,
|
|
0D260DAC18B68E12002A0B55 /* LogicTests.xctest */,
|
|
0D35BD9E18FD71CE00921A21 /* santactl */,
|
|
0D0016A2192BCD3C005E7FCD /* KernelTests */,
|
|
C78227541E1C3C58006EB2D6 /* santabs.xpc */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
0D91BCB6174E8A7E00131A7D /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0D202D1D1CDD479400A88F16 /* libz.tbd */,
|
|
0DF395651AB76ABC00CBC520 /* libz.dylib */,
|
|
0DCD5F771909C659006B445C /* SecurityInterface.framework */,
|
|
0D3AFBF718FB4C870087BCEE /* IOKit.framework */,
|
|
0D8C200B180F359A00CE2BF8 /* Security.framework */,
|
|
0D4A5006176A4602004F63BF /* Security.framework */,
|
|
0D91BCB8174E8A7E00131A7D /* Kernel.framework */,
|
|
0D9A7F3E1759330500035EB5 /* Foundation.framework */,
|
|
0D385DB7180DE4A900418BC6 /* Cocoa.framework */,
|
|
);
|
|
name = Frameworks;
|
|
path = ../..;
|
|
sourceTree = "<group>";
|
|
};
|
|
0D91BCB9174E8A7E00131A7D /* santa-driver */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0D202D231CE5071600A88F16 /* SantaCache.h */,
|
|
0D4644C4182AF81700098690 /* SantaDecisionManager.h */,
|
|
0D4644C3182AF81700098690 /* SantaDecisionManager.cc */,
|
|
0D9A7F321759144800035EB5 /* SantaDriver.h */,
|
|
0D9A7F311759144800035EB5 /* SantaDriver.cc */,
|
|
0D9A7F361759148E00035EB5 /* SantaDriverClient.h */,
|
|
0D9A7F351759148E00035EB5 /* SantaDriverClient.cc */,
|
|
0DA36C1F199EA46600A129D6 /* Resources */,
|
|
);
|
|
path = "santa-driver";
|
|
sourceTree = "<group>";
|
|
};
|
|
0D91BCD5174E8AAB00131A7D /* common */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0DB77FD61CCE824A004DF060 /* SNTBlockMessage.h */,
|
|
0DB77FD71CCE824A004DF060 /* SNTBlockMessage.m */,
|
|
0D91BCE4174E8B5E00131A7D /* SNTCommonEnums.h */,
|
|
0D42D2B619D2042900955F08 /* SNTConfigurator.h */,
|
|
0D42D2B719D2042900955F08 /* SNTConfigurator.m */,
|
|
0D10BE881A0AAC2100C0C944 /* SNTDropRootPrivs.h */,
|
|
0D10BE851A0AABD600C0C944 /* SNTDropRootPrivs.m */,
|
|
0DCD6040190ACCB8006B445C /* SNTFileInfo.h */,
|
|
0DCD6041190ACCB8006B445C /* SNTFileInfo.m */,
|
|
0DEFB7C21ACDD80100B92AAE /* SNTFileWatcher.h */,
|
|
0DEFB7C31ACDD80100B92AAE /* SNTFileWatcher.m */,
|
|
0D28E5E31926AFE400280F87 /* SNTKernelCommon.h */,
|
|
0D28E5E119269B3600280F87 /* SNTLogging.h */,
|
|
0DA73C9E1934F8100056D7C4 /* SNTLogging.m */,
|
|
0DE50F6619127169007B2B0C /* SNTRule.h */,
|
|
0DE50F671912716A007B2B0C /* SNTRule.m */,
|
|
0DCD604919105433006B445C /* SNTStoredEvent.h */,
|
|
0DCD604A19105433006B445C /* SNTStoredEvent.m */,
|
|
0D5058CF1CB70123008784BA /* SNTStrengthify.h */,
|
|
0D42D2B319D1D98A00955F08 /* SNTSystemInfo.h */,
|
|
0D42D2B419D1D98A00955F08 /* SNTSystemInfo.m */,
|
|
C7C721AF1E23FF300051FAA6 /* SNTXPCBundleServiceInterface.h */,
|
|
C7C721B01E23FF300051FAA6 /* SNTXPCBundleServiceInterface.m */,
|
|
0D6FDC9418C93A020044685C /* SNTXPCConnection.h */,
|
|
0D6FDC9518C93A020044685C /* SNTXPCConnection.m */,
|
|
0DCD605319115D17006B445C /* SNTXPCControlInterface.h */,
|
|
0DCD605419115D17006B445C /* SNTXPCControlInterface.m */,
|
|
0DC8C9E3180CC3BC00FCFB29 /* SNTXPCNotifierInterface.h */,
|
|
0DCD604E19115A06006B445C /* SNTXPCNotifierInterface.m */,
|
|
C7FB56F41DBFB480004E14EF /* SNTXPCSyncdInterface.h */,
|
|
C7FB56F51DBFB480004E14EF /* SNTXPCSyncdInterface.m */,
|
|
);
|
|
path = common;
|
|
sourceTree = "<group>";
|
|
};
|
|
0D9A7F401759330500035EB5 /* santad */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0DA73CA519363C9F0056D7C4 /* DataLayer */,
|
|
0D9A7F411759330500035EB5 /* main.m */,
|
|
0DB8ACBF185662DC00FEF9C7 /* SNTApplication.h */,
|
|
0DB8ACC0185662DC00FEF9C7 /* SNTApplication.m */,
|
|
0DE71A731B95F7F900518526 /* SNTCachedDecision.h */,
|
|
0DE71A741B95F7F900518526 /* SNTCachedDecision.m */,
|
|
0D8E18CB19107B56000F89B8 /* SNTDaemonControlController.h */,
|
|
0D8E18CC19107B56000F89B8 /* SNTDaemonControlController.m */,
|
|
0D63DD5A1906FCB400D346C4 /* SNTDatabaseController.h */,
|
|
0D63DD5B1906FCB400D346C4 /* SNTDatabaseController.m */,
|
|
C795ED8E1D80A5BE007CFF42 /* SNTPolicyProcessor.h */,
|
|
C795ED8F1D80A5BE007CFF42 /* SNTPolicyProcessor.m */,
|
|
0D7D01851774F93A005DBAB4 /* SNTDriverManager.h */,
|
|
0D7D01861774F93A005DBAB4 /* SNTDriverManager.m */,
|
|
0D536ED91B94E9230039A26D /* SNTEventLog.h */,
|
|
0D536EDA1B94E9230039A26D /* SNTEventLog.m */,
|
|
0DE6788B1784A8C2007A9E52 /* SNTExecutionController.h */,
|
|
0DE6788C1784A8C2007A9E52 /* SNTExecutionController.m */,
|
|
0DE5B5491C926E3300C00603 /* SNTNotificationQueue.h */,
|
|
0DE5B54A1C926E3300C00603 /* SNTNotificationQueue.m */,
|
|
C7FB56FE1DBFC213004E14EF /* SNTSyncdQueue.h */,
|
|
C7FB56FF1DBFC213004E14EF /* SNTSyncdQueue.m */,
|
|
0D3AF83118F87CEF0087BCEE /* Resources */,
|
|
);
|
|
path = santad;
|
|
sourceTree = "<group>";
|
|
};
|
|
0DA36C1F199EA46600A129D6 /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0D91BCBB174E8A7E00131A7D /* santa-driver-Info.plist */,
|
|
);
|
|
path = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
0DA73CA519363C9F0056D7C4 /* DataLayer */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0D37C10D18F6029A0069BC61 /* SNTDatabaseTable.h */,
|
|
0D37C10E18F6029A0069BC61 /* SNTDatabaseTable.m */,
|
|
0D377C2817A071B7008453DB /* SNTEventTable.h */,
|
|
0D377C2917A071B7008453DB /* SNTEventTable.m */,
|
|
0D377C2417A06DDE008453DB /* SNTRuleTable.h */,
|
|
0DC5D86C191AED220078A5C0 /* SNTRuleTable.m */,
|
|
);
|
|
path = DataLayer;
|
|
sourceTree = "<group>";
|
|
};
|
|
0DAF01141C1B794B00F5B6C3 /* Commands */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C7DA62F81E241A02009BDF2C /* SNTCommandBundleInfo.m */,
|
|
C76614EB1D142D3C00D150C1 /* SNTCommandCheckCache.m */,
|
|
0DCD5FBE1909D64A006B445C /* SNTCommandFileInfo.m */,
|
|
0DE4C8A518FF3B1700466D04 /* SNTCommandFlushCache.m */,
|
|
409232791A51B65D00A04527 /* SNTCommandRule.m */,
|
|
0D827E6619DF3C74006EC811 /* SNTCommandStatus.m */,
|
|
0DB390981AB1E11400614002 /* SNTCommandVersion.m */,
|
|
0D35BDB618FD84FC00921A21 /* sync */,
|
|
);
|
|
path = Commands;
|
|
sourceTree = "<group>";
|
|
};
|
|
0DB77FDC1CD262F5004DF060 /* Source */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0D91BCD5174E8AAB00131A7D /* common */,
|
|
0D91BCB9174E8A7E00131A7D /* santa-driver */,
|
|
0D9A7F401759330500035EB5 /* santad */,
|
|
C79A23541E23F7E80037AFA8 /* santabs */,
|
|
0D35BDA018FD71CE00921A21 /* santactl */,
|
|
0D385DBD180DE4A900418BC6 /* SantaGUI */,
|
|
0D2429471E787655005C6FC9 /* DevelopmentTeam.xcconfig */,
|
|
);
|
|
path = Source;
|
|
sourceTree = "<group>";
|
|
};
|
|
65ABB276038B07159901CE5B /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
7D949AA996AEAC326A4F6596 /* libPods-LogicTests.a */,
|
|
90E9D568200AB9B642E06272 /* libPods-Santa.a */,
|
|
4E3B4B2438711ACD7D560014 /* libPods-santactl.a */,
|
|
C11A10A5D6E112788769CF70 /* libPods-santad.a */,
|
|
14B98F4051188ECB7D024331 /* libPods-santad-santabs.a */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
C79A23541E23F7E80037AFA8 /* santabs */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C79A23561E23F7E80037AFA8 /* main.m */,
|
|
C7C721AC1E23FCB50051FAA6 /* SNTBundleService.h */,
|
|
C7C721AD1E23FCB50051FAA6 /* SNTBundleService.m */,
|
|
C79A23591E23F8820037AFA8 /* Resources */,
|
|
);
|
|
path = santabs;
|
|
sourceTree = "<group>";
|
|
};
|
|
C79A23591E23F8820037AFA8 /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C79A235A1E23F8820037AFA8 /* santabs-Info.plist */,
|
|
);
|
|
path = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
F6A64BBF2D62B24B58B2051B /* Pods */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
6C489E087A247B24480DB954 /* Pods-LogicTests.debug.xcconfig */,
|
|
351CEE7AC20DDB0345A706BE /* Pods-LogicTests.release.xcconfig */,
|
|
670AD2EB5E3572321B058D02 /* Pods-Santa.debug.xcconfig */,
|
|
A6A91785C40257CC156B4F05 /* Pods-Santa.release.xcconfig */,
|
|
8EF10E4B8C86CED022C72F1B /* Pods-santactl.debug.xcconfig */,
|
|
DF5FE88E12AB307864A53CE7 /* Pods-santactl.release.xcconfig */,
|
|
E9FBFC5E3E1B268E4B453C9D /* Pods-santad.debug.xcconfig */,
|
|
29DEB147E07B3D5E61674D49 /* Pods-santad.release.xcconfig */,
|
|
D9B2D7095028D87E12E63EF7 /* Pods-santad-santabs.debug.xcconfig */,
|
|
D7DEE68F05C49966396A2F10 /* Pods-santad-santabs.release.xcconfig */,
|
|
);
|
|
name = Pods;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
0D91BCB0174E8A7E00131A7D /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
0D202D251CE5071600A88F16 /* SantaCache.h in Headers */,
|
|
0D4644C6182AF81700098690 /* SantaDecisionManager.h in Headers */,
|
|
0D9A7F341759144800035EB5 /* SantaDriver.h in Headers */,
|
|
0D9A7F381759148E00035EB5 /* SantaDriverClient.h in Headers */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
0D0016A1192BCD3C005E7FCD /* KernelTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 0D0016AB192BCD3D005E7FCD /* Build configuration list for PBXNativeTarget "KernelTests" */;
|
|
buildPhases = (
|
|
0D00169E192BCD3C005E7FCD /* Sources */,
|
|
0D00169F192BCD3C005E7FCD /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = KernelTests;
|
|
productName = KernelTests;
|
|
productReference = 0D0016A2192BCD3C005E7FCD /* KernelTests */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
0D260DAB18B68E12002A0B55 /* LogicTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 0D260DBC18B68E12002A0B55 /* Build configuration list for PBXNativeTarget "LogicTests" */;
|
|
buildPhases = (
|
|
9BF8830B1029605A497F13D5 /* [CP] Check Pods Manifest.lock */,
|
|
0D673DAD18FC9017009C5B06 /* Delete existing coverage files */,
|
|
0D260DA818B68E12002A0B55 /* Sources */,
|
|
0D260DA918B68E12002A0B55 /* Frameworks */,
|
|
0D260DAA18B68E12002A0B55 /* Resources */,
|
|
D49A3AB950AFD99741E9AF89 /* [CP] Embed Pods Frameworks */,
|
|
23869BA352E2C86DEFE62819 /* [CP] Copy Pods Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = LogicTests;
|
|
productName = SantaTests;
|
|
productReference = 0D260DAC18B68E12002A0B55 /* LogicTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
0D35BD9D18FD71CE00921A21 /* santactl */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 0D35BDA918FD71CE00921A21 /* Build configuration list for PBXNativeTarget "santactl" */;
|
|
buildPhases = (
|
|
C936E88DFEEB9D1ED552BA97 /* [CP] Check Pods Manifest.lock */,
|
|
0DD98E671A5DD02000A754C6 /* Update Version Info */,
|
|
0D35BD9A18FD71CE00921A21 /* Sources */,
|
|
0D35BD9B18FD71CE00921A21 /* Frameworks */,
|
|
2737FE8516A33567D3449943 /* [CP] Copy Pods Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = santactl;
|
|
productName = santactl;
|
|
productReference = 0D35BD9E18FD71CE00921A21 /* santactl */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
0D385DB5180DE4A900418BC6 /* Santa */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 0D385DE3180DE4A900418BC6 /* Build configuration list for PBXNativeTarget "Santa" */;
|
|
buildPhases = (
|
|
B193461D3612BCB47C16E407 /* [CP] Check Pods Manifest.lock */,
|
|
0DD98E681A5DD03E00A754C6 /* Update Version Info */,
|
|
0D385DB2180DE4A900418BC6 /* Sources */,
|
|
0D385DB3180DE4A900418BC6 /* Frameworks */,
|
|
0D385DB4180DE4A900418BC6 /* Resources */,
|
|
BA20035148DDEF5808B2C7EF /* [CP] Embed Pods Frameworks */,
|
|
DDE76075391100F3BCE3634E /* [CP] Copy Pods Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = Santa;
|
|
productName = SantaNotifier;
|
|
productReference = 0D385DB6180DE4A900418BC6 /* Santa.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
0D91BCB3174E8A7E00131A7D /* santa-driver */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 0D91BCC3174E8A7E00131A7D /* Build configuration list for PBXNativeTarget "santa-driver" */;
|
|
buildPhases = (
|
|
0D45F4271A5DCB7A00BF4375 /* Update Version Info */,
|
|
0DD98E691A5DD5C900A754C6 /* Update Module Version */,
|
|
0D91BCAE174E8A7E00131A7D /* Sources */,
|
|
0D91BCB0174E8A7E00131A7D /* Headers */,
|
|
0DC765E91B28D9CB00BAE651 /* CopyFiles */,
|
|
C78227621E1C3C70006EB2D6 /* CopyFiles */,
|
|
73FE93AEAAFA579D63B26D43 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
0DC765E61B28D9C600BAE651 /* PBXTargetDependency */,
|
|
0DC765E81B28D9C600BAE651 /* PBXTargetDependency */,
|
|
);
|
|
name = "santa-driver";
|
|
productName = "santa-driver";
|
|
productReference = 0D91BCB4174E8A7E00131A7D /* santa-driver.kext */;
|
|
productType = "com.apple.product-type.kernel-extension";
|
|
};
|
|
0D9A7F3C1759330400035EB5 /* santad */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 0D9A7F471759330500035EB5 /* Build configuration list for PBXNativeTarget "santad" */;
|
|
buildPhases = (
|
|
2146C1274A8C11B3755A8A67 /* [CP] Check Pods Manifest.lock */,
|
|
0DD98E661A5DCED300A754C6 /* Update Version Info */,
|
|
0D9A7F391759330400035EB5 /* Sources */,
|
|
0D9A7F3A1759330400035EB5 /* Frameworks */,
|
|
531BBB5BA4BF953D628D29AB /* [CP] Copy Pods Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
C7089E811EA1404900D0E1DC /* PBXTargetDependency */,
|
|
);
|
|
name = santad;
|
|
productName = santad;
|
|
productReference = 0D9A7F3D1759330500035EB5 /* santad */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
C78227531E1C3C58006EB2D6 /* santabs */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = C782275F1E1C3C58006EB2D6 /* Build configuration list for PBXNativeTarget "santabs" */;
|
|
buildPhases = (
|
|
1F3C2264A3EADEFC0DBE283E /* [CP] Check Pods Manifest.lock */,
|
|
C7F95F971E23F9E7007A6BF5 /* Update bundle version */,
|
|
C78227501E1C3C58006EB2D6 /* Sources */,
|
|
C78227511E1C3C58006EB2D6 /* Frameworks */,
|
|
C78227521E1C3C58006EB2D6 /* Resources */,
|
|
FCF4BDAA180BD63C32AC85DE /* [CP] Copy Pods Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = santabs;
|
|
productName = santabs;
|
|
productReference = C78227541E1C3C58006EB2D6 /* santabs.xpc */;
|
|
productType = "com.apple.product-type.xpc-service";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
0D91BCA8174E8A6500131A7D /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0730;
|
|
TargetAttributes = {
|
|
0D260DAB18B68E12002A0B55 = {
|
|
TestTargetID = 0D385DB5180DE4A900418BC6;
|
|
};
|
|
C78227531E1C3C58006EB2D6 = {
|
|
CreatedOnToolsVersion = 7.3.1;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 0D91BCAB174E8A6500131A7D /* Build configuration list for PBXProject "Santa" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = 0D91BCA7174E8A6500131A7D;
|
|
productRefGroup = 0D91BCB5174E8A7E00131A7D /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
0D91BCDC174E8AE600131A7D /* All */,
|
|
0D91BCB3174E8A7E00131A7D /* santa-driver */,
|
|
0D9A7F3C1759330400035EB5 /* santad */,
|
|
0D35BD9D18FD71CE00921A21 /* santactl */,
|
|
C78227531E1C3C58006EB2D6 /* santabs */,
|
|
0D385DB5180DE4A900418BC6 /* Santa */,
|
|
0D260DAB18B68E12002A0B55 /* LogicTests */,
|
|
0D0016A1192BCD3C005E7FCD /* KernelTests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
0D260DAA18B68E12002A0B55 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
0DEA5F761CF6482E00704398 /* sync_eventupload_input_basic.plist in Resources */,
|
|
0D536ED71B8E7A2E0039A26D /* bad_pagezero in Resources */,
|
|
C74D6CC61EEB3B9B00BB5A33 /* BundleExample.app in Resources */,
|
|
0DEA5F7A1CF64C9200704398 /* sync_ruledownload_batch1.json in Resources */,
|
|
0DEA5F741CF63B9600704398 /* sync_eventupload_input_quarantine.plist in Resources */,
|
|
0D2CD4611A81C7B100C9C910 /* dn.plist in Resources */,
|
|
0DEA5F7B1CF64C9200704398 /* sync_ruledownload_batch2.json in Resources */,
|
|
0DEA5F6C1CF6254900704398 /* sync_preflight_lockdown.json in Resources */,
|
|
0D536ED81B8E7A2E0039A26D /* missing_pagezero in Resources */,
|
|
0D202D201CE4E90E00A88F16 /* sync_preflight_basic.json in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
0D385DB4180DE4A900418BC6 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
0D385DF0180DE51600418BC6 /* MessageWindow.xib in Resources */,
|
|
0D385DD0180DE4A900418BC6 /* Images.xcassets in Resources */,
|
|
0D1B477119A53419008CADD3 /* AboutWindow.xib in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
C78227521E1C3C58006EB2D6 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
0D45F4271A5DCB7A00BF4375 /* Update Version Info */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
"$(SRCROOT)/Source/santa-driver/Resources/santa-driver-Info.plist",
|
|
);
|
|
name = "Update Version Info";
|
|
outputPaths = (
|
|
"$(DERIVED_FILE_DIR)/santa-driver-Info.plist",
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "GIT_TAG=$(git describe --abbrev=0 --tags)\nGIT_COMMIT=$(git rev-parse --short HEAD)\n\ncp ${SCRIPT_INPUT_FILE_0} ${SCRIPT_OUTPUT_FILE_0}\n\nif [ $CONFIGURATION = \"Debug\" ]; then\n newVersion=\"${GIT_TAG}d ${GIT_COMMIT}\"\nelse\n newVersion=\"${GIT_TAG}\"\nfi\n\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion ${GIT_TAG}\" ${SCRIPT_OUTPUT_FILE_0}\n/usr/libexec/PlistBuddy -c \"Set :CFBundleShortVersionString ${newVersion}\" ${SCRIPT_OUTPUT_FILE_0}";
|
|
};
|
|
0D673DAD18FC9017009C5B06 /* Delete existing coverage files */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "Delete existing coverage files";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "# Delete existing gcda files to prevent the build log being filled with hundreds of lines\n# of \"profiling:invalid arc tag\".\n# TODO(rah): Remove when Xcode fixes this.\nfind . -name \"*.gcda\" -print0 | xargs -0 rm";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
0DD98E661A5DCED300A754C6 /* Update Version Info */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
"$(SRCROOT)/Source/santad/Resources/santad-Info.plist",
|
|
);
|
|
name = "Update Version Info";
|
|
outputPaths = (
|
|
"$(DERIVED_FILE_DIR)/santad-Info.plist",
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "GIT_TAG=$(git describe --abbrev=0 --tags)\nGIT_COMMIT=$(git rev-parse --short HEAD)\n\ncp ${SCRIPT_INPUT_FILE_0} ${SCRIPT_OUTPUT_FILE_0}\n\nif [ $CONFIGURATION = \"Debug\" ]; then\nnewVersion=\"${GIT_TAG}d ${GIT_COMMIT}\"\nelse\nnewVersion=\"${GIT_TAG}\"\nfi\n\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion ${GIT_TAG}\" ${SCRIPT_OUTPUT_FILE_0}\n/usr/libexec/PlistBuddy -c \"Set :CFBundleShortVersionString ${newVersion}\" ${SCRIPT_OUTPUT_FILE_0}";
|
|
};
|
|
0DD98E671A5DD02000A754C6 /* Update Version Info */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
"$(SRCROOT)/Source/santactl/Resources/santactl-Info.plist",
|
|
);
|
|
name = "Update Version Info";
|
|
outputPaths = (
|
|
"$(DERIVED_FILE_DIR)/santactl-Info.plist",
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "GIT_TAG=$(git describe --abbrev=0 --tags)\nGIT_COMMIT=$(git rev-parse --short HEAD)\n\ncp ${SCRIPT_INPUT_FILE_0} ${SCRIPT_OUTPUT_FILE_0}\n\nif [ $CONFIGURATION = \"Debug\" ]; then\nnewVersion=\"${GIT_TAG}d ${GIT_COMMIT}\"\nelse\nnewVersion=\"${GIT_TAG}\"\nfi\n\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion ${GIT_TAG}\" ${SCRIPT_OUTPUT_FILE_0}\n/usr/libexec/PlistBuddy -c \"Set :CFBundleShortVersionString ${newVersion}\" ${SCRIPT_OUTPUT_FILE_0}";
|
|
};
|
|
0DD98E681A5DD03E00A754C6 /* Update Version Info */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
"$(SRCROOT)/Source/SantaGUI/Resources/SantaGUI-Info.plist",
|
|
);
|
|
name = "Update Version Info";
|
|
outputPaths = (
|
|
"$(DERIVED_FILE_DIR)/SantaGUI-Info.plist",
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "GIT_TAG=$(git describe --abbrev=0 --tags)\nGIT_COMMIT=$(git rev-parse --short HEAD)\n\ncp ${SCRIPT_INPUT_FILE_0} ${SCRIPT_OUTPUT_FILE_0}\n\nif [ $CONFIGURATION = \"Debug\" ]; then\nnewVersion=\"${GIT_TAG}d ${GIT_COMMIT}\"\nelse\nnewVersion=\"${GIT_TAG}\"\nfi\n\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion ${GIT_TAG}\" ${SCRIPT_OUTPUT_FILE_0}\n/usr/libexec/PlistBuddy -c \"Set :CFBundleShortVersionString ${newVersion}\" ${SCRIPT_OUTPUT_FILE_0}";
|
|
};
|
|
0DD98E691A5DD5C900A754C6 /* Update Module Version */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "Update Module Version";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "GIT_TAG=$(git describe --abbrev=0 --tags)\nsed -i '' \"s/TO.BE.FILLED/${GIT_TAG}/\" ${DERIVED_FILE_DIR}/santa-driver_info.c";
|
|
};
|
|
1F3C2264A3EADEFC0DBE283E /* [CP] Check Pods Manifest.lock */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "[CP] Check Pods Manifest.lock";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
2146C1274A8C11B3755A8A67 /* [CP] Check Pods Manifest.lock */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "[CP] Check Pods Manifest.lock";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
23869BA352E2C86DEFE62819 /* [CP] Copy Pods Resources */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "[CP] Copy Pods Resources";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LogicTests/Pods-LogicTests-resources.sh\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
2737FE8516A33567D3449943 /* [CP] Copy Pods Resources */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "[CP] Copy Pods Resources";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-santactl/Pods-santactl-resources.sh\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
531BBB5BA4BF953D628D29AB /* [CP] Copy Pods Resources */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "[CP] Copy Pods Resources";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-santad/Pods-santad-resources.sh\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
9BF8830B1029605A497F13D5 /* [CP] Check Pods Manifest.lock */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "[CP] Check Pods Manifest.lock";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
B193461D3612BCB47C16E407 /* [CP] Check Pods Manifest.lock */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "[CP] Check Pods Manifest.lock";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
BA20035148DDEF5808B2C7EF /* [CP] Embed Pods Frameworks */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "[CP] Embed Pods Frameworks";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Santa/Pods-Santa-frameworks.sh\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
C7F95F971E23F9E7007A6BF5 /* Update bundle version */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
"$(SRCROOT)/Source/santabs/Resources/santabs-Info.plist",
|
|
);
|
|
name = "Update bundle version";
|
|
outputPaths = (
|
|
"$(DERIVED_FILE_DIR)/santabs-Info.plist",
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "GIT_TAG=$(git describe --abbrev=0 --tags)\nGIT_COMMIT=$(git rev-parse --short HEAD)\n\ncp ${SCRIPT_INPUT_FILE_0} ${SCRIPT_OUTPUT_FILE_0}\n\nif [ $CONFIGURATION = \"Debug\" ]; then\nnewVersion=\"${GIT_TAG}d ${GIT_COMMIT}\"\nelse\nnewVersion=\"${GIT_TAG}\"\nfi\n\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion ${GIT_TAG}\" ${SCRIPT_OUTPUT_FILE_0}\n/usr/libexec/PlistBuddy -c \"Set :CFBundleShortVersionString ${newVersion}\" ${SCRIPT_OUTPUT_FILE_0}";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
C936E88DFEEB9D1ED552BA97 /* [CP] Check Pods Manifest.lock */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "[CP] Check Pods Manifest.lock";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
D49A3AB950AFD99741E9AF89 /* [CP] Embed Pods Frameworks */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "[CP] Embed Pods Frameworks";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LogicTests/Pods-LogicTests-frameworks.sh\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
DDE76075391100F3BCE3634E /* [CP] Copy Pods Resources */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "[CP] Copy Pods Resources";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Santa/Pods-Santa-resources.sh\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
FCF4BDAA180BD63C32AC85DE /* [CP] Copy Pods Resources */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "[CP] Copy Pods Resources";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-santad-santabs/Pods-santad-santabs-resources.sh\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
0D00169E192BCD3C005E7FCD /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
0D0016A6192BCD3C005E7FCD /* main.mm in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
0D260DA818B68E12002A0B55 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
81133DB01F3A76F700917FF9 /* SNTCommand.m in Sources */,
|
|
C714F8B21D8044FE00700EDF /* SNTCommandController.m in Sources */,
|
|
C7DA62F71E241938009BDF2C /* SNTXPCBundleServiceInterface.m in Sources */,
|
|
C714F8B11D8044D400700EDF /* SNTCommandFileInfo.m in Sources */,
|
|
0D88680C1AC48A1400B86659 /* SNTSystemInfo.m in Sources */,
|
|
0D536EDC1B94E9230039A26D /* SNTEventLog.m in Sources */,
|
|
0DEA5F7D1CF64EB600704398 /* SNTCommandSyncRuleDownload.m in Sources */,
|
|
C73A4B9B1DC10758007B6789 /* SNTXPCSyncdInterface.m in Sources */,
|
|
0DB77FDB1CD14093004DF060 /* SNTBlockMessage.m in Sources */,
|
|
0D63DD5E1906FCB400D346C4 /* SNTDatabaseController.m in Sources */,
|
|
0D202D191CDD2EE500A88F16 /* SNTCommandSyncTest.m in Sources */,
|
|
0D3AFBF018FB4C6C0087BCEE /* SNTDriverManager.m in Sources */,
|
|
0DCD6044190ACCB8006B445C /* SNTFileInfo.m in Sources */,
|
|
0D6FDC9718C93A020044685C /* SNTXPCConnection.m in Sources */,
|
|
0D3AFBEB18FB48E70087BCEE /* SNTDatabaseTable.m in Sources */,
|
|
0DD0D491194F9947005F27EB /* SNTExecutionControllerTest.m in Sources */,
|
|
0D3AFBEF18FB4C6C0087BCEE /* SNTExecutionController.m in Sources */,
|
|
0D3AFBEC18FB48E70087BCEE /* SNTEventTable.m in Sources */,
|
|
0DB537871AFD36EB00487F92 /* SNTRuleTableTest.m in Sources */,
|
|
0DCD604D19105433006B445C /* SNTStoredEvent.m in Sources */,
|
|
0DCD605819115E57006B445C /* SNTXPCControlInterface.m in Sources */,
|
|
0D202D1A1CDD464B00A88F16 /* SNTCommandSyncPreflight.m in Sources */,
|
|
0D10BE891A0AAF6700C0C944 /* SNTDropRootPrivs.m in Sources */,
|
|
0DEFB7C61ACDE5F600B92AAE /* SNTFileWatcher.m in Sources */,
|
|
C795ED911D80B66B007CFF42 /* SNTPolicyProcessor.m in Sources */,
|
|
C72E8D941D7F399900C86DD3 /* SNTCommandFileInfoTest.m in Sources */,
|
|
0DEFB7C81ACF0BFE00B92AAE /* SNTFileWatcherTest.m in Sources */,
|
|
0D28D53819D9F5910015C5EB /* SNTConfigurator.m in Sources */,
|
|
0DE5B54C1C92722300C00603 /* SNTNotificationQueue.m in Sources */,
|
|
0DEA5F651CF6057D00704398 /* SNTCommandSyncEventUpload.m in Sources */,
|
|
0DB77FFB1CD7AC5A004DF060 /* SNTCommandSyncConstants.m in Sources */,
|
|
0D3AFBE718FB32CB0087BCEE /* SNTXPCConnectionTest.m in Sources */,
|
|
0D9184B91CD2F32D0004E859 /* SNTCommandSyncStage.m in Sources */,
|
|
0DCD605719115E54006B445C /* SNTDaemonControlController.m in Sources */,
|
|
0D2E1E631CEFA6C30039B2C4 /* SantaCacheTest.mm in Sources */,
|
|
0D41DAD41A7C28C800A890FE /* SNTEventTableTest.m in Sources */,
|
|
0D3AFBEE18FB4C6C0087BCEE /* SNTApplication.m in Sources */,
|
|
0DD0D48F194F78F8005F27EB /* SNTFileInfoTest.m in Sources */,
|
|
0DC5D86E191AED220078A5C0 /* SNTRuleTable.m in Sources */,
|
|
0DD0D492194F9BEF005F27EB /* SNTLogging.m in Sources */,
|
|
0DE71A761B95F7F900518526 /* SNTCachedDecision.m in Sources */,
|
|
0DCD605919115E5A006B445C /* SNTXPCNotifierInterface.m in Sources */,
|
|
0DE50F691912B0CD007B2B0C /* SNTRule.m in Sources */,
|
|
0D202D1B1CDD465400A88F16 /* SNTCommandSyncState.m in Sources */,
|
|
C73A4B9A1DC10753007B6789 /* SNTSyncdQueue.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
0D35BD9A18FD71CE00921A21 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
81133DB11F3A77C600917FF9 /* SNTCommand.m in Sources */,
|
|
0DA73CA21934F88D0056D7C4 /* SNTLogging.m in Sources */,
|
|
0D35BDB518FD84F600921A21 /* SNTCommandSync.m in Sources */,
|
|
0DCD5FBF1909D64A006B445C /* SNTCommandFileInfo.m in Sources */,
|
|
0DEFB7C01ACB28B000B92AAE /* SNTCommandSyncConstants.m in Sources */,
|
|
0DCD605619115D17006B445C /* SNTXPCControlInterface.m in Sources */,
|
|
0DE50F6C19130358007B2B0C /* SNTStoredEvent.m in Sources */,
|
|
0D9184B81CD2F32D0004E859 /* SNTCommandSyncStage.m in Sources */,
|
|
C776A1071DEE160500A56616 /* SNTCommandSyncManager.m in Sources */,
|
|
0D35BDC418FDA5D100921A21 /* SNTXPCConnection.m in Sources */,
|
|
0DCD605C19117A90006B445C /* SNTCommandSyncPreflight.m in Sources */,
|
|
0D41640519197AD7006A356A /* SNTCommandSyncEventUpload.m in Sources */,
|
|
0D42D2B919D2042900955F08 /* SNTConfigurator.m in Sources */,
|
|
0DF395641AB76A7900CBC520 /* NSData+Zlib.m in Sources */,
|
|
C7FB56F71DBFB480004E14EF /* SNTXPCSyncdInterface.m in Sources */,
|
|
0D10BE871A0AABD600C0C944 /* SNTDropRootPrivs.m in Sources */,
|
|
0DE4C8A618FF3B1700466D04 /* SNTCommandFlushCache.m in Sources */,
|
|
4092327A1A51B66400A04527 /* SNTCommandRule.m in Sources */,
|
|
C76614EC1D142D3C00D150C1 /* SNTCommandCheckCache.m in Sources */,
|
|
0D416401191974F1006A356A /* SNTCommandSyncState.m in Sources */,
|
|
0DC5D871192160180078A5C0 /* SNTCommandSyncLogUpload.m in Sources */,
|
|
0DB77FDA1CD14092004DF060 /* SNTBlockMessage.m in Sources */,
|
|
0D35BDA218FD71CE00921A21 /* main.m in Sources */,
|
|
0DCD6043190ACCB8006B445C /* SNTFileInfo.m in Sources */,
|
|
0DE50F6E191304E0007B2B0C /* SNTRule.m in Sources */,
|
|
0D0A1EC3191998C900B8450F /* SNTCommandSyncRuleDownload.m in Sources */,
|
|
0DB390991AB1E11400614002 /* SNTCommandVersion.m in Sources */,
|
|
0D42D2B519D1D98A00955F08 /* SNTSystemInfo.m in Sources */,
|
|
C7DA62F91E241A02009BDF2C /* SNTCommandBundleInfo.m in Sources */,
|
|
0D827E6719DF3C74006EC811 /* SNTCommandStatus.m in Sources */,
|
|
0D0A1EC6191AB9B000B8450F /* SNTCommandSyncPostflight.m in Sources */,
|
|
0D35BDAC18FD7CFD00921A21 /* SNTCommandController.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
0D385DB2180DE4A900418BC6 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
0DCA552718C95928002A7DAE /* SNTXPCConnection.m in Sources */,
|
|
0D385DF1180DE51600418BC6 /* SNTAppDelegate.m in Sources */,
|
|
0D88680A1AC48A1200B86659 /* SNTSystemInfo.m in Sources */,
|
|
0D89310F1C931986002E8D74 /* SNTRule.m in Sources */,
|
|
0DCD605119115A06006B445C /* SNTXPCNotifierInterface.m in Sources */,
|
|
0DB77FD91CCE824A004DF060 /* SNTBlockMessage.m in Sources */,
|
|
0D827E6519DF392E006EC811 /* SNTConfigurator.m in Sources */,
|
|
0D89310E1C931979002E8D74 /* SNTXPCControlInterface.m in Sources */,
|
|
0D385DF2180DE51600418BC6 /* SNTMessageWindowController.m in Sources */,
|
|
0D385DF3180DE51600418BC6 /* SNTNotificationManager.m in Sources */,
|
|
0D385DC4180DE4A900418BC6 /* main.m in Sources */,
|
|
0D1B477019A53419008CADD3 /* SNTAboutWindowController.m in Sources */,
|
|
0D668E8118D1121700E29A8B /* SNTMessageWindow.m in Sources */,
|
|
0DA73CA11934F8100056D7C4 /* SNTLogging.m in Sources */,
|
|
0DEFB7C51ACDD80100B92AAE /* SNTFileWatcher.m in Sources */,
|
|
C7479F051E53704E0054C1CF /* SNTXPCBundleServiceInterface.m in Sources */,
|
|
0D20710E1A7C4A86008B0A9A /* SNTStoredEvent.m in Sources */,
|
|
0DE2CE561CA05561002B649A /* SNTAccessibleTextField.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
0D91BCAE174E8A7E00131A7D /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
0D9A7F331759144800035EB5 /* SantaDriver.cc in Sources */,
|
|
0D9A7F371759148E00035EB5 /* SantaDriverClient.cc in Sources */,
|
|
0D4644C5182AF81700098690 /* SantaDecisionManager.cc in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
0D9A7F391759330400035EB5 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
0D8868091AC48A1100B86659 /* SNTSystemInfo.m in Sources */,
|
|
0DE6788D1784A8C2007A9E52 /* SNTExecutionController.m in Sources */,
|
|
0D10BE861A0AABD600C0C944 /* SNTDropRootPrivs.m in Sources */,
|
|
0D63DD5C1906FCB400D346C4 /* SNTDatabaseController.m in Sources */,
|
|
0DCD604B19105433006B445C /* SNTStoredEvent.m in Sources */,
|
|
C7FB57001DBFC213004E14EF /* SNTSyncdQueue.m in Sources */,
|
|
0DB8ACC1185662DC00FEF9C7 /* SNTApplication.m in Sources */,
|
|
0D9A7F421759330500035EB5 /* main.m in Sources */,
|
|
0DA73C9F1934F8100056D7C4 /* SNTLogging.m in Sources */,
|
|
C7C721B11E23FF300051FAA6 /* SNTXPCBundleServiceInterface.m in Sources */,
|
|
0DE71A751B95F7F900518526 /* SNTCachedDecision.m in Sources */,
|
|
C7FB56F61DBFB480004E14EF /* SNTXPCSyncdInterface.m in Sources */,
|
|
0DCD6042190ACCB8006B445C /* SNTFileInfo.m in Sources */,
|
|
0DEFB7C41ACDD80100B92AAE /* SNTFileWatcher.m in Sources */,
|
|
0DC5D86D191AED220078A5C0 /* SNTRuleTable.m in Sources */,
|
|
0D7D01871774F93A005DBAB4 /* SNTDriverManager.m in Sources */,
|
|
0D8E18CD19107B56000F89B8 /* SNTDaemonControlController.m in Sources */,
|
|
0D6FDC9618C93A020044685C /* SNTXPCConnection.m in Sources */,
|
|
0D377C2A17A071B7008453DB /* SNTEventTable.m in Sources */,
|
|
0DE50F681912716A007B2B0C /* SNTRule.m in Sources */,
|
|
0DB77FD81CCE824A004DF060 /* SNTBlockMessage.m in Sources */,
|
|
0D37C10F18F6029A0069BC61 /* SNTDatabaseTable.m in Sources */,
|
|
0D42D2B819D2042900955F08 /* SNTConfigurator.m in Sources */,
|
|
0DCD605519115D17006B445C /* SNTXPCControlInterface.m in Sources */,
|
|
C795ED901D80A5BE007CFF42 /* SNTPolicyProcessor.m in Sources */,
|
|
0D536EDB1B94E9230039A26D /* SNTEventLog.m in Sources */,
|
|
0DCD604F19115A06006B445C /* SNTXPCNotifierInterface.m in Sources */,
|
|
0DE5B54B1C926E3300C00603 /* SNTNotificationQueue.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
C78227501E1C3C58006EB2D6 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
C7C721B21E23FF300051FAA6 /* SNTXPCBundleServiceInterface.m in Sources */,
|
|
C7C721B31E2400310051FAA6 /* SNTXPCConnection.m in Sources */,
|
|
C7C721B61E2408C30051FAA6 /* SNTLogging.m in Sources */,
|
|
C7C721B41E24042B0051FAA6 /* SNTStoredEvent.m in Sources */,
|
|
C7C721B51E2408BE0051FAA6 /* SNTFileInfo.m in Sources */,
|
|
C7BBA67E1E54C7E200F1E6A8 /* SNTXPCNotifierInterface.m in Sources */,
|
|
C7479F071E5374BF0054C1CF /* SNTXPCControlInterface.m in Sources */,
|
|
C7479F091E5374E50054C1CF /* SNTRule.m in Sources */,
|
|
C79A23581E23F7E80037AFA8 /* main.m in Sources */,
|
|
C7C721AE1E23FCB50051FAA6 /* SNTBundleService.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
0D35BDB818FD859300921A21 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 0D35BD9D18FD71CE00921A21 /* santactl */;
|
|
targetProxy = 0D35BDB718FD859300921A21 /* PBXContainerItemProxy */;
|
|
};
|
|
0D385DF5180DE73A00418BC6 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 0D385DB5180DE4A900418BC6 /* Santa */;
|
|
targetProxy = 0D385DF4180DE73A00418BC6 /* PBXContainerItemProxy */;
|
|
};
|
|
0D91BCE1174E8AED00131A7D /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 0D91BCB3174E8A7E00131A7D /* santa-driver */;
|
|
targetProxy = 0D91BCE0174E8AED00131A7D /* PBXContainerItemProxy */;
|
|
};
|
|
0D91BD5F1A01571D00DF4A0E /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 0D260DAB18B68E12002A0B55 /* LogicTests */;
|
|
targetProxy = 0D91BD5E1A01571D00DF4A0E /* PBXContainerItemProxy */;
|
|
};
|
|
0D91BD611A01571D00DF4A0E /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 0D0016A1192BCD3C005E7FCD /* KernelTests */;
|
|
targetProxy = 0D91BD601A01571D00DF4A0E /* PBXContainerItemProxy */;
|
|
};
|
|
0D9A7F5A1759393600035EB5 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 0D9A7F3C1759330400035EB5 /* santad */;
|
|
targetProxy = 0D9A7F591759393600035EB5 /* PBXContainerItemProxy */;
|
|
};
|
|
0DC765E61B28D9C600BAE651 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 0D9A7F3C1759330400035EB5 /* santad */;
|
|
targetProxy = 0DC765E51B28D9C600BAE651 /* PBXContainerItemProxy */;
|
|
};
|
|
0DC765E81B28D9C600BAE651 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 0D35BD9D18FD71CE00921A21 /* santactl */;
|
|
targetProxy = 0DC765E71B28D9C600BAE651 /* PBXContainerItemProxy */;
|
|
};
|
|
C7089E811EA1404900D0E1DC /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = C78227531E1C3C58006EB2D6 /* santabs */;
|
|
targetProxy = C7089E801EA1404900D0E1DC /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
0D0016AC192BCD3D005E7FCD /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
INSTALL_PATH = "";
|
|
OTHER_CPLUSPLUSFLAGS = (
|
|
"$(OTHER_CFLAGS)",
|
|
"-fcxx-modules",
|
|
);
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE = "";
|
|
WARNING_CFLAGS = "";
|
|
};
|
|
name = Debug;
|
|
};
|
|
0D0016AD192BCD3D005E7FCD /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = YES;
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
INSTALL_PATH = "";
|
|
OTHER_CPLUSPLUSFLAGS = (
|
|
"$(OTHER_CFLAGS)",
|
|
"-fcxx-modules",
|
|
);
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE = "";
|
|
WARNING_CFLAGS = "";
|
|
};
|
|
name = Release;
|
|
};
|
|
0D260DBA18B68E12002A0B55 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 6C489E087A247B24480DB954 /* Pods-LogicTests.debug.xcconfig */;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
|
"$(inherited)",
|
|
"$(LOCAL_LIBRARY_DIR)/Frameworks",
|
|
);
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_GENERATE_TEST_COVERAGE_FILES = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
);
|
|
INFOPLIST_FILE = "Tests/LogicTests/Resources/Tests-Info.plist";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.google.${PRODUCT_NAME:rfc1034identifier}";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WARNING_CFLAGS = "";
|
|
WRAPPER_EXTENSION = xctest;
|
|
};
|
|
name = Debug;
|
|
};
|
|
0D260DBB18B68E12002A0B55 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 351CEE7AC20DDB0345A706BE /* Pods-LogicTests.release.xcconfig */;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COPY_PHASE_STRIP = YES;
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
|
"$(inherited)",
|
|
"$(LOCAL_LIBRARY_DIR)/Frameworks",
|
|
);
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_GENERATE_TEST_COVERAGE_FILES = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
);
|
|
INFOPLIST_FILE = "Tests/LogicTests/Resources/Tests-Info.plist";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.google.${PRODUCT_NAME:rfc1034identifier}";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WARNING_CFLAGS = "";
|
|
WRAPPER_EXTENSION = xctest;
|
|
};
|
|
name = Release;
|
|
};
|
|
0D35BDA718FD71CE00921A21 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 8EF10E4B8C86CED022C72F1B /* Pods-santactl.debug.xcconfig */;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_STATIC_ANALYZER_MODE = deep;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
INFOPLIST_FILE = "${DERIVED_FILE_DIR}/santactl-Info.plist";
|
|
INSTALL_PATH = "";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE = "";
|
|
};
|
|
name = Debug;
|
|
};
|
|
0D35BDA818FD71CE00921A21 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = DF5FE88E12AB307864A53CE7 /* Pods-santactl.release.xcconfig */;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_STATIC_ANALYZER_MODE = deep;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = YES;
|
|
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
INFOPLIST_FILE = "${DERIVED_FILE_DIR}/santactl-Info.plist";
|
|
INSTALL_PATH = "";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE = "";
|
|
};
|
|
name = Release;
|
|
};
|
|
0D385DE4180DE4A900418BC6 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 670AD2EB5E3572321B058D02 /* Pods-Santa.debug.xcconfig */;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_STATIC_ANALYZER_MODE = deep;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"SANTAGUI=1",
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
INFOPLIST_FILE = "${DERIVED_FILE_DIR}/SantaGUI-Info.plist";
|
|
PRODUCT_NAME = "${TARGET_NAME}";
|
|
PROVISIONING_PROFILE = "";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Debug;
|
|
};
|
|
0D385DE5180DE4A900418BC6 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = A6A91785C40257CC156B4F05 /* Pods-Santa.release.xcconfig */;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_STATIC_ANALYZER_MODE = deep;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COPY_PHASE_STRIP = YES;
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"SANTAGUI=1",
|
|
"$(inherited)",
|
|
"COCOAPODS=1",
|
|
);
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
INFOPLIST_FILE = "${DERIVED_FILE_DIR}/SantaGUI-Info.plist";
|
|
PRODUCT_NAME = "${TARGET_NAME}";
|
|
PROVISIONING_PROFILE = "";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Release;
|
|
};
|
|
0D91BCAC174E8A6500131A7D /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 0D2429471E787655005C6FC9 /* DevelopmentTeam.xcconfig */;
|
|
buildSettings = {
|
|
CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES;
|
|
CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES;
|
|
CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_WARN_CXX0X_EXTENSIONS = YES;
|
|
CODE_SIGN_IDENTITY = "Mac Developer";
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_C_LANGUAGE_STANDARD = c99;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
LLVM_LTO = NO;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
PROVISIONING_PROFILE = "";
|
|
RUN_CLANG_STATIC_ANALYZER = YES;
|
|
SDKROOT = macosx;
|
|
WARNING_CFLAGS = (
|
|
"-Wall",
|
|
"-Wextra",
|
|
"-Wno-unused-parameter",
|
|
);
|
|
};
|
|
name = Debug;
|
|
};
|
|
0D91BCAD174E8A6500131A7D /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 0D2429471E787655005C6FC9 /* DevelopmentTeam.xcconfig */;
|
|
buildSettings = {
|
|
CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES;
|
|
CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES;
|
|
CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_WARN_CXX0X_EXTENSIONS = YES;
|
|
CODE_SIGN_IDENTITY = "Mac Developer";
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_C_LANGUAGE_STANDARD = c99;
|
|
GCC_OPTIMIZATION_LEVEL = fast;
|
|
LLVM_LTO = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
PROVISIONING_PROFILE = "";
|
|
RUN_CLANG_STATIC_ANALYZER = YES;
|
|
SDKROOT = macosx;
|
|
WARNING_CFLAGS = (
|
|
"-Wall",
|
|
"-Wextra",
|
|
"-Wno-unused-parameter",
|
|
);
|
|
};
|
|
name = Release;
|
|
};
|
|
0D91BCC4174E8A7E00131A7D /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ENABLE_MODULES = NO;
|
|
CLANG_STATIC_ANALYZER_MODE = deep;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1";
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = NO;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = "";
|
|
INFOPLIST_FILE = "${DERIVED_FILE_DIR}/santa-driver-Info.plist";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
|
|
MODULE_NAME = "com.google.santa-driver";
|
|
MODULE_VERSION = TO.BE.FILLED;
|
|
OTHER_LDFLAGS = "";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
WARNING_CFLAGS = (
|
|
"-Wno-deprecated-register",
|
|
"$(inherit)",
|
|
);
|
|
WRAPPER_EXTENSION = kext;
|
|
};
|
|
name = Debug;
|
|
};
|
|
0D91BCC5174E8A7E00131A7D /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ENABLE_MODULES = NO;
|
|
CLANG_STATIC_ANALYZER_MODE = deep;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREPROCESSOR_DEFINITIONS = "";
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = "";
|
|
INFOPLIST_FILE = "${DERIVED_FILE_DIR}/santa-driver-Info.plist";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
|
|
MODULE_NAME = "com.google.santa-driver";
|
|
MODULE_VERSION = TO.BE.FILLED;
|
|
OTHER_LDFLAGS = "";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WARNING_CFLAGS = (
|
|
"-Wno-deprecated-register",
|
|
"$(inherit)",
|
|
);
|
|
WRAPPER_EXTENSION = kext;
|
|
};
|
|
name = Release;
|
|
};
|
|
0D91BCDE174E8AE600131A7D /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
0D91BCDF174E8AE600131A7D /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
0D9A7F481759330500035EB5 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = E9FBFC5E3E1B268E4B453C9D /* Pods-santad.debug.xcconfig */;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_STATIC_ANALYZER_MODE = deep;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
INFOPLIST_FILE = "${DERIVED_FILE_DIR}/santad-Info.plist";
|
|
INSTALL_PATH = "";
|
|
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.google.${PRODUCT_NAME:rfc1034identifier}";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
0D9A7F491759330500035EB5 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 29DEB147E07B3D5E61674D49 /* Pods-santad.release.xcconfig */;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_STATIC_ANALYZER_MODE = deep;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = YES;
|
|
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
INFOPLIST_FILE = "${DERIVED_FILE_DIR}/santad-Info.plist";
|
|
INSTALL_PATH = "";
|
|
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.google.${PRODUCT_NAME:rfc1034identifier}";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
C782275D1E1C3C58006EB2D6 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = D9B2D7095028D87E12E63EF7 /* Pods-santad-santabs.debug.xcconfig */;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
INFOPLIST_FILE = "${DERIVED_FILE_DIR}/santabs-Info.plist";
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.google.santabs;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
C782275E1E1C3C58006EB2D6 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = D7DEE68F05C49966396A2F10 /* Pods-santad-santabs.release.xcconfig */;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
INFOPLIST_FILE = "${DERIVED_FILE_DIR}/santabs-Info.plist";
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.google.santabs;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
0D0016AB192BCD3D005E7FCD /* Build configuration list for PBXNativeTarget "KernelTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
0D0016AC192BCD3D005E7FCD /* Debug */,
|
|
0D0016AD192BCD3D005E7FCD /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
0D260DBC18B68E12002A0B55 /* Build configuration list for PBXNativeTarget "LogicTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
0D260DBA18B68E12002A0B55 /* Debug */,
|
|
0D260DBB18B68E12002A0B55 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
0D35BDA918FD71CE00921A21 /* Build configuration list for PBXNativeTarget "santactl" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
0D35BDA718FD71CE00921A21 /* Debug */,
|
|
0D35BDA818FD71CE00921A21 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
0D385DE3180DE4A900418BC6 /* Build configuration list for PBXNativeTarget "Santa" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
0D385DE4180DE4A900418BC6 /* Debug */,
|
|
0D385DE5180DE4A900418BC6 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
0D91BCAB174E8A6500131A7D /* Build configuration list for PBXProject "Santa" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
0D91BCAC174E8A6500131A7D /* Debug */,
|
|
0D91BCAD174E8A6500131A7D /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
0D91BCC3174E8A7E00131A7D /* Build configuration list for PBXNativeTarget "santa-driver" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
0D91BCC4174E8A7E00131A7D /* Debug */,
|
|
0D91BCC5174E8A7E00131A7D /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
0D91BCDD174E8AE600131A7D /* Build configuration list for PBXAggregateTarget "All" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
0D91BCDE174E8AE600131A7D /* Debug */,
|
|
0D91BCDF174E8AE600131A7D /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
0D9A7F471759330500035EB5 /* Build configuration list for PBXNativeTarget "santad" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
0D9A7F481759330500035EB5 /* Debug */,
|
|
0D9A7F491759330500035EB5 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
C782275F1E1C3C58006EB2D6 /* Build configuration list for PBXNativeTarget "santabs" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
C782275D1E1C3C58006EB2D6 /* Debug */,
|
|
C782275E1E1C3C58006EB2D6 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 0D91BCA8174E8A6500131A7D /* Project object */;
|
|
}
|