Cog/Plugins/Hively/Hively.xcodeproj/project.pbxproj
Christopher Snowhill 972a7604bd
Some checks are pending
Check if Cog buildable / Build Universal Cog.app (push) Waiting to run
Maintenance: Update project file settings
Promote or demote all projects to Xcode 12.0, remove signing from any
libraries or frameworks that still have it, and clear identities in the
project files, so that they will derive from the out of repo local
settings file, and will stop inserting my ID into projects every time
they are modified.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-06-24 00:40:03 -07:00

464 lines
19 KiB
Text

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 54;
objects = {
/* Begin PBXBuildFile section */
834D19062D7F94D700F13B89 /* CogAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 834D19052D7F94D700F13B89 /* CogAudio.framework */; };
836FB5311820538700B3AD2D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 836FB5301820538700B3AD2D /* Cocoa.framework */; };
836FB53B1820538700B3AD2D /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 836FB5391820538700B3AD2D /* InfoPlist.strings */; };
836FB5971820554E00B3AD2D /* HivelyPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 836FB58A182053D800B3AD2D /* HivelyPlayer.framework */; };
836FB5991820556100B3AD2D /* HivelyPlayer.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 836FB58A182053D800B3AD2D /* HivelyPlayer.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
836FB5A01820556F00B3AD2D /* HVLDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 836FB59B1820556F00B3AD2D /* HVLDecoder.m */; };
836FB5A11820556F00B3AD2D /* HVLMetadataReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 836FB59D1820556F00B3AD2D /* HVLMetadataReader.m */; };
836FB5A21820556F00B3AD2D /* HVLContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 836FB59F1820556F00B3AD2D /* HVLContainer.m */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
836FB589182053D800B3AD2D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 836FB584182053D700B3AD2D /* HivelyPlayer.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 836FB556182053D700B3AD2D;
remoteInfo = HivelyPlayer;
};
836FB5951820554300B3AD2D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 836FB584182053D700B3AD2D /* HivelyPlayer.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 836FB555182053D700B3AD2D;
remoteInfo = HivelyPlayer;
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
836FB5981820555500B3AD2D /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
836FB5991820556100B3AD2D /* HivelyPlayer.framework in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
831C7F6918ADD73F00CE4A69 /* PlaylistController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlaylistController.h; path = ../../../Playlist/PlaylistController.h; sourceTree = "<group>"; };
833F68471CDBCABF00AFB9F0 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
834A42B8287AFA3600EB9D9B /* AudioChunk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AudioChunk.h; path = ../../../Audio/Chain/AudioChunk.h; sourceTree = "<group>"; };
834D19052D7F94D700F13B89 /* CogAudio.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = CogAudio.framework; sourceTree = BUILT_PRODUCTS_DIR; };
836FB52D1820538700B3AD2D /* Hively.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Hively.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
836FB5301820538700B3AD2D /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
836FB5331820538700B3AD2D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
836FB5341820538700B3AD2D /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
836FB5351820538700B3AD2D /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
836FB5381820538700B3AD2D /* Hively-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Hively-Info.plist"; sourceTree = "<group>"; };
836FB53A1820538700B3AD2D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
836FB53C1820538700B3AD2D /* Hively-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Hively-Prefix.pch"; sourceTree = "<group>"; };
836FB584182053D700B3AD2D /* HivelyPlayer.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = HivelyPlayer.xcodeproj; path = ../../Frameworks/HivelyPlayer/HivelyPlayer.xcodeproj; sourceTree = "<group>"; };
836FB59A1820556F00B3AD2D /* HVLDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HVLDecoder.h; sourceTree = "<group>"; };
836FB59B1820556F00B3AD2D /* HVLDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HVLDecoder.m; sourceTree = "<group>"; };
836FB59C1820556F00B3AD2D /* HVLMetadataReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HVLMetadataReader.h; sourceTree = "<group>"; };
836FB59D1820556F00B3AD2D /* HVLMetadataReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HVLMetadataReader.m; sourceTree = "<group>"; };
836FB59E1820556F00B3AD2D /* HVLContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HVLContainer.h; sourceTree = "<group>"; };
836FB59F1820556F00B3AD2D /* HVLContainer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HVLContainer.m; sourceTree = "<group>"; };
836FB5A31820557E00B3AD2D /* Plugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Plugin.h; path = ../../../Audio/Plugin.h; sourceTree = "<group>"; };
83747C3B2862DC450021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
838EE8C629A8600B00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
83F0E6C0287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
836FB52A1820538700B3AD2D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
834D19062D7F94D700F13B89 /* CogAudio.framework in Frameworks */,
836FB5971820554E00B3AD2D /* HivelyPlayer.framework in Frameworks */,
836FB5311820538700B3AD2D /* Cocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
836FB5241820538700B3AD2D = {
isa = PBXGroup;
children = (
83747C3A2862DC450021245F /* Xcode-config */,
836FB5361820538700B3AD2D /* Hively */,
836FB52F1820538700B3AD2D /* Frameworks */,
836FB52E1820538700B3AD2D /* Products */,
);
sourceTree = "<group>";
};
836FB52E1820538700B3AD2D /* Products */ = {
isa = PBXGroup;
children = (
836FB52D1820538700B3AD2D /* Hively.bundle */,
);
name = Products;
sourceTree = "<group>";
};
836FB52F1820538700B3AD2D /* Frameworks */ = {
isa = PBXGroup;
children = (
834D19052D7F94D700F13B89 /* CogAudio.framework */,
836FB5301820538700B3AD2D /* Cocoa.framework */,
836FB5321820538700B3AD2D /* Other Frameworks */,
836FB584182053D700B3AD2D /* HivelyPlayer.xcodeproj */,
);
name = Frameworks;
sourceTree = "<group>";
};
836FB5321820538700B3AD2D /* Other Frameworks */ = {
isa = PBXGroup;
children = (
836FB5331820538700B3AD2D /* Foundation.framework */,
836FB5341820538700B3AD2D /* CoreData.framework */,
836FB5351820538700B3AD2D /* AppKit.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
836FB5361820538700B3AD2D /* Hively */ = {
isa = PBXGroup;
children = (
834A42B8287AFA3600EB9D9B /* AudioChunk.h */,
831C7F6918ADD73F00CE4A69 /* PlaylistController.h */,
836FB5A31820557E00B3AD2D /* Plugin.h */,
836FB59A1820556F00B3AD2D /* HVLDecoder.h */,
836FB59B1820556F00B3AD2D /* HVLDecoder.m */,
836FB59C1820556F00B3AD2D /* HVLMetadataReader.h */,
836FB59D1820556F00B3AD2D /* HVLMetadataReader.m */,
836FB59E1820556F00B3AD2D /* HVLContainer.h */,
836FB59F1820556F00B3AD2D /* HVLContainer.m */,
836FB5371820538700B3AD2D /* Supporting Files */,
);
path = Hively;
sourceTree = "<group>";
};
836FB5371820538700B3AD2D /* Supporting Files */ = {
isa = PBXGroup;
children = (
836FB5381820538700B3AD2D /* Hively-Info.plist */,
836FB5391820538700B3AD2D /* InfoPlist.strings */,
836FB53C1820538700B3AD2D /* Hively-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
836FB585182053D700B3AD2D /* Products */ = {
isa = PBXGroup;
children = (
836FB58A182053D800B3AD2D /* HivelyPlayer.framework */,
);
name = Products;
sourceTree = "<group>";
};
83747C3A2862DC450021245F /* Xcode-config */ = {
isa = PBXGroup;
children = (
83747C3B2862DC450021245F /* Shared.xcconfig */,
);
name = "Xcode-config";
path = "../../Xcode-config";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
836FB52C1820538700B3AD2D /* Hively */ = {
isa = PBXNativeTarget;
buildConfigurationList = 836FB53F1820538700B3AD2D /* Build configuration list for PBXNativeTarget "Hively" */;
buildPhases = (
836FB5291820538700B3AD2D /* Sources */,
836FB52A1820538700B3AD2D /* Frameworks */,
836FB52B1820538700B3AD2D /* Resources */,
836FB5981820555500B3AD2D /* CopyFiles */,
);
buildRules = (
);
dependencies = (
836FB5961820554300B3AD2D /* PBXTargetDependency */,
);
name = Hively;
productName = Hively;
productReference = 836FB52D1820538700B3AD2D /* Hively.bundle */;
productType = "com.apple.product-type.bundle";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
836FB5251820538700B3AD2D /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
LastUpgradeCheck = 1620;
ORGANIZATIONNAME = "";
TargetAttributes = {
836FB52C1820538700B3AD2D = {
DevelopmentTeam = "";
ProvisioningStyle = Manual;
};
};
};
buildConfigurationList = 836FB5281820538700B3AD2D /* Build configuration list for PBXProject "Hively" */;
compatibilityVersion = "Xcode 12.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
es,
Base,
pl,
tr,
);
mainGroup = 836FB5241820538700B3AD2D;
productRefGroup = 836FB52E1820538700B3AD2D /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = 836FB585182053D700B3AD2D /* Products */;
ProjectRef = 836FB584182053D700B3AD2D /* HivelyPlayer.xcodeproj */;
},
);
projectRoot = "";
targets = (
836FB52C1820538700B3AD2D /* Hively */,
);
};
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
836FB58A182053D800B3AD2D /* HivelyPlayer.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = HivelyPlayer.framework;
remoteRef = 836FB589182053D800B3AD2D /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
/* Begin PBXResourcesBuildPhase section */
836FB52B1820538700B3AD2D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
836FB53B1820538700B3AD2D /* InfoPlist.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
836FB5291820538700B3AD2D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
836FB5A11820556F00B3AD2D /* HVLMetadataReader.m in Sources */,
836FB5A21820556F00B3AD2D /* HVLContainer.m in Sources */,
836FB5A01820556F00B3AD2D /* HVLDecoder.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
836FB5961820554300B3AD2D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = HivelyPlayer;
targetProxy = 836FB5951820554300B3AD2D /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
836FB5391820538700B3AD2D /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
836FB53A1820538700B3AD2D /* en */,
833F68471CDBCABF00AFB9F0 /* es */,
83F0E6C0287CAB4200D84594 /* pl */,
838EE8C629A8600B00CD0580 /* tr */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
836FB53D1820538700B3AD2D /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 83747C3B2862DC450021245F /* Shared.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
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_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_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
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;
MACOSX_DEPLOYMENT_TARGET = 10.13;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "-Wframe-larger-than=4000";
OTHER_CPLUSPLUSFLAGS = "-Wframe-larger-than=16000";
SDKROOT = macosx;
SKIP_INSTALL = YES;
};
name = Debug;
};
836FB53E1820538700B3AD2D /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 83747C3B2862DC450021245F /* Shared.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
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_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_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
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;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.13;
OTHER_CFLAGS = "-Wframe-larger-than=4000";
OTHER_CPLUSPLUSFLAGS = "-Wframe-larger-than=16000";
SDKROOT = macosx;
SKIP_INSTALL = YES;
};
name = Release;
};
836FB5401820538700B3AD2D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Hively/Hively-Prefix.pch";
INFOPLIST_FILE = "Hively/Hively-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
PRODUCT_BUNDLE_IDENTIFIER = net.kode54.hively;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
836FB5411820538700B3AD2D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Hively/Hively-Prefix.pch";
INFOPLIST_FILE = "Hively/Hively-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
PRODUCT_BUNDLE_IDENTIFIER = net.kode54.hively;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
WRAPPER_EXTENSION = bundle;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
836FB5281820538700B3AD2D /* Build configuration list for PBXProject "Hively" */ = {
isa = XCConfigurationList;
buildConfigurations = (
836FB53D1820538700B3AD2D /* Debug */,
836FB53E1820538700B3AD2D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
836FB53F1820538700B3AD2D /* Build configuration list for PBXNativeTarget "Hively" */ = {
isa = XCConfigurationList;
buildConfigurations = (
836FB5401820538700B3AD2D /* Debug */,
836FB5411820538700B3AD2D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 836FB5251820538700B3AD2D /* Project object */;
}