Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
197
xcode/stb_image/stb_image.xcodeproj/project.pbxproj
Normal file
197
xcode/stb_image/stb_image.xcodeproj/project.pbxproj
Normal file
|
|
@ -0,0 +1,197 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 46;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
4553E0E91E571AA400FA9CFF /* stb_image_write.h in Headers */ = {isa = PBXBuildFile; fileRef = 4553E0E71E571AA400FA9CFF /* stb_image_write.h */; };
|
||||
4553E0EA1E571AA400FA9CFF /* stb_image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4553E0E81E571AA400FA9CFF /* stb_image.cpp */; };
|
||||
675D21C61BFB8F2B00717E4F /* stb_image.h in Headers */ = {isa = PBXBuildFile; fileRef = 675D21C41BFB8F2B00717E4F /* stb_image.h */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
34EBB47E1DBF52D3005BE9B8 /* common-debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "common-debug.xcconfig"; path = "../common-debug.xcconfig"; sourceTree = "<group>"; };
|
||||
34EBB47F1DBF52D3005BE9B8 /* common-release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "common-release.xcconfig"; path = "../common-release.xcconfig"; sourceTree = "<group>"; };
|
||||
4553E0E71E571AA400FA9CFF /* stb_image_write.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stb_image_write.h; sourceTree = "<group>"; };
|
||||
4553E0E81E571AA400FA9CFF /* stb_image.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = stb_image.cpp; sourceTree = "<group>"; };
|
||||
675D21BA1BFB8DBA00717E4F /* libstb_image.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libstb_image.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
675D21C41BFB8F2B00717E4F /* stb_image.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stb_image.h; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
675D21B71BFB8DBA00717E4F /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
675D21B11BFB8DBA00717E4F = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
34EBB47E1DBF52D3005BE9B8 /* common-debug.xcconfig */,
|
||||
34EBB47F1DBF52D3005BE9B8 /* common-release.xcconfig */,
|
||||
675D21C21BFB8F1000717E4F /* stb_image */,
|
||||
675D21BB1BFB8DBA00717E4F /* Products */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
675D21BB1BFB8DBA00717E4F /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
675D21BA1BFB8DBA00717E4F /* libstb_image.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
675D21C21BFB8F1000717E4F /* stb_image */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4553E0E71E571AA400FA9CFF /* stb_image_write.h */,
|
||||
4553E0E81E571AA400FA9CFF /* stb_image.cpp */,
|
||||
675D21C41BFB8F2B00717E4F /* stb_image.h */,
|
||||
);
|
||||
name = stb_image;
|
||||
path = ../../3party/stb_image;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
675D21B81BFB8DBA00717E4F /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
4553E0E91E571AA400FA9CFF /* stb_image_write.h in Headers */,
|
||||
675D21C61BFB8F2B00717E4F /* stb_image.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXHeadersBuildPhase section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
675D21B91BFB8DBA00717E4F /* stb_image */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 675D21BE1BFB8DBA00717E4F /* Build configuration list for PBXNativeTarget "stb_image" */;
|
||||
buildPhases = (
|
||||
675D21B61BFB8DBA00717E4F /* Sources */,
|
||||
675D21B71BFB8DBA00717E4F /* Frameworks */,
|
||||
675D21B81BFB8DBA00717E4F /* Headers */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = stb_image;
|
||||
productName = stb_image;
|
||||
productReference = 675D21BA1BFB8DBA00717E4F /* libstb_image.a */;
|
||||
productType = "com.apple.product-type.library.static";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
675D21B21BFB8DBA00717E4F /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
BuildIndependentTargetsInParallel = YES;
|
||||
DefaultBuildSystemTypeForWorkspace = Latest;
|
||||
LastUpgradeCheck = 1510;
|
||||
TargetAttributes = {
|
||||
675D21B91BFB8DBA00717E4F = {
|
||||
CreatedOnToolsVersion = 7.1.1;
|
||||
};
|
||||
};
|
||||
};
|
||||
buildConfigurationList = 675D21B51BFB8DBA00717E4F /* Build configuration list for PBXProject "stb_image" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = en;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
Base,
|
||||
);
|
||||
mainGroup = 675D21B11BFB8DBA00717E4F;
|
||||
productRefGroup = 675D21BB1BFB8DBA00717E4F /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
675D21B91BFB8DBA00717E4F /* stb_image */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
675D21B61BFB8DBA00717E4F /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
4553E0EA1E571AA400FA9CFF /* stb_image.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
675D21BC1BFB8DBA00717E4F /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 34EBB47E1DBF52D3005BE9B8 /* common-debug.xcconfig */;
|
||||
buildSettings = {
|
||||
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
675D21BD1BFB8DBA00717E4F /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 34EBB47F1DBF52D3005BE9B8 /* common-release.xcconfig */;
|
||||
buildSettings = {
|
||||
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
675D21BF1BFB8DBA00717E4F /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
EXECUTABLE_PREFIX = lib;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
675D21C01BFB8DBA00717E4F /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
EXECUTABLE_PREFIX = lib;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
675D21B51BFB8DBA00717E4F /* Build configuration list for PBXProject "stb_image" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
675D21BC1BFB8DBA00717E4F /* Debug */,
|
||||
675D21BD1BFB8DBA00717E4F /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
675D21BE1BFB8DBA00717E4F /* Build configuration list for PBXNativeTarget "stb_image" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
675D21BF1BFB8DBA00717E4F /* Debug */,
|
||||
675D21C01BFB8DBA00717E4F /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 675D21B21BFB8DBA00717E4F /* Project object */;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue