Files
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

264 lines
8.7 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
7C9642891C0310FF003BBD66 /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7C9642881C0310FF003BBD66 /* main.mm */; };
7C9642981C031BA3003BBD66 /* libUnicodeConverter.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C9642971C031BA3003BBD66 /* libUnicodeConverter.dylib */; settings = {ATTRIBUTES = (Required, ); }; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
7C9642831C0310FF003BBD66 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
);
runOnlyForDeploymentPostprocessing = 1;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
7C9642851C0310FF003BBD66 /* UnicodeConverterTest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = UnicodeConverterTest; sourceTree = BUILT_PRODUCTS_DIR; };
7C9642881C0310FF003BBD66 /* main.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = main.mm; sourceTree = "<group>"; };
7C9642971C031BA3003BBD66 /* libUnicodeConverter.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libUnicodeConverter.dylib; path = ../../SDK/lib/mac_64/libUnicodeConverter.dylib; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
7C9642821C0310FF003BBD66 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
7C9642981C031BA3003BBD66 /* libUnicodeConverter.dylib in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
7C96427C1C0310FF003BBD66 = {
isa = PBXGroup;
children = (
7C9642971C031BA3003BBD66 /* libUnicodeConverter.dylib */,
7C9642871C0310FF003BBD66 /* UnicodeConverterTest */,
7C9642861C0310FF003BBD66 /* Products */,
);
sourceTree = "<group>";
};
7C9642861C0310FF003BBD66 /* Products */ = {
isa = PBXGroup;
children = (
7C9642851C0310FF003BBD66 /* UnicodeConverterTest */,
);
name = Products;
sourceTree = "<group>";
};
7C9642871C0310FF003BBD66 /* UnicodeConverterTest */ = {
isa = PBXGroup;
children = (
7C9642881C0310FF003BBD66 /* main.mm */,
);
path = UnicodeConverterTest;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
7C9642841C0310FF003BBD66 /* UnicodeConverterTest */ = {
isa = PBXNativeTarget;
buildConfigurationList = 7C96428C1C0310FF003BBD66 /* Build configuration list for PBXNativeTarget "UnicodeConverterTest" */;
buildPhases = (
7C9642811C0310FF003BBD66 /* Sources */,
7C9642821C0310FF003BBD66 /* Frameworks */,
7C9642831C0310FF003BBD66 /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = UnicodeConverterTest;
productName = UnicodeConverterTest;
productReference = 7C9642851C0310FF003BBD66 /* UnicodeConverterTest */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
7C96427D1C0310FF003BBD66 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0710;
ORGANIZATIONNAME = "Ascensio System";
TargetAttributes = {
7C9642841C0310FF003BBD66 = {
CreatedOnToolsVersion = 7.1.1;
};
};
};
buildConfigurationList = 7C9642801C0310FF003BBD66 /* Build configuration list for PBXProject "UnicodeConverterTest" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 7C96427C1C0310FF003BBD66;
productRefGroup = 7C9642861C0310FF003BBD66 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
7C9642841C0310FF003BBD66 /* UnicodeConverterTest */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
7C9642811C0310FF003BBD66 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
7C9642891C0310FF003BBD66 /* main.mm in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
7C96428A1C0310FF003BBD66 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
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;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
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 = 10.11;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
7C96428B1C0310FF003BBD66 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
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;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
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;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
};
name = Release;
};
7C96428D1C0310FF003BBD66 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
CLANG_CXX_LIBRARY = "compiler-default";
GCC_C_LANGUAGE_STANDARD = "compiler-default";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Build/UnicodeConverterTest/Build/Products/Debug",
);
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
7C96428E1C0310FF003BBD66 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
CLANG_CXX_LIBRARY = "compiler-default";
GCC_C_LANGUAGE_STANDARD = "compiler-default";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Build/UnicodeConverterTest/Build/Products/Debug",
);
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
7C9642801C0310FF003BBD66 /* Build configuration list for PBXProject "UnicodeConverterTest" */ = {
isa = XCConfigurationList;
buildConfigurations = (
7C96428A1C0310FF003BBD66 /* Debug */,
7C96428B1C0310FF003BBD66 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
7C96428C1C0310FF003BBD66 /* Build configuration list for PBXNativeTarget "UnicodeConverterTest" */ = {
isa = XCConfigurationList;
buildConfigurations = (
7C96428D1C0310FF003BBD66 /* Debug */,
7C96428E1C0310FF003BBD66 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 7C96427D1C0310FF003BBD66 /* Project object */;
}