Files
Michael Babienco 43b1acd9ca Update to Xcode 10
2019-08-27 09:27:16 -04:00

480 lines
20 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 48;
objects = {
/* Begin PBXBuildFile section */
342F59DF206BF5D00045E75A /* macOSRichTextEditor.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 342F59D5206BF5D00045E75A /* macOSRichTextEditor.framework */; };
342F59E4206BF5D00045E75A /* macOSRichTextEditorTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 342F59E3206BF5D00045E75A /* macOSRichTextEditorTests.m */; };
342F59E6206BF5D00045E75A /* macOSRichTextEditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 342F59D8206BF5D00045E75A /* macOSRichTextEditor.h */; settings = {ATTRIBUTES = (Public, ); }; };
342F59F9206BF5FC0045E75A /* RichTextEditor.m in Sources */ = {isa = PBXBuildFile; fileRef = 342F59F0206BF5FC0045E75A /* RichTextEditor.m */; };
342F59FA206BF5FC0045E75A /* WZProtocolInterceptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 342F59F1206BF5FC0045E75A /* WZProtocolInterceptor.h */; settings = {ATTRIBUTES = (Private, ); }; };
342F59FB206BF5FC0045E75A /* RichTextEditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 342F59F2206BF5FC0045E75A /* RichTextEditor.h */; settings = {ATTRIBUTES = (Public, ); }; };
342F59FC206BF5FC0045E75A /* NSFont+RichTextEditor.m in Sources */ = {isa = PBXBuildFile; fileRef = 342F59F4206BF5FC0045E75A /* NSFont+RichTextEditor.m */; };
342F59FD206BF5FC0045E75A /* NSAttributedString+RichTextEditor.m in Sources */ = {isa = PBXBuildFile; fileRef = 342F59F5206BF5FC0045E75A /* NSAttributedString+RichTextEditor.m */; };
342F59FE206BF5FC0045E75A /* NSAttributedString+RichTextEditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 342F59F6206BF5FC0045E75A /* NSAttributedString+RichTextEditor.h */; settings = {ATTRIBUTES = (Public, ); }; };
342F59FF206BF5FC0045E75A /* NSFont+RichTextEditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 342F59F7206BF5FC0045E75A /* NSFont+RichTextEditor.h */; settings = {ATTRIBUTES = (Public, ); }; };
342F5A00206BF5FC0045E75A /* WZProtocolInterceptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 342F59F8206BF5FC0045E75A /* WZProtocolInterceptor.m */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
342F59E0206BF5D00045E75A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 342F59CC206BF5D00045E75A /* Project object */;
proxyType = 1;
remoteGlobalIDString = 342F59D4206BF5D00045E75A;
remoteInfo = macOSRichTextEditor;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
342F59D5206BF5D00045E75A /* macOSRichTextEditor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = macOSRichTextEditor.framework; sourceTree = BUILT_PRODUCTS_DIR; };
342F59D8206BF5D00045E75A /* macOSRichTextEditor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = macOSRichTextEditor.h; sourceTree = "<group>"; };
342F59D9206BF5D00045E75A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
342F59DE206BF5D00045E75A /* macOSRichTextEditorTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = macOSRichTextEditorTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
342F59E3206BF5D00045E75A /* macOSRichTextEditorTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = macOSRichTextEditorTests.m; sourceTree = "<group>"; };
342F59E5206BF5D00045E75A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
342F59F0206BF5FC0045E75A /* RichTextEditor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RichTextEditor.m; sourceTree = "<group>"; };
342F59F1206BF5FC0045E75A /* WZProtocolInterceptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WZProtocolInterceptor.h; sourceTree = "<group>"; };
342F59F2206BF5FC0045E75A /* RichTextEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RichTextEditor.h; sourceTree = "<group>"; };
342F59F4206BF5FC0045E75A /* NSFont+RichTextEditor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSFont+RichTextEditor.m"; sourceTree = "<group>"; };
342F59F5206BF5FC0045E75A /* NSAttributedString+RichTextEditor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSAttributedString+RichTextEditor.m"; sourceTree = "<group>"; };
342F59F6206BF5FC0045E75A /* NSAttributedString+RichTextEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSAttributedString+RichTextEditor.h"; sourceTree = "<group>"; };
342F59F7206BF5FC0045E75A /* NSFont+RichTextEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSFont+RichTextEditor.h"; sourceTree = "<group>"; };
342F59F8206BF5FC0045E75A /* WZProtocolInterceptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WZProtocolInterceptor.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
342F59D1206BF5D00045E75A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
342F59DB206BF5D00045E75A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
342F59DF206BF5D00045E75A /* macOSRichTextEditor.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
342F59CB206BF5D00045E75A = {
isa = PBXGroup;
children = (
342F59D7206BF5D00045E75A /* macOSRichTextEditor */,
342F59E2206BF5D00045E75A /* macOSRichTextEditorTests */,
342F59D6206BF5D00045E75A /* Products */,
);
sourceTree = "<group>";
};
342F59D6206BF5D00045E75A /* Products */ = {
isa = PBXGroup;
children = (
342F59D5206BF5D00045E75A /* macOSRichTextEditor.framework */,
342F59DE206BF5D00045E75A /* macOSRichTextEditorTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
342F59D7206BF5D00045E75A /* macOSRichTextEditor */ = {
isa = PBXGroup;
children = (
342F5A01206BF6840045E75A /* Source */,
342F59D8206BF5D00045E75A /* macOSRichTextEditor.h */,
342F59D9206BF5D00045E75A /* Info.plist */,
);
path = macOSRichTextEditor;
sourceTree = "<group>";
};
342F59E2206BF5D00045E75A /* macOSRichTextEditorTests */ = {
isa = PBXGroup;
children = (
342F59E3206BF5D00045E75A /* macOSRichTextEditorTests.m */,
342F59E5206BF5D00045E75A /* Info.plist */,
);
path = macOSRichTextEditorTests;
sourceTree = "<group>";
};
342F59F3206BF5FC0045E75A /* Categories */ = {
isa = PBXGroup;
children = (
342F59F7206BF5FC0045E75A /* NSFont+RichTextEditor.h */,
342F59F4206BF5FC0045E75A /* NSFont+RichTextEditor.m */,
342F59F6206BF5FC0045E75A /* NSAttributedString+RichTextEditor.h */,
342F59F5206BF5FC0045E75A /* NSAttributedString+RichTextEditor.m */,
);
path = Categories;
sourceTree = "<group>";
};
342F5A01206BF6840045E75A /* Source */ = {
isa = PBXGroup;
children = (
342F59F3206BF5FC0045E75A /* Categories */,
342F59F2206BF5FC0045E75A /* RichTextEditor.h */,
342F59F0206BF5FC0045E75A /* RichTextEditor.m */,
342F59F1206BF5FC0045E75A /* WZProtocolInterceptor.h */,
342F59F8206BF5FC0045E75A /* WZProtocolInterceptor.m */,
);
path = Source;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
342F59D2206BF5D00045E75A /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
342F59E6206BF5D00045E75A /* macOSRichTextEditor.h in Headers */,
342F59FF206BF5FC0045E75A /* NSFont+RichTextEditor.h in Headers */,
342F59FB206BF5FC0045E75A /* RichTextEditor.h in Headers */,
342F59FE206BF5FC0045E75A /* NSAttributedString+RichTextEditor.h in Headers */,
342F59FA206BF5FC0045E75A /* WZProtocolInterceptor.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
342F59D4206BF5D00045E75A /* macOSRichTextEditor */ = {
isa = PBXNativeTarget;
buildConfigurationList = 342F59E9206BF5D00045E75A /* Build configuration list for PBXNativeTarget "macOSRichTextEditor" */;
buildPhases = (
342F59D0206BF5D00045E75A /* Sources */,
342F59D1206BF5D00045E75A /* Frameworks */,
342F59D2206BF5D00045E75A /* Headers */,
342F59D3206BF5D00045E75A /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = macOSRichTextEditor;
productName = macOSRichTextEditor;
productReference = 342F59D5206BF5D00045E75A /* macOSRichTextEditor.framework */;
productType = "com.apple.product-type.framework";
};
342F59DD206BF5D00045E75A /* macOSRichTextEditorTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 342F59EC206BF5D00045E75A /* Build configuration list for PBXNativeTarget "macOSRichTextEditorTests" */;
buildPhases = (
342F59DA206BF5D00045E75A /* Sources */,
342F59DB206BF5D00045E75A /* Frameworks */,
342F59DC206BF5D00045E75A /* Resources */,
);
buildRules = (
);
dependencies = (
342F59E1206BF5D00045E75A /* PBXTargetDependency */,
);
name = macOSRichTextEditorTests;
productName = macOSRichTextEditorTests;
productReference = 342F59DE206BF5D00045E75A /* macOSRichTextEditorTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
342F59CC206BF5D00045E75A /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0930;
ORGANIZATIONNAME = "Pikle Productions";
TargetAttributes = {
342F59D4206BF5D00045E75A = {
CreatedOnToolsVersion = 9.2;
ProvisioningStyle = Automatic;
};
342F59DD206BF5D00045E75A = {
CreatedOnToolsVersion = 9.2;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 342F59CF206BF5D00045E75A /* Build configuration list for PBXProject "macOSRichTextEditor" */;
compatibilityVersion = "Xcode 8.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 342F59CB206BF5D00045E75A;
productRefGroup = 342F59D6206BF5D00045E75A /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
342F59D4206BF5D00045E75A /* macOSRichTextEditor */,
342F59DD206BF5D00045E75A /* macOSRichTextEditorTests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
342F59D3206BF5D00045E75A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
342F59DC206BF5D00045E75A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
342F59D0206BF5D00045E75A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
342F5A00206BF5FC0045E75A /* WZProtocolInterceptor.m in Sources */,
342F59F9206BF5FC0045E75A /* RichTextEditor.m in Sources */,
342F59FC206BF5FC0045E75A /* NSFont+RichTextEditor.m in Sources */,
342F59FD206BF5FC0045E75A /* NSAttributedString+RichTextEditor.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
342F59DA206BF5D00045E75A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
342F59E4206BF5D00045E75A /* macOSRichTextEditorTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
342F59E1206BF5D00045E75A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 342F59D4206BF5D00045E75A /* macOSRichTextEditor */;
targetProxy = 342F59E0206BF5D00045E75A /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
342F59E7206BF5D00045E75A /* 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_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_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_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
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 = 10.10;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
342F59E8206BF5D00045E75A /* 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_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_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_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
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 = 10.10;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
342F59EA206BF5D00045E75A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = macOSRichTextEditor/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.pikleproductions.macOSRichTextEditor;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
};
name = Debug;
};
342F59EB206BF5D00045E75A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = macOSRichTextEditor/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.pikleproductions.macOSRichTextEditor;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
};
name = Release;
};
342F59ED206BF5D00045E75A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = macOSRichTextEditorTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.pikleproductions.macOSRichTextEditorTests;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
342F59EE206BF5D00045E75A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = macOSRichTextEditorTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.pikleproductions.macOSRichTextEditorTests;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
342F59CF206BF5D00045E75A /* Build configuration list for PBXProject "macOSRichTextEditor" */ = {
isa = XCConfigurationList;
buildConfigurations = (
342F59E7206BF5D00045E75A /* Debug */,
342F59E8206BF5D00045E75A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
342F59E9206BF5D00045E75A /* Build configuration list for PBXNativeTarget "macOSRichTextEditor" */ = {
isa = XCConfigurationList;
buildConfigurations = (
342F59EA206BF5D00045E75A /* Debug */,
342F59EB206BF5D00045E75A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
342F59EC206BF5D00045E75A /* Build configuration list for PBXNativeTarget "macOSRichTextEditorTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
342F59ED206BF5D00045E75A /* Debug */,
342F59EE206BF5D00045E75A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 342F59CC206BF5D00045E75A /* Project object */;
}