367 lines
14 KiB
Plaintext
367 lines
14 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 56;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
3435A8142A3A76F300D604F1 /* Vapor in Frameworks */ = {isa = PBXBuildFile; productRef = 3435A8132A3A76F300D604F1 /* Vapor */; };
|
|
3435A8172A3A771C00D604F1 /* TelegramVaporBot in Frameworks */ = {isa = PBXBuildFile; productRef = 3435A8162A3A771C00D604F1 /* TelegramVaporBot */; };
|
|
3435A81A2A3A77C000D604F1 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3435A8192A3A77C000D604F1 /* main.swift */; };
|
|
34F18FCB2A3CC67D0068C697 /* BotHandlers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34F18FCA2A3CC67D0068C697 /* BotHandlers.swift */; };
|
|
34F18FCD2A3CC6A00068C697 /* TelegramController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34F18FCC2A3CC6A00068C697 /* TelegramController.swift */; };
|
|
34F18FCF2A3CC6C30068C697 /* BotConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34F18FCE2A3CC6C30068C697 /* BotConnection.swift */; };
|
|
34F18FDD2A3D59410068C697 /* KissGram.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34F18FDC2A3D59410068C697 /* KissGram.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
348168532A2F96A100A50BD3 /* CopyFiles */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = /usr/share/man/man1/;
|
|
dstSubfolderSpec = 0;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 1;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
3435A8182A3A77C000D604F1 /* KissGram-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "KissGram-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
3435A8192A3A77C000D604F1 /* main.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
|
|
348168552A2F96A100A50BD3 /* KissGram */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = KissGram; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
34F18FCA2A3CC67D0068C697 /* BotHandlers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BotHandlers.swift; sourceTree = "<group>"; };
|
|
34F18FCC2A3CC6A00068C697 /* TelegramController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TelegramController.swift; sourceTree = "<group>"; };
|
|
34F18FCE2A3CC6C30068C697 /* BotConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BotConnection.swift; sourceTree = "<group>"; };
|
|
34F18FDC2A3D59410068C697 /* KissGram.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KissGram.swift; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
348168522A2F96A100A50BD3 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
3435A8172A3A771C00D604F1 /* TelegramVaporBot in Frameworks */,
|
|
3435A8142A3A76F300D604F1 /* Vapor in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
3481684C2A2F96A100A50BD3 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
348168572A2F96A100A50BD3 /* KissGram */,
|
|
348168562A2F96A100A50BD3 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
348168562A2F96A100A50BD3 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
348168552A2F96A100A50BD3 /* KissGram */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
348168572A2F96A100A50BD3 /* KissGram */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
34F18FDB2A3D591B0068C697 /* TGBot */,
|
|
3435A8192A3A77C000D604F1 /* main.swift */,
|
|
34F18FDC2A3D59410068C697 /* KissGram.swift */,
|
|
3435A8182A3A77C000D604F1 /* KissGram-Bridging-Header.h */,
|
|
);
|
|
name = KissGram;
|
|
path = ../../KissGram/Sources;
|
|
sourceTree = "<group>";
|
|
};
|
|
34F18FDB2A3D591B0068C697 /* TGBot */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
34F18FCA2A3CC67D0068C697 /* BotHandlers.swift */,
|
|
34F18FCC2A3CC6A00068C697 /* TelegramController.swift */,
|
|
34F18FCE2A3CC6C30068C697 /* BotConnection.swift */,
|
|
);
|
|
path = TGBot;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
348168542A2F96A100A50BD3 /* KissGram */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 3481685C2A2F96A100A50BD3 /* Build configuration list for PBXNativeTarget "KissGram" */;
|
|
buildPhases = (
|
|
348168512A2F96A100A50BD3 /* Sources */,
|
|
348168522A2F96A100A50BD3 /* Frameworks */,
|
|
348168532A2F96A100A50BD3 /* CopyFiles */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = KissGram;
|
|
packageProductDependencies = (
|
|
3435A8132A3A76F300D604F1 /* Vapor */,
|
|
3435A8162A3A771C00D604F1 /* TelegramVaporBot */,
|
|
);
|
|
productName = KissGram;
|
|
productReference = 348168552A2F96A100A50BD3 /* KissGram */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
3481684D2A2F96A100A50BD3 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
BuildIndependentTargetsInParallel = 1;
|
|
LastSwiftUpdateCheck = 1430;
|
|
LastUpgradeCheck = 1430;
|
|
TargetAttributes = {
|
|
348168542A2F96A100A50BD3 = {
|
|
CreatedOnToolsVersion = 14.3.1;
|
|
LastSwiftMigration = 1430;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 348168502A2F96A100A50BD3 /* Build configuration list for PBXProject "KissGram" */;
|
|
compatibilityVersion = "Xcode 14.0";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = 3481684C2A2F96A100A50BD3;
|
|
packageReferences = (
|
|
3435A8122A3A76F300D604F1 /* XCRemoteSwiftPackageReference "vapor" */,
|
|
3435A8152A3A771C00D604F1 /* XCRemoteSwiftPackageReference "telegram-vapor-bot" */,
|
|
);
|
|
productRefGroup = 348168562A2F96A100A50BD3 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
348168542A2F96A100A50BD3 /* KissGram */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
348168512A2F96A100A50BD3 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
34F18FCD2A3CC6A00068C697 /* TelegramController.swift in Sources */,
|
|
34F18FCB2A3CC67D0068C697 /* BotHandlers.swift in Sources */,
|
|
3435A81A2A3A77C000D604F1 /* main.swift in Sources */,
|
|
34F18FCF2A3CC6C30068C697 /* BotConnection.swift in Sources */,
|
|
34F18FDD2A3D59410068C697 /* KissGram.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
3481685A2A2F96A100A50BD3 /* 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++20";
|
|
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;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
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 = (
|
|
"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;
|
|
MACOSX_DEPLOYMENT_TARGET = 13.3;
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
MTL_FAST_MATH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = macosx;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
};
|
|
name = Debug;
|
|
};
|
|
3481685B2A2F96A100A50BD3 /* 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++20";
|
|
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;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
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 = 13.3;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
SDKROOT = macosx;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
};
|
|
name = Release;
|
|
};
|
|
3481685D2A2F96A100A50BD3 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = NYU8YAYHF8;
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_OBJC_BRIDGING_HEADER = "../../KissGram/Sources/KissGram-Bridging-Header.h";
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
3481685E2A2F96A100A50BD3 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = NYU8YAYHF8;
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_OBJC_BRIDGING_HEADER = "../../KissGram/Sources/KissGram-Bridging-Header.h";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
348168502A2F96A100A50BD3 /* Build configuration list for PBXProject "KissGram" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
3481685A2A2F96A100A50BD3 /* Debug */,
|
|
3481685B2A2F96A100A50BD3 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
3481685C2A2F96A100A50BD3 /* Build configuration list for PBXNativeTarget "KissGram" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
3481685D2A2F96A100A50BD3 /* Debug */,
|
|
3481685E2A2F96A100A50BD3 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
|
|
/* Begin XCRemoteSwiftPackageReference section */
|
|
3435A8122A3A76F300D604F1 /* XCRemoteSwiftPackageReference "vapor" */ = {
|
|
isa = XCRemoteSwiftPackageReference;
|
|
repositoryURL = "https://github.com/vapor/vapor.git";
|
|
requirement = {
|
|
kind = upToNextMajorVersion;
|
|
minimumVersion = 4.57.0;
|
|
};
|
|
};
|
|
3435A8152A3A771C00D604F1 /* XCRemoteSwiftPackageReference "telegram-vapor-bot" */ = {
|
|
isa = XCRemoteSwiftPackageReference;
|
|
repositoryURL = "https://github.com/nerzh/telegram-vapor-bot";
|
|
requirement = {
|
|
kind = upToNextMajorVersion;
|
|
minimumVersion = 2.1.0;
|
|
};
|
|
};
|
|
/* End XCRemoteSwiftPackageReference section */
|
|
|
|
/* Begin XCSwiftPackageProductDependency section */
|
|
3435A8132A3A76F300D604F1 /* Vapor */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = 3435A8122A3A76F300D604F1 /* XCRemoteSwiftPackageReference "vapor" */;
|
|
productName = Vapor;
|
|
};
|
|
3435A8162A3A771C00D604F1 /* TelegramVaporBot */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = 3435A8152A3A771C00D604F1 /* XCRemoteSwiftPackageReference "telegram-vapor-bot" */;
|
|
productName = TelegramVaporBot;
|
|
};
|
|
/* End XCSwiftPackageProductDependency section */
|
|
};
|
|
rootObject = 3481684D2A2F96A100A50BD3 /* Project object */;
|
|
}
|