440 lines
18 KiB
Text
440 lines
18 KiB
Text
|
|
// !$*UTF8*$!
|
||
|
|
{
|
||
|
|
archiveVersion = 1;
|
||
|
|
classes = {
|
||
|
|
};
|
||
|
|
objectVersion = 77;
|
||
|
|
objects = {
|
||
|
|
|
||
|
|
/* Begin PBXBuildFile section */
|
||
|
|
1B6A53333ADE88D27E193DAF /* MenuBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C15255A727EB7B9AE155AF08 /* MenuBarView.swift */; };
|
||
|
|
1D0729C238EF2340F425CBEF /* Setup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AC3B5F8E7CE925E0253CC87 /* Setup.swift */; };
|
||
|
|
3B514E5E11E532D6D83D2EB6 /* DaemonController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB419157DD86DA847DDAEF24 /* DaemonController.swift */; };
|
||
|
|
3BAB259291C30EBC6467FEB5 /* DaemonStartupValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0AF818883682630070DC58E /* DaemonStartupValidator.swift */; };
|
||
|
|
3DF5168029CD2350925BBE71 /* DaemonLogWindowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CEAAFE243EE7D46DA03814A /* DaemonLogWindowView.swift */; };
|
||
|
|
4259E7DAFF6FFFDC9A30586F /* Models.swift in Sources */ = {isa = PBXBuildFile; fileRef = C50869843830B3A4FFEE7853 /* Models.swift */; };
|
||
|
|
44F3AD560D7FEB8B3E561938 /* AppPreferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = C10E3F42DD5F533A4D619E70 /* AppPreferences.swift */; };
|
||
|
|
56C6C2631AAF1BAC7FED7101 /* LSPProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32F963173D95BB0EAD72FA34 /* LSPProxy.swift */; };
|
||
|
|
AC206C8AFBF320BF415BD0D7 /* DaemonSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA955F827B9885BF83868479 /* DaemonSettingsView.swift */; };
|
||
|
|
B3CC9EE3D46085287CFBA724 /* BuildManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034262CCE3AF0F6848BD64B4 /* BuildManager.swift */; };
|
||
|
|
BFF05264DBA7DAA9AA1E636E /* Vapor in Frameworks */ = {isa = PBXBuildFile; productRef = 45D3B3290761A848F13B231C /* Vapor */; };
|
||
|
|
C67E517D8E6A987EFAB951B2 /* routes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 246FF7AD109555D46919B8CC /* routes.swift */; };
|
||
|
|
C6A5644FA5D18B9BC5DA5CB4 /* PreBuildRunner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92230516F53BB02DF04FB13C /* PreBuildRunner.swift */; };
|
||
|
|
E29649F27603E1FEA7C03CCB /* PadXcodeDaemonApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CB0717ABE6309094BB5EDE /* PadXcodeDaemonApp.swift */; };
|
||
|
|
F177C85DD553A8E0BE469868 /* DeviceManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38610E65DCF293138C0AF0AA /* DeviceManager.swift */; };
|
||
|
|
F36FC42736240D6F427A34E8 /* configure.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD285422D4F9DA8BF11FEDF9 /* configure.swift */; };
|
||
|
|
/* End PBXBuildFile section */
|
||
|
|
|
||
|
|
/* Begin PBXFileReference section */
|
||
|
|
034262CCE3AF0F6848BD64B4 /* BuildManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BuildManager.swift; sourceTree = "<group>"; };
|
||
|
|
246FF7AD109555D46919B8CC /* routes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = routes.swift; sourceTree = "<group>"; };
|
||
|
|
32F963173D95BB0EAD72FA34 /* LSPProxy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LSPProxy.swift; sourceTree = "<group>"; };
|
||
|
|
38610E65DCF293138C0AF0AA /* DeviceManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceManager.swift; sourceTree = "<group>"; };
|
||
|
|
3E7929609E3195F4999953E2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
||
|
|
3EA5BF4FA2338D1085F5FFED /* PadXcodeDaemon.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PadXcodeDaemon.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||
|
|
7CEAAFE243EE7D46DA03814A /* DaemonLogWindowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DaemonLogWindowView.swift; sourceTree = "<group>"; };
|
||
|
|
92230516F53BB02DF04FB13C /* PreBuildRunner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreBuildRunner.swift; sourceTree = "<group>"; };
|
||
|
|
9AC3B5F8E7CE925E0253CC87 /* Setup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Setup.swift; sourceTree = "<group>"; };
|
||
|
|
A5CB0717ABE6309094BB5EDE /* PadXcodeDaemonApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PadXcodeDaemonApp.swift; sourceTree = "<group>"; };
|
||
|
|
AD285422D4F9DA8BF11FEDF9 /* configure.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = configure.swift; sourceTree = "<group>"; };
|
||
|
|
C10E3F42DD5F533A4D619E70 /* AppPreferences.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppPreferences.swift; sourceTree = "<group>"; };
|
||
|
|
C15255A727EB7B9AE155AF08 /* MenuBarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuBarView.swift; sourceTree = "<group>"; };
|
||
|
|
C50869843830B3A4FFEE7853 /* Models.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Models.swift; sourceTree = "<group>"; };
|
||
|
|
CA955F827B9885BF83868479 /* DaemonSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DaemonSettingsView.swift; sourceTree = "<group>"; };
|
||
|
|
D0AF818883682630070DC58E /* DaemonStartupValidator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DaemonStartupValidator.swift; sourceTree = "<group>"; };
|
||
|
|
FB419157DD86DA847DDAEF24 /* DaemonController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DaemonController.swift; sourceTree = "<group>"; };
|
||
|
|
/* End PBXFileReference section */
|
||
|
|
|
||
|
|
/* Begin PBXFrameworksBuildPhase section */
|
||
|
|
1418A8CB4A52579C5B219E01 /* Frameworks */ = {
|
||
|
|
isa = PBXFrameworksBuildPhase;
|
||
|
|
buildActionMask = 2147483647;
|
||
|
|
files = (
|
||
|
|
BFF05264DBA7DAA9AA1E636E /* Vapor in Frameworks */,
|
||
|
|
);
|
||
|
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
|
};
|
||
|
|
/* End PBXFrameworksBuildPhase section */
|
||
|
|
|
||
|
|
/* Begin PBXGroup section */
|
||
|
|
0A21B5225C3C9A96438FBAF9 /* UI */ = {
|
||
|
|
isa = PBXGroup;
|
||
|
|
children = (
|
||
|
|
7CEAAFE243EE7D46DA03814A /* DaemonLogWindowView.swift */,
|
||
|
|
CA955F827B9885BF83868479 /* DaemonSettingsView.swift */,
|
||
|
|
C15255A727EB7B9AE155AF08 /* MenuBarView.swift */,
|
||
|
|
);
|
||
|
|
path = UI;
|
||
|
|
sourceTree = "<group>";
|
||
|
|
};
|
||
|
|
4A44A5A57FB7321EB559FF0D /* Daemon */ = {
|
||
|
|
isa = PBXGroup;
|
||
|
|
children = (
|
||
|
|
034262CCE3AF0F6848BD64B4 /* BuildManager.swift */,
|
||
|
|
AD285422D4F9DA8BF11FEDF9 /* configure.swift */,
|
||
|
|
FB419157DD86DA847DDAEF24 /* DaemonController.swift */,
|
||
|
|
D0AF818883682630070DC58E /* DaemonStartupValidator.swift */,
|
||
|
|
38610E65DCF293138C0AF0AA /* DeviceManager.swift */,
|
||
|
|
32F963173D95BB0EAD72FA34 /* LSPProxy.swift */,
|
||
|
|
C50869843830B3A4FFEE7853 /* Models.swift */,
|
||
|
|
92230516F53BB02DF04FB13C /* PreBuildRunner.swift */,
|
||
|
|
246FF7AD109555D46919B8CC /* routes.swift */,
|
||
|
|
9AC3B5F8E7CE925E0253CC87 /* Setup.swift */,
|
||
|
|
);
|
||
|
|
path = Daemon;
|
||
|
|
sourceTree = "<group>";
|
||
|
|
};
|
||
|
|
51BC908BBF37E5CC2F08CF99 /* Products */ = {
|
||
|
|
isa = PBXGroup;
|
||
|
|
children = (
|
||
|
|
3EA5BF4FA2338D1085F5FFED /* PadXcodeDaemon.app */,
|
||
|
|
);
|
||
|
|
name = Products;
|
||
|
|
sourceTree = "<group>";
|
||
|
|
};
|
||
|
|
E9DAE6B1D26A70FB2A667B50 /* Preferences */ = {
|
||
|
|
isa = PBXGroup;
|
||
|
|
children = (
|
||
|
|
C10E3F42DD5F533A4D619E70 /* AppPreferences.swift */,
|
||
|
|
);
|
||
|
|
path = Preferences;
|
||
|
|
sourceTree = "<group>";
|
||
|
|
};
|
||
|
|
F22661C748C8E28CB121EB51 = {
|
||
|
|
isa = PBXGroup;
|
||
|
|
children = (
|
||
|
|
FDAAE564F78B03A018B8AE18 /* App */,
|
||
|
|
4A44A5A57FB7321EB559FF0D /* Daemon */,
|
||
|
|
E9DAE6B1D26A70FB2A667B50 /* Preferences */,
|
||
|
|
0A21B5225C3C9A96438FBAF9 /* UI */,
|
||
|
|
51BC908BBF37E5CC2F08CF99 /* Products */,
|
||
|
|
);
|
||
|
|
sourceTree = "<group>";
|
||
|
|
};
|
||
|
|
FDAAE564F78B03A018B8AE18 /* App */ = {
|
||
|
|
isa = PBXGroup;
|
||
|
|
children = (
|
||
|
|
3E7929609E3195F4999953E2 /* Info.plist */,
|
||
|
|
A5CB0717ABE6309094BB5EDE /* PadXcodeDaemonApp.swift */,
|
||
|
|
);
|
||
|
|
path = App;
|
||
|
|
sourceTree = "<group>";
|
||
|
|
};
|
||
|
|
/* End PBXGroup section */
|
||
|
|
|
||
|
|
/* Begin PBXNativeTarget section */
|
||
|
|
ABE87B3C7636957D1A544F00 /* PadXcodeDaemon */ = {
|
||
|
|
isa = PBXNativeTarget;
|
||
|
|
buildConfigurationList = 100A9A4BABA7FF9382033998 /* Build configuration list for PBXNativeTarget "PadXcodeDaemon" */;
|
||
|
|
buildPhases = (
|
||
|
|
BA90D4A52795991570822DB4 /* SwiftLint (optional) */,
|
||
|
|
D843E4BC4962B18D4CEF6896 /* Sources */,
|
||
|
|
1418A8CB4A52579C5B219E01 /* Frameworks */,
|
||
|
|
);
|
||
|
|
buildRules = (
|
||
|
|
);
|
||
|
|
dependencies = (
|
||
|
|
);
|
||
|
|
name = PadXcodeDaemon;
|
||
|
|
packageProductDependencies = (
|
||
|
|
45D3B3290761A848F13B231C /* Vapor */,
|
||
|
|
);
|
||
|
|
productName = PadXcodeDaemon;
|
||
|
|
productReference = 3EA5BF4FA2338D1085F5FFED /* PadXcodeDaemon.app */;
|
||
|
|
productType = "com.apple.product-type.application";
|
||
|
|
};
|
||
|
|
/* End PBXNativeTarget section */
|
||
|
|
|
||
|
|
/* Begin PBXProject section */
|
||
|
|
98748342E09229F37FF71755 /* Project object */ = {
|
||
|
|
isa = PBXProject;
|
||
|
|
attributes = {
|
||
|
|
BuildIndependentTargetsInParallel = YES;
|
||
|
|
LastUpgradeCheck = 1500;
|
||
|
|
TargetAttributes = {
|
||
|
|
ABE87B3C7636957D1A544F00 = {
|
||
|
|
ProvisioningStyle = Automatic;
|
||
|
|
};
|
||
|
|
};
|
||
|
|
};
|
||
|
|
buildConfigurationList = 180A2CD21BD43F9EE8E4F649 /* Build configuration list for PBXProject "PadXcodeDaemon" */;
|
||
|
|
developmentRegion = en;
|
||
|
|
hasScannedForEncodings = 0;
|
||
|
|
knownRegions = (
|
||
|
|
Base,
|
||
|
|
en,
|
||
|
|
);
|
||
|
|
mainGroup = F22661C748C8E28CB121EB51;
|
||
|
|
minimizedProjectReferenceProxies = 1;
|
||
|
|
packageReferences = (
|
||
|
|
488F7B44CBC16B080F74A5E4 /* XCRemoteSwiftPackageReference "vapor" */,
|
||
|
|
);
|
||
|
|
preferredProjectObjectVersion = 77;
|
||
|
|
productRefGroup = 51BC908BBF37E5CC2F08CF99 /* Products */;
|
||
|
|
projectDirPath = "";
|
||
|
|
projectRoot = "";
|
||
|
|
targets = (
|
||
|
|
ABE87B3C7636957D1A544F00 /* PadXcodeDaemon */,
|
||
|
|
);
|
||
|
|
};
|
||
|
|
/* End PBXProject section */
|
||
|
|
|
||
|
|
/* Begin PBXShellScriptBuildPhase section */
|
||
|
|
BA90D4A52795991570822DB4 /* SwiftLint (optional) */ = {
|
||
|
|
isa = PBXShellScriptBuildPhase;
|
||
|
|
alwaysOutOfDate = 1;
|
||
|
|
buildActionMask = 2147483647;
|
||
|
|
files = (
|
||
|
|
);
|
||
|
|
inputFileListPaths = (
|
||
|
|
);
|
||
|
|
inputPaths = (
|
||
|
|
);
|
||
|
|
name = "SwiftLint (optional)";
|
||
|
|
outputFileListPaths = (
|
||
|
|
);
|
||
|
|
outputPaths = (
|
||
|
|
);
|
||
|
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
|
shellPath = /bin/sh;
|
||
|
|
shellScript = "if which swiftlint > /dev/null; then\n swiftlint\nfi\n";
|
||
|
|
showEnvVarsInLog = 0;
|
||
|
|
};
|
||
|
|
/* End PBXShellScriptBuildPhase section */
|
||
|
|
|
||
|
|
/* Begin PBXSourcesBuildPhase section */
|
||
|
|
D843E4BC4962B18D4CEF6896 /* Sources */ = {
|
||
|
|
isa = PBXSourcesBuildPhase;
|
||
|
|
buildActionMask = 2147483647;
|
||
|
|
files = (
|
||
|
|
44F3AD560D7FEB8B3E561938 /* AppPreferences.swift in Sources */,
|
||
|
|
B3CC9EE3D46085287CFBA724 /* BuildManager.swift in Sources */,
|
||
|
|
3B514E5E11E532D6D83D2EB6 /* DaemonController.swift in Sources */,
|
||
|
|
3DF5168029CD2350925BBE71 /* DaemonLogWindowView.swift in Sources */,
|
||
|
|
AC206C8AFBF320BF415BD0D7 /* DaemonSettingsView.swift in Sources */,
|
||
|
|
3BAB259291C30EBC6467FEB5 /* DaemonStartupValidator.swift in Sources */,
|
||
|
|
F177C85DD553A8E0BE469868 /* DeviceManager.swift in Sources */,
|
||
|
|
56C6C2631AAF1BAC7FED7101 /* LSPProxy.swift in Sources */,
|
||
|
|
1B6A53333ADE88D27E193DAF /* MenuBarView.swift in Sources */,
|
||
|
|
4259E7DAFF6FFFDC9A30586F /* Models.swift in Sources */,
|
||
|
|
E29649F27603E1FEA7C03CCB /* PadXcodeDaemonApp.swift in Sources */,
|
||
|
|
C6A5644FA5D18B9BC5DA5CB4 /* PreBuildRunner.swift in Sources */,
|
||
|
|
1D0729C238EF2340F425CBEF /* Setup.swift in Sources */,
|
||
|
|
F36FC42736240D6F427A34E8 /* configure.swift in Sources */,
|
||
|
|
C67E517D8E6A987EFAB951B2 /* routes.swift in Sources */,
|
||
|
|
);
|
||
|
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
|
};
|
||
|
|
/* End PBXSourcesBuildPhase section */
|
||
|
|
|
||
|
|
/* Begin XCBuildConfiguration section */
|
||
|
|
06E291A8A5AC3F52DE9BE434 /* Release */ = {
|
||
|
|
isa = XCBuildConfiguration;
|
||
|
|
buildSettings = {
|
||
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||
|
|
CODE_SIGN_ENTITLEMENTS = PadXcodeDaemon.entitlements;
|
||
|
|
COMBINE_HIDPI_IMAGES = YES;
|
||
|
|
DEVELOPMENT_TEAM = E9C9AGS9K6;
|
||
|
|
INFOPLIST_FILE = App/Info.plist;
|
||
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
||
|
|
"$(inherited)",
|
||
|
|
"@executable_path/../Frameworks",
|
||
|
|
);
|
||
|
|
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
||
|
|
SDKROOT = macosx;
|
||
|
|
};
|
||
|
|
name = Release;
|
||
|
|
};
|
||
|
|
8F34E43F0510978FD5A1B56E /* Release */ = {
|
||
|
|
isa = XCBuildConfiguration;
|
||
|
|
buildSettings = {
|
||
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||
|
|
CLANG_ANALYZER_NONNULL = YES;
|
||
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
||
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
||
|
|
CLANG_CXX_LIBRARY = "libc++";
|
||
|
|
CLANG_ENABLE_MODULES = YES;
|
||
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
||
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
||
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
||
|
|
CLANG_WARN_COMMA = YES;
|
||
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
||
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
||
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
||
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
||
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
||
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
||
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
||
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
||
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
||
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
||
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
||
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
||
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
||
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
||
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
||
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
||
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||
|
|
CODE_SIGN_STYLE = Automatic;
|
||
|
|
COPY_PHASE_STRIP = NO;
|
||
|
|
CURRENT_PROJECT_VERSION = 1;
|
||
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
||
|
|
DEVELOPMENT_TEAM = "";
|
||
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
||
|
|
ENABLE_NS_ASSERTIONS = NO;
|
||
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
||
|
|
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;
|
||
|
|
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
||
|
|
MARKETING_VERSION = 1.0.0;
|
||
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
||
|
|
MTL_FAST_MATH = YES;
|
||
|
|
PRODUCT_BUNDLE_IDENTIFIER = ca.dallasgroot.PadXcodeDaemon;
|
||
|
|
PRODUCT_NAME = PadXcodeDaemon;
|
||
|
|
SDKROOT = macosx;
|
||
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
||
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||
|
|
SWIFT_VERSION = 5.9;
|
||
|
|
};
|
||
|
|
name = Release;
|
||
|
|
};
|
||
|
|
ADFC073DAD442B1EF0D0B191 /* Debug */ = {
|
||
|
|
isa = XCBuildConfiguration;
|
||
|
|
buildSettings = {
|
||
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||
|
|
CODE_SIGN_ENTITLEMENTS = PadXcodeDaemon.entitlements;
|
||
|
|
COMBINE_HIDPI_IMAGES = YES;
|
||
|
|
DEVELOPMENT_TEAM = E9C9AGS9K6;
|
||
|
|
INFOPLIST_FILE = App/Info.plist;
|
||
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
||
|
|
"$(inherited)",
|
||
|
|
"@executable_path/../Frameworks",
|
||
|
|
);
|
||
|
|
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
||
|
|
SDKROOT = macosx;
|
||
|
|
};
|
||
|
|
name = Debug;
|
||
|
|
};
|
||
|
|
D5E2326F7EE5A874159D618E /* Debug */ = {
|
||
|
|
isa = XCBuildConfiguration;
|
||
|
|
buildSettings = {
|
||
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||
|
|
CLANG_ANALYZER_NONNULL = YES;
|
||
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
||
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
||
|
|
CLANG_CXX_LIBRARY = "libc++";
|
||
|
|
CLANG_ENABLE_MODULES = YES;
|
||
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
||
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
||
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
||
|
|
CLANG_WARN_COMMA = YES;
|
||
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
||
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
||
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
||
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
||
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
||
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
||
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
||
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
||
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
||
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
||
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
||
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
||
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
||
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
||
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
||
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
||
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||
|
|
CODE_SIGN_STYLE = Automatic;
|
||
|
|
COPY_PHASE_STRIP = NO;
|
||
|
|
CURRENT_PROJECT_VERSION = 1;
|
||
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
||
|
|
DEVELOPMENT_TEAM = "";
|
||
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
||
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||
|
|
ENABLE_TESTABILITY = YES;
|
||
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
||
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
||
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
||
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
||
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
||
|
|
"$(inherited)",
|
||
|
|
"DEBUG=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_AGGRESSIVE;
|
||
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
||
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||
|
|
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
||
|
|
MARKETING_VERSION = 1.0.0;
|
||
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||
|
|
MTL_FAST_MATH = YES;
|
||
|
|
ONLY_ACTIVE_ARCH = YES;
|
||
|
|
PRODUCT_BUNDLE_IDENTIFIER = ca.dallasgroot.PadXcodeDaemon;
|
||
|
|
PRODUCT_NAME = PadXcodeDaemon;
|
||
|
|
SDKROOT = macosx;
|
||
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
||
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||
|
|
SWIFT_VERSION = 5.9;
|
||
|
|
};
|
||
|
|
name = Debug;
|
||
|
|
};
|
||
|
|
/* End XCBuildConfiguration section */
|
||
|
|
|
||
|
|
/* Begin XCConfigurationList section */
|
||
|
|
100A9A4BABA7FF9382033998 /* Build configuration list for PBXNativeTarget "PadXcodeDaemon" */ = {
|
||
|
|
isa = XCConfigurationList;
|
||
|
|
buildConfigurations = (
|
||
|
|
ADFC073DAD442B1EF0D0B191 /* Debug */,
|
||
|
|
06E291A8A5AC3F52DE9BE434 /* Release */,
|
||
|
|
);
|
||
|
|
defaultConfigurationIsVisible = 0;
|
||
|
|
defaultConfigurationName = Debug;
|
||
|
|
};
|
||
|
|
180A2CD21BD43F9EE8E4F649 /* Build configuration list for PBXProject "PadXcodeDaemon" */ = {
|
||
|
|
isa = XCConfigurationList;
|
||
|
|
buildConfigurations = (
|
||
|
|
D5E2326F7EE5A874159D618E /* Debug */,
|
||
|
|
8F34E43F0510978FD5A1B56E /* Release */,
|
||
|
|
);
|
||
|
|
defaultConfigurationIsVisible = 0;
|
||
|
|
defaultConfigurationName = Debug;
|
||
|
|
};
|
||
|
|
/* End XCConfigurationList section */
|
||
|
|
|
||
|
|
/* Begin XCRemoteSwiftPackageReference section */
|
||
|
|
488F7B44CBC16B080F74A5E4 /* XCRemoteSwiftPackageReference "vapor" */ = {
|
||
|
|
isa = XCRemoteSwiftPackageReference;
|
||
|
|
repositoryURL = "https://github.com/vapor/vapor.git";
|
||
|
|
requirement = {
|
||
|
|
kind = upToNextMajorVersion;
|
||
|
|
minimumVersion = 4.99.0;
|
||
|
|
};
|
||
|
|
};
|
||
|
|
/* End XCRemoteSwiftPackageReference section */
|
||
|
|
|
||
|
|
/* Begin XCSwiftPackageProductDependency section */
|
||
|
|
45D3B3290761A848F13B231C /* Vapor */ = {
|
||
|
|
isa = XCSwiftPackageProductDependency;
|
||
|
|
package = 488F7B44CBC16B080F74A5E4 /* XCRemoteSwiftPackageReference "vapor" */;
|
||
|
|
productName = Vapor;
|
||
|
|
};
|
||
|
|
/* End XCSwiftPackageProductDependency section */
|
||
|
|
};
|
||
|
|
rootObject = 98748342E09229F37FF71755 /* Project object */;
|
||
|
|
}
|