mirror of
https://github.com/gwm17/Specter.git
synced 2024-11-23 10:48:51 -05:00
284 lines
9.0 KiB
Plaintext
284 lines
9.0 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
75021EC9CB8F893BA4089D09 /* glad.c in Sources */ = {isa = PBXBuildFile; fileRef = B60713D1B977E6033AE48A11 /* glad.c */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
6C88ACDEC31617509B8F2B1E /* glad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = glad.h; path = include/glad/glad.h; sourceTree = "<group>"; };
|
|
9E78136F6C9B6721F3A9B9AF /* khrplatform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = khrplatform.h; path = include/KHR/khrplatform.h; sourceTree = "<group>"; };
|
|
B60713D1B977E6033AE48A11 /* glad.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = glad.c; path = src/glad.c; sourceTree = "<group>"; };
|
|
DB42B1E7DEB3841960202827 /* libGLAD.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libGLAD.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
D831CBD77B7D5509964E2217 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
50141638C15AC46A4F4D0C78 /* GLAD */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5E8C725002DF100215175890 /* include */,
|
|
5775D4184366DFCA959E7A58 /* src */,
|
|
A6C936B49B3FADE6EA134CF4 /* Products */,
|
|
);
|
|
name = GLAD;
|
|
sourceTree = "<group>";
|
|
};
|
|
5775D4184366DFCA959E7A58 /* src */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B60713D1B977E6033AE48A11 /* glad.c */,
|
|
);
|
|
name = src;
|
|
sourceTree = "<group>";
|
|
};
|
|
5E8C725002DF100215175890 /* include */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
F17967A595CC0557A8044DE5 /* KHR */,
|
|
A091580BA4022A3D256ECE4B /* glad */,
|
|
);
|
|
name = include;
|
|
sourceTree = "<group>";
|
|
};
|
|
A091580BA4022A3D256ECE4B /* glad */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
6C88ACDEC31617509B8F2B1E /* glad.h */,
|
|
);
|
|
name = glad;
|
|
sourceTree = "<group>";
|
|
};
|
|
A6C936B49B3FADE6EA134CF4 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DB42B1E7DEB3841960202827 /* libGLAD.a */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
F17967A595CC0557A8044DE5 /* KHR */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9E78136F6C9B6721F3A9B9AF /* khrplatform.h */,
|
|
);
|
|
name = KHR;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
E1F868ED109EBCDF69E0172D /* GLAD */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = C66D143669B89D6884896A76 /* Build configuration list for PBXNativeTarget "GLAD" */;
|
|
buildPhases = (
|
|
48194C77EB64D5A90635A2B7 /* Resources */,
|
|
B1C665CE5511EF006FE2BC0E /* Sources */,
|
|
D831CBD77B7D5509964E2217 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = GLAD;
|
|
productName = GLAD;
|
|
productReference = DB42B1E7DEB3841960202827 /* libGLAD.a */;
|
|
productType = "com.apple.product-type.library.static";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 1250;
|
|
};
|
|
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "GLAD" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 1;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = 50141638C15AC46A4F4D0C78 /* GLAD */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
E1F868ED109EBCDF69E0172D /* GLAD */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
48194C77EB64D5A90635A2B7 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
B1C665CE5511EF006FE2BC0E /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
75021EC9CB8F893BA4089D09 /* glad.c in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
237A6DC1760098B34844FC01 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
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_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_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;
|
|
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
|
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 3;
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
OBJROOT = "bin-int/Release-macosx-x86_64/GLAD";
|
|
ONLY_ACTIVE_ARCH = NO;
|
|
SYMROOT = "bin/Release-macosx-x86_64/GLAD";
|
|
SYSTEM_HEADER_SEARCH_PATHS = "include $(inherited)";
|
|
USER_HEADER_SEARCH_PATHS = include;
|
|
};
|
|
name = Release;
|
|
};
|
|
287A05C76134CC39F0CC0407 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
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_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_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;
|
|
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
|
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
|
COPY_PHASE_STRIP = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
OBJROOT = "bin-int/Debug-macosx-x86_64/GLAD";
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SYMROOT = "bin/Debug-macosx-x86_64/GLAD";
|
|
SYSTEM_HEADER_SEARCH_PATHS = "include $(inherited)";
|
|
USER_HEADER_SEARCH_PATHS = include;
|
|
};
|
|
name = Debug;
|
|
};
|
|
447B29FC8CEC0E2ED18AE03C /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CONFIGURATION_BUILD_DIR = "bin/Debug-macosx-x86_64/GLAD";
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
INSTALL_PATH = /usr/local/lib;
|
|
PRODUCT_NAME = GLAD;
|
|
};
|
|
name = Debug;
|
|
};
|
|
96B0B3F6BEEB6CA8A686FA36 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CONFIGURATION_BUILD_DIR = "bin/Release-macosx-x86_64/GLAD";
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
INSTALL_PATH = /usr/local/lib;
|
|
PRODUCT_NAME = GLAD;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "GLAD" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
287A05C76134CC39F0CC0407 /* Debug */,
|
|
237A6DC1760098B34844FC01 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Debug;
|
|
};
|
|
C66D143669B89D6884896A76 /* Build configuration list for PBXNativeTarget "GLAD" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
447B29FC8CEC0E2ED18AE03C /* Debug */,
|
|
96B0B3F6BEEB6CA8A686FA36 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Debug;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
|
}
|