|
|
@ -11,6 +11,7 @@
|
|
|
|
52D010C52DC397980091060B /* histogram.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 52D010C42DC397980091060B /* histogram.cpp */; };
|
|
|
|
52D010C52DC397980091060B /* histogram.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 52D010C42DC397980091060B /* histogram.cpp */; };
|
|
|
|
52D010C62DC39F250091060B /* histogram.hpp in Sources */ = {isa = PBXBuildFile; fileRef = 52D010C32DC397980091060B /* histogram.hpp */; };
|
|
|
|
52D010C62DC39F250091060B /* histogram.hpp in Sources */ = {isa = PBXBuildFile; fileRef = 52D010C32DC397980091060B /* histogram.hpp */; };
|
|
|
|
52FD91E52DC3AA580037B82C /* text.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 52FD91E42DC3AA580037B82C /* text.cpp */; };
|
|
|
|
52FD91E52DC3AA580037B82C /* text.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 52FD91E42DC3AA580037B82C /* text.cpp */; };
|
|
|
|
|
|
|
|
52FD92082DC3CAAB0037B82C /* svg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 52FD92072DC3CAAB0037B82C /* svg.cpp */; };
|
|
|
|
/* End PBXBuildFile section */
|
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
|
@ -32,6 +33,10 @@
|
|
|
|
52E197562D5F35A1004F8E3E /* Gistogramma */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Gistogramma; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
52E197562D5F35A1004F8E3E /* Gistogramma */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Gistogramma; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
52FD91E32DC3AA580037B82C /* text.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = text.hpp; sourceTree = "<group>"; };
|
|
|
|
52FD91E32DC3AA580037B82C /* text.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = text.hpp; sourceTree = "<group>"; };
|
|
|
|
52FD91E42DC3AA580037B82C /* text.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = text.cpp; sourceTree = "<group>"; };
|
|
|
|
52FD91E42DC3AA580037B82C /* text.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = text.cpp; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
52FD91F72DC3BE4E0037B82C /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
52FD91FA2DC3C02E0037B82C /* histogram_internal.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = histogram_internal.hpp; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
52FD92062DC3CAAB0037B82C /* svg.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = svg.hpp; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
52FD92072DC3CAAB0037B82C /* svg.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = svg.cpp; sourceTree = "<group>"; };
|
|
|
|
/* End PBXFileReference section */
|
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
@ -48,11 +53,15 @@
|
|
|
|
52E1974D2D5F35A1004F8E3E = {
|
|
|
|
52E1974D2D5F35A1004F8E3E = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
children = (
|
|
|
|
|
|
|
|
52FD91FA2DC3C02E0037B82C /* histogram_internal.hpp */,
|
|
|
|
52FD91E32DC3AA580037B82C /* text.hpp */,
|
|
|
|
52FD91E32DC3AA580037B82C /* text.hpp */,
|
|
|
|
52FD91E42DC3AA580037B82C /* text.cpp */,
|
|
|
|
52FD91E42DC3AA580037B82C /* text.cpp */,
|
|
|
|
52D010C32DC397980091060B /* histogram.hpp */,
|
|
|
|
52D010C32DC397980091060B /* histogram.hpp */,
|
|
|
|
52D010C42DC397980091060B /* histogram.cpp */,
|
|
|
|
52D010C42DC397980091060B /* histogram.cpp */,
|
|
|
|
|
|
|
|
52FD92062DC3CAAB0037B82C /* svg.hpp */,
|
|
|
|
|
|
|
|
52FD92072DC3CAAB0037B82C /* svg.cpp */,
|
|
|
|
523FBF7D2DA909BA0044A741 /* main.cpp */,
|
|
|
|
523FBF7D2DA909BA0044A741 /* main.cpp */,
|
|
|
|
|
|
|
|
52FD91F72DC3BE4E0037B82C /* .gitignore */,
|
|
|
|
52E197572D5F35A1004F8E3E /* Products */,
|
|
|
|
52E197572D5F35A1004F8E3E /* Products */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
sourceTree = "<group>";
|
|
|
|
sourceTree = "<group>";
|
|
|
@ -126,6 +135,7 @@
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
files = (
|
|
|
|
523FBF7E2DA909BA0044A741 /* main.cpp in Sources */,
|
|
|
|
523FBF7E2DA909BA0044A741 /* main.cpp in Sources */,
|
|
|
|
|
|
|
|
52FD92082DC3CAAB0037B82C /* svg.cpp in Sources */,
|
|
|
|
52D010C52DC397980091060B /* histogram.cpp in Sources */,
|
|
|
|
52D010C52DC397980091060B /* histogram.cpp in Sources */,
|
|
|
|
52FD91E52DC3AA580037B82C /* text.cpp in Sources */,
|
|
|
|
52FD91E52DC3AA580037B82C /* text.cpp in Sources */,
|
|
|
|
52D010C62DC39F250091060B /* histogram.hpp in Sources */,
|
|
|
|
52D010C62DC39F250091060B /* histogram.hpp in Sources */,
|
|
|
|