1590 lines
72 KiB
Plaintext
1590 lines
72 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXAggregateTarget section */
|
|
"Euler::EulerPackageTests::ProductTarget" /* EulerPackageTests */ = {
|
|
isa = PBXAggregateTarget;
|
|
buildConfigurationList = OBJ_257 /* Build configuration list for PBXAggregateTarget "EulerPackageTests" */;
|
|
buildPhases = (
|
|
);
|
|
dependencies = (
|
|
OBJ_260 /* PBXTargetDependency */,
|
|
);
|
|
name = EulerPackageTests;
|
|
productName = EulerPackageTests;
|
|
};
|
|
/* End PBXAggregateTarget section */
|
|
|
|
/* Begin PBXBuildFile section */
|
|
OBJ_176 /* Expression.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* Expression.swift */; };
|
|
OBJ_177 /* Grouper.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_12 /* Grouper.swift */; };
|
|
OBJ_178 /* LaTeX.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_13 /* LaTeX.swift */; };
|
|
OBJ_179 /* Lexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_14 /* Lexer.swift */; };
|
|
OBJ_180 /* CellAddressNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_16 /* CellAddressNode.swift */; };
|
|
OBJ_181 /* ConstantNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_17 /* ConstantNode.swift */; };
|
|
OBJ_182 /* ExpressionNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_18 /* ExpressionNode.swift */; };
|
|
OBJ_183 /* FunctionNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_19 /* FunctionNode.swift */; };
|
|
OBJ_184 /* Node.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_20 /* Node.swift */; };
|
|
OBJ_185 /* NullNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_21 /* NullNode.swift */; };
|
|
OBJ_186 /* OperatorNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_22 /* OperatorNode.swift */; };
|
|
OBJ_187 /* StringNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_23 /* StringNode.swift */; };
|
|
OBJ_188 /* SymbolNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_24 /* SymbolNode.swift */; };
|
|
OBJ_189 /* Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_25 /* Parser.swift */; };
|
|
OBJ_190 /* Regex.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_27 /* Regex.swift */; };
|
|
OBJ_191 /* Polynomial.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_28 /* Polynomial.swift */; };
|
|
OBJ_192 /* simplify.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_30 /* simplify.swift */; };
|
|
OBJ_193 /* Tree.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_32 /* Tree.swift */; };
|
|
OBJ_194 /* BNativeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_34 /* BNativeExtensions.swift */; };
|
|
OBJ_195 /* BasicOperators.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_36 /* BasicOperators.swift */; };
|
|
OBJ_196 /* BigDouble.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_37 /* BigDouble.swift */; };
|
|
OBJ_197 /* OperationsBigDouble.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_38 /* OperationsBigDouble.swift */; };
|
|
OBJ_198 /* BigInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_40 /* BigInt.swift */; };
|
|
OBJ_199 /* BinaryBigInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_41 /* BinaryBigInt.swift */; };
|
|
OBJ_200 /* OperationsBigInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_42 /* OperationsBigInt.swift */; };
|
|
OBJ_201 /* Limbs.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_43 /* Limbs.swift */; };
|
|
OBJ_202 /* RSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_45 /* RSA.swift */; };
|
|
OBJ_203 /* md5.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_46 /* md5.swift */; };
|
|
OBJ_204 /* sha256.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_47 /* sha256.swift */; };
|
|
OBJ_205 /* Euler.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_48 /* Euler.swift */; };
|
|
OBJ_206 /* Array.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_50 /* Array.swift */; };
|
|
OBJ_207 /* Collatz.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_52 /* Collatz.swift */; };
|
|
OBJ_208 /* Fibonacci.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_53 /* Fibonacci.swift */; };
|
|
OBJ_209 /* Sieve.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_54 /* Sieve.swift */; };
|
|
OBJ_210 /* Graph.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_56 /* Graph.swift */; };
|
|
OBJ_211 /* Point.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_57 /* Point.swift */; };
|
|
OBJ_212 /* Vector.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_58 /* Vector.swift */; };
|
|
OBJ_213 /* MOperations.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_60 /* MOperations.swift */; };
|
|
OBJ_214 /* MProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_61 /* MProperties.swift */; };
|
|
OBJ_215 /* Matrix.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_62 /* Matrix.swift */; };
|
|
OBJ_216 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_64 /* Constants.swift */; };
|
|
OBJ_217 /* Logarithms.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_65 /* Logarithms.swift */; };
|
|
OBJ_218 /* combinations.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_66 /* combinations.swift */; };
|
|
OBJ_219 /* fibonacci.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_67 /* fibonacci.swift */; };
|
|
OBJ_220 /* gamma.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_68 /* gamma.swift */; };
|
|
OBJ_221 /* gcd.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_69 /* gcd.swift */; };
|
|
OBJ_222 /* isPrime.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_70 /* isPrime.swift */; };
|
|
OBJ_223 /* leastFactor.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_71 /* leastFactor.swift */; };
|
|
OBJ_224 /* modulo.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_72 /* modulo.swift */; };
|
|
OBJ_225 /* random.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_73 /* random.swift */; };
|
|
OBJ_226 /* sum.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_74 /* sum.swift */; };
|
|
OBJ_227 /* Average.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_76 /* Average.swift */; };
|
|
OBJ_228 /* Correlation.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_77 /* Correlation.swift */; };
|
|
OBJ_229 /* Quantile.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_78 /* Quantile.swift */; };
|
|
OBJ_230 /* Regression.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_79 /* Regression.swift */; };
|
|
OBJ_231 /* Statistics.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_80 /* Statistics.swift */; };
|
|
OBJ_232 /* Variance.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_81 /* Variance.swift */; };
|
|
OBJ_233 /* CellValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_83 /* CellValue.swift */; };
|
|
OBJ_234 /* CommonFormulas.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_85 /* CommonFormulas.swift */; };
|
|
OBJ_235 /* Logical.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_86 /* Logical.swift */; };
|
|
OBJ_236 /* Execute.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_88 /* Execute.swift */; };
|
|
OBJ_237 /* Tables.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_89 /* Tables.swift */; };
|
|
OBJ_238 /* TablesDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_90 /* TablesDataSource.swift */; };
|
|
OBJ_239 /* TablesDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_91 /* TablesDelegate.swift */; };
|
|
OBJ_240 /* Pointers.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_93 /* Pointers.swift */; };
|
|
OBJ_241 /* UnsafeMemory.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_94 /* UnsafeMemory.swift */; };
|
|
OBJ_242 /* UnsafeMutableMemory.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_95 /* UnsafeMutableMemory.swift */; };
|
|
OBJ_244 /* SVGRenderer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPlot::SVGRenderer::Product" /* SVGRenderer.framework */; };
|
|
OBJ_245 /* SwiftPlot.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPlot::SwiftPlot::Product" /* SwiftPlot.framework */; };
|
|
OBJ_255 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_6 /* Package.swift */; };
|
|
OBJ_266 /* AlgebraTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_98 /* AlgebraTests.swift */; };
|
|
OBJ_267 /* BigDoubleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_99 /* BigDoubleTests.swift */; };
|
|
OBJ_268 /* BigIntTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_100 /* BigIntTests.swift */; };
|
|
OBJ_269 /* Cryptography.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_101 /* Cryptography.swift */; };
|
|
OBJ_270 /* ExtensionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_102 /* ExtensionsTests.swift */; };
|
|
OBJ_271 /* GeneratorsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_103 /* GeneratorsTests.swift */; };
|
|
OBJ_272 /* GeometryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_104 /* GeometryTests.swift */; };
|
|
OBJ_273 /* MatrixTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_105 /* MatrixTest.swift */; };
|
|
OBJ_274 /* NodeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_106 /* NodeTests.swift */; };
|
|
OBJ_275 /* Convenience.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_108 /* Convenience.swift */; };
|
|
OBJ_276 /* Math.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_109 /* Math.swift */; };
|
|
OBJ_278 /* Euler.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "Euler::Euler::Product" /* Euler.framework */; };
|
|
OBJ_279 /* SVGRenderer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPlot::SVGRenderer::Product" /* SVGRenderer.framework */; };
|
|
OBJ_280 /* SwiftPlot.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPlot::SwiftPlot::Product" /* SwiftPlot.framework */; };
|
|
OBJ_288 /* SVGRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_119 /* SVGRenderer.swift */; };
|
|
OBJ_290 /* SwiftPlot.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPlot::SwiftPlot::Product" /* SwiftPlot.framework */; };
|
|
OBJ_296 /* AdaptersNamespace.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_121 /* AdaptersNamespace.swift */; };
|
|
OBJ_297 /* Axis.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_122 /* Axis.swift */; };
|
|
OBJ_298 /* BarChart.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_123 /* BarChart.swift */; };
|
|
OBJ_299 /* BarGraphSeriesOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_124 /* BarGraphSeriesOptions.swift */; };
|
|
OBJ_300 /* Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_126 /* Color.swift */; };
|
|
OBJ_301 /* ColorMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_127 /* ColorMap.swift */; };
|
|
OBJ_302 /* ColorMapData.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_128 /* ColorMapData.swift */; };
|
|
OBJ_303 /* FloatConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_129 /* FloatConvertible.swift */; };
|
|
OBJ_304 /* EdgeComponents.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_131 /* EdgeComponents.swift */; };
|
|
OBJ_305 /* Rect.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_132 /* Rect.swift */; };
|
|
OBJ_306 /* Size.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_133 /* Size.swift */; };
|
|
OBJ_307 /* GraphLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_134 /* GraphLayout.swift */; };
|
|
OBJ_308 /* Heatmap-adapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_135 /* Heatmap-adapter.swift */; };
|
|
OBJ_309 /* Heatmap.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_136 /* Heatmap.swift */; };
|
|
OBJ_310 /* HelperFunction.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_137 /* HelperFunction.swift */; };
|
|
OBJ_311 /* Histogram.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_138 /* Histogram.swift */; };
|
|
OBJ_312 /* HistogramSeries.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_139 /* HistogramSeries.swift */; };
|
|
OBJ_313 /* HistogramSeriesOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_140 /* HistogramSeriesOptions.swift */; };
|
|
OBJ_314 /* Label.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_142 /* Label.swift */; };
|
|
OBJ_315 /* LayoutComponent.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_143 /* LayoutComponent.swift */; };
|
|
OBJ_316 /* Spacing.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_144 /* Spacing.swift */; };
|
|
OBJ_317 /* LineChart.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_145 /* LineChart.swift */; };
|
|
OBJ_318 /* Pair.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_146 /* Pair.swift */; };
|
|
OBJ_319 /* Plot.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_147 /* Plot.swift */; };
|
|
OBJ_320 /* PlotDimensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_148 /* PlotDimensions.swift */; };
|
|
OBJ_321 /* PlotMarkers.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_149 /* PlotMarkers.swift */; };
|
|
OBJ_322 /* PlotStyleHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_150 /* PlotStyleHelpers.swift */; };
|
|
OBJ_323 /* Renderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_151 /* Renderer.swift */; };
|
|
OBJ_324 /* ScatterChart.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_152 /* ScatterChart.swift */; };
|
|
OBJ_325 /* ScatterPlotSeriesOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_153 /* ScatterPlotSeriesOptions.swift */; };
|
|
OBJ_326 /* SequencePlots.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_154 /* SequencePlots.swift */; };
|
|
OBJ_327 /* Series.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_155 /* Series.swift */; };
|
|
OBJ_328 /* SubPlot.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_156 /* SubPlot.swift */; };
|
|
OBJ_335 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_158 /* Package.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
6804E44F2480121E00B65E40 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = OBJ_1 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = "SwiftPlot::SVGRenderer";
|
|
remoteInfo = SVGRenderer;
|
|
};
|
|
6804E4502480121E00B65E40 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = OBJ_1 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = "SwiftPlot::SwiftPlot";
|
|
remoteInfo = SwiftPlot;
|
|
};
|
|
6804E4512480121E00B65E40 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = OBJ_1 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = "SwiftPlot::SwiftPlot";
|
|
remoteInfo = SwiftPlot;
|
|
};
|
|
6804E4522480121E00B65E40 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = OBJ_1 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = "Euler::Euler";
|
|
remoteInfo = Euler;
|
|
};
|
|
6804E4532480121E00B65E40 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = OBJ_1 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = "SwiftPlot::SVGRenderer";
|
|
remoteInfo = SVGRenderer;
|
|
};
|
|
6804E4542480121E00B65E40 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = OBJ_1 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = "SwiftPlot::SwiftPlot";
|
|
remoteInfo = SwiftPlot;
|
|
};
|
|
6804E4552480122000B65E40 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = OBJ_1 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = "Euler::EulerTests";
|
|
remoteInfo = EulerTests;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
"Euler::Euler::Product" /* Euler.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Euler.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
"Euler::EulerTests::Product" /* EulerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = EulerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
OBJ_10 /* Expression.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Expression.swift; sourceTree = "<group>"; };
|
|
OBJ_100 /* BigIntTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BigIntTests.swift; sourceTree = "<group>"; };
|
|
OBJ_101 /* Cryptography.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Cryptography.swift; sourceTree = "<group>"; };
|
|
OBJ_102 /* ExtensionsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionsTests.swift; sourceTree = "<group>"; };
|
|
OBJ_103 /* GeneratorsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeneratorsTests.swift; sourceTree = "<group>"; };
|
|
OBJ_104 /* GeometryTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeometryTests.swift; sourceTree = "<group>"; };
|
|
OBJ_105 /* MatrixTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MatrixTest.swift; sourceTree = "<group>"; };
|
|
OBJ_106 /* NodeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NodeTests.swift; sourceTree = "<group>"; };
|
|
OBJ_108 /* Convenience.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Convenience.swift; sourceTree = "<group>"; };
|
|
OBJ_109 /* Math.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Math.swift; sourceTree = "<group>"; };
|
|
OBJ_119 /* SVGRenderer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SVGRenderer.swift; sourceTree = "<group>"; };
|
|
OBJ_12 /* Grouper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Grouper.swift; sourceTree = "<group>"; };
|
|
OBJ_121 /* AdaptersNamespace.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdaptersNamespace.swift; sourceTree = "<group>"; };
|
|
OBJ_122 /* Axis.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Axis.swift; sourceTree = "<group>"; };
|
|
OBJ_123 /* BarChart.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BarChart.swift; sourceTree = "<group>"; };
|
|
OBJ_124 /* BarGraphSeriesOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BarGraphSeriesOptions.swift; sourceTree = "<group>"; };
|
|
OBJ_126 /* Color.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Color.swift; sourceTree = "<group>"; };
|
|
OBJ_127 /* ColorMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorMap.swift; sourceTree = "<group>"; };
|
|
OBJ_128 /* ColorMapData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorMapData.swift; sourceTree = "<group>"; };
|
|
OBJ_129 /* FloatConvertible.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FloatConvertible.swift; sourceTree = "<group>"; };
|
|
OBJ_13 /* LaTeX.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LaTeX.swift; sourceTree = "<group>"; };
|
|
OBJ_131 /* EdgeComponents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EdgeComponents.swift; sourceTree = "<group>"; };
|
|
OBJ_132 /* Rect.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Rect.swift; sourceTree = "<group>"; };
|
|
OBJ_133 /* Size.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Size.swift; sourceTree = "<group>"; };
|
|
OBJ_134 /* GraphLayout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GraphLayout.swift; sourceTree = "<group>"; };
|
|
OBJ_135 /* Heatmap-adapter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Heatmap-adapter.swift"; sourceTree = "<group>"; };
|
|
OBJ_136 /* Heatmap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Heatmap.swift; sourceTree = "<group>"; };
|
|
OBJ_137 /* HelperFunction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HelperFunction.swift; sourceTree = "<group>"; };
|
|
OBJ_138 /* Histogram.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Histogram.swift; sourceTree = "<group>"; };
|
|
OBJ_139 /* HistogramSeries.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistogramSeries.swift; sourceTree = "<group>"; };
|
|
OBJ_14 /* Lexer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lexer.swift; sourceTree = "<group>"; };
|
|
OBJ_140 /* HistogramSeriesOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistogramSeriesOptions.swift; sourceTree = "<group>"; };
|
|
OBJ_142 /* Label.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Label.swift; sourceTree = "<group>"; };
|
|
OBJ_143 /* LayoutComponent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LayoutComponent.swift; sourceTree = "<group>"; };
|
|
OBJ_144 /* Spacing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Spacing.swift; sourceTree = "<group>"; };
|
|
OBJ_145 /* LineChart.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineChart.swift; sourceTree = "<group>"; };
|
|
OBJ_146 /* Pair.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Pair.swift; sourceTree = "<group>"; };
|
|
OBJ_147 /* Plot.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Plot.swift; sourceTree = "<group>"; };
|
|
OBJ_148 /* PlotDimensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlotDimensions.swift; sourceTree = "<group>"; };
|
|
OBJ_149 /* PlotMarkers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlotMarkers.swift; sourceTree = "<group>"; };
|
|
OBJ_150 /* PlotStyleHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlotStyleHelpers.swift; sourceTree = "<group>"; };
|
|
OBJ_151 /* Renderer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Renderer.swift; sourceTree = "<group>"; };
|
|
OBJ_152 /* ScatterChart.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScatterChart.swift; sourceTree = "<group>"; };
|
|
OBJ_153 /* ScatterPlotSeriesOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScatterPlotSeriesOptions.swift; sourceTree = "<group>"; };
|
|
OBJ_154 /* SequencePlots.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SequencePlots.swift; sourceTree = "<group>"; };
|
|
OBJ_155 /* Series.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Series.swift; sourceTree = "<group>"; };
|
|
OBJ_156 /* SubPlot.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubPlot.swift; sourceTree = "<group>"; };
|
|
OBJ_158 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; name = Package.swift; path = /Users/arguiot/GitHub/Euler/.build/checkouts/swiftplot/Package.swift; sourceTree = "<group>"; };
|
|
OBJ_16 /* CellAddressNode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CellAddressNode.swift; sourceTree = "<group>"; };
|
|
OBJ_164 /* docs */ = {isa = PBXFileReference; lastKnownFileType = folder; path = docs; sourceTree = SOURCE_ROOT; };
|
|
OBJ_165 /* Configs */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Configs; sourceTree = SOURCE_ROOT; };
|
|
OBJ_166 /* build */ = {isa = PBXFileReference; lastKnownFileType = folder; path = build; sourceTree = SOURCE_ROOT; };
|
|
OBJ_167 /* Euler.svg */ = {isa = PBXFileReference; lastKnownFileType = text; path = Euler.svg; sourceTree = "<group>"; };
|
|
OBJ_168 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
|
|
OBJ_169 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
|
OBJ_17 /* ConstantNode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConstantNode.swift; sourceTree = "<group>"; };
|
|
OBJ_170 /* Euler.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = Euler.podspec; sourceTree = "<group>"; };
|
|
OBJ_18 /* ExpressionNode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExpressionNode.swift; sourceTree = "<group>"; };
|
|
OBJ_19 /* FunctionNode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FunctionNode.swift; sourceTree = "<group>"; };
|
|
OBJ_20 /* Node.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Node.swift; sourceTree = "<group>"; };
|
|
OBJ_21 /* NullNode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NullNode.swift; sourceTree = "<group>"; };
|
|
OBJ_22 /* OperatorNode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OperatorNode.swift; sourceTree = "<group>"; };
|
|
OBJ_23 /* StringNode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringNode.swift; sourceTree = "<group>"; };
|
|
OBJ_24 /* SymbolNode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SymbolNode.swift; sourceTree = "<group>"; };
|
|
OBJ_25 /* Parser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Parser.swift; sourceTree = "<group>"; };
|
|
OBJ_27 /* Regex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Regex.swift; sourceTree = "<group>"; };
|
|
OBJ_28 /* Polynomial.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Polynomial.swift; sourceTree = "<group>"; };
|
|
OBJ_30 /* simplify.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = simplify.swift; sourceTree = "<group>"; };
|
|
OBJ_32 /* Tree.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tree.swift; sourceTree = "<group>"; };
|
|
OBJ_34 /* BNativeExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BNativeExtensions.swift; sourceTree = "<group>"; };
|
|
OBJ_36 /* BasicOperators.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BasicOperators.swift; sourceTree = "<group>"; };
|
|
OBJ_37 /* BigDouble.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BigDouble.swift; sourceTree = "<group>"; };
|
|
OBJ_38 /* OperationsBigDouble.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OperationsBigDouble.swift; sourceTree = "<group>"; };
|
|
OBJ_40 /* BigInt.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BigInt.swift; sourceTree = "<group>"; };
|
|
OBJ_41 /* BinaryBigInt.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryBigInt.swift; sourceTree = "<group>"; };
|
|
OBJ_42 /* OperationsBigInt.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OperationsBigInt.swift; sourceTree = "<group>"; };
|
|
OBJ_43 /* Limbs.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Limbs.swift; sourceTree = "<group>"; };
|
|
OBJ_45 /* RSA.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RSA.swift; sourceTree = "<group>"; };
|
|
OBJ_46 /* md5.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = md5.swift; sourceTree = "<group>"; };
|
|
OBJ_47 /* sha256.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = sha256.swift; sourceTree = "<group>"; };
|
|
OBJ_48 /* Euler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Euler.swift; sourceTree = "<group>"; };
|
|
OBJ_50 /* Array.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Array.swift; sourceTree = "<group>"; };
|
|
OBJ_52 /* Collatz.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Collatz.swift; sourceTree = "<group>"; };
|
|
OBJ_53 /* Fibonacci.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Fibonacci.swift; sourceTree = "<group>"; };
|
|
OBJ_54 /* Sieve.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Sieve.swift; sourceTree = "<group>"; };
|
|
OBJ_56 /* Graph.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Graph.swift; sourceTree = "<group>"; };
|
|
OBJ_57 /* Point.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Point.swift; sourceTree = "<group>"; };
|
|
OBJ_58 /* Vector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Vector.swift; sourceTree = "<group>"; };
|
|
OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
|
|
OBJ_60 /* MOperations.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MOperations.swift; sourceTree = "<group>"; };
|
|
OBJ_61 /* MProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MProperties.swift; sourceTree = "<group>"; };
|
|
OBJ_62 /* Matrix.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Matrix.swift; sourceTree = "<group>"; };
|
|
OBJ_64 /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
|
|
OBJ_65 /* Logarithms.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logarithms.swift; sourceTree = "<group>"; };
|
|
OBJ_66 /* combinations.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = combinations.swift; sourceTree = "<group>"; };
|
|
OBJ_67 /* fibonacci.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = fibonacci.swift; sourceTree = "<group>"; };
|
|
OBJ_68 /* gamma.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = gamma.swift; sourceTree = "<group>"; };
|
|
OBJ_69 /* gcd.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = gcd.swift; sourceTree = "<group>"; };
|
|
OBJ_70 /* isPrime.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = isPrime.swift; sourceTree = "<group>"; };
|
|
OBJ_71 /* leastFactor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = leastFactor.swift; sourceTree = "<group>"; };
|
|
OBJ_72 /* modulo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = modulo.swift; sourceTree = "<group>"; };
|
|
OBJ_73 /* random.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = random.swift; sourceTree = "<group>"; };
|
|
OBJ_74 /* sum.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = sum.swift; sourceTree = "<group>"; };
|
|
OBJ_76 /* Average.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Average.swift; sourceTree = "<group>"; };
|
|
OBJ_77 /* Correlation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Correlation.swift; sourceTree = "<group>"; };
|
|
OBJ_78 /* Quantile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Quantile.swift; sourceTree = "<group>"; };
|
|
OBJ_79 /* Regression.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Regression.swift; sourceTree = "<group>"; };
|
|
OBJ_80 /* Statistics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Statistics.swift; sourceTree = "<group>"; };
|
|
OBJ_81 /* Variance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Variance.swift; sourceTree = "<group>"; };
|
|
OBJ_83 /* CellValue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CellValue.swift; sourceTree = "<group>"; };
|
|
OBJ_85 /* CommonFormulas.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommonFormulas.swift; sourceTree = "<group>"; };
|
|
OBJ_86 /* Logical.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logical.swift; sourceTree = "<group>"; };
|
|
OBJ_88 /* Execute.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Execute.swift; sourceTree = "<group>"; };
|
|
OBJ_89 /* Tables.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tables.swift; sourceTree = "<group>"; };
|
|
OBJ_90 /* TablesDataSource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TablesDataSource.swift; sourceTree = "<group>"; };
|
|
OBJ_91 /* TablesDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TablesDelegate.swift; sourceTree = "<group>"; };
|
|
OBJ_93 /* Pointers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Pointers.swift; sourceTree = "<group>"; };
|
|
OBJ_94 /* UnsafeMemory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnsafeMemory.swift; sourceTree = "<group>"; };
|
|
OBJ_95 /* UnsafeMutableMemory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnsafeMutableMemory.swift; sourceTree = "<group>"; };
|
|
OBJ_98 /* AlgebraTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlgebraTests.swift; sourceTree = "<group>"; };
|
|
OBJ_99 /* BigDoubleTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BigDoubleTests.swift; sourceTree = "<group>"; };
|
|
"SwiftPlot::SVGRenderer::Product" /* SVGRenderer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SVGRenderer.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
"SwiftPlot::SwiftPlot::Product" /* SwiftPlot.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SwiftPlot.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
OBJ_243 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 0;
|
|
files = (
|
|
OBJ_244 /* SVGRenderer.framework in Frameworks */,
|
|
OBJ_245 /* SwiftPlot.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
OBJ_277 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 0;
|
|
files = (
|
|
OBJ_278 /* Euler.framework in Frameworks */,
|
|
OBJ_279 /* SVGRenderer.framework in Frameworks */,
|
|
OBJ_280 /* SwiftPlot.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
OBJ_289 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 0;
|
|
files = (
|
|
OBJ_290 /* SwiftPlot.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
OBJ_329 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 0;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
OBJ_107 /* Tools */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_108 /* Convenience.swift */,
|
|
OBJ_109 /* Math.swift */,
|
|
);
|
|
path = Tools;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_11 /* Parser */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_12 /* Grouper.swift */,
|
|
OBJ_13 /* LaTeX.swift */,
|
|
OBJ_14 /* Lexer.swift */,
|
|
OBJ_15 /* Node */,
|
|
OBJ_25 /* Parser.swift */,
|
|
OBJ_26 /* Utils */,
|
|
);
|
|
path = Parser;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_110 /* Dependencies */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_111 /* SwiftPlot */,
|
|
);
|
|
name = Dependencies;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_111 /* SwiftPlot */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_112 /* AGG */,
|
|
OBJ_113 /* AGGRenderer */,
|
|
OBJ_114 /* CAGGRenderer */,
|
|
OBJ_115 /* CFreeType */,
|
|
OBJ_116 /* CPPAGGRenderer */,
|
|
OBJ_117 /* QuartzRenderer */,
|
|
OBJ_118 /* SVGRenderer */,
|
|
OBJ_120 /* SwiftPlot */,
|
|
OBJ_157 /* lodepng */,
|
|
OBJ_158 /* Package.swift */,
|
|
);
|
|
name = SwiftPlot;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
OBJ_112 /* AGG */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = AGG;
|
|
path = .build/checkouts/swiftplot/Sources/AGG;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
OBJ_113 /* AGGRenderer */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = AGGRenderer;
|
|
path = .build/checkouts/swiftplot/Sources/AGGRenderer/AGGRenderer;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
OBJ_114 /* CAGGRenderer */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = CAGGRenderer;
|
|
path = .build/checkouts/swiftplot/Sources/AGGRenderer/CAGGRenderer;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
OBJ_115 /* CFreeType */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = CFreeType;
|
|
path = .build/checkouts/swiftplot/Sources/CFreeType;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
OBJ_116 /* CPPAGGRenderer */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = CPPAGGRenderer;
|
|
path = .build/checkouts/swiftplot/Sources/AGGRenderer/CPPAGGRenderer;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
OBJ_117 /* QuartzRenderer */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = QuartzRenderer;
|
|
path = .build/checkouts/swiftplot/Sources/QuartzRenderer;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
OBJ_118 /* SVGRenderer */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_119 /* SVGRenderer.swift */,
|
|
);
|
|
name = SVGRenderer;
|
|
path = .build/checkouts/swiftplot/Sources/SVGRenderer;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
OBJ_120 /* SwiftPlot */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_121 /* AdaptersNamespace.swift */,
|
|
OBJ_122 /* Axis.swift */,
|
|
OBJ_123 /* BarChart.swift */,
|
|
OBJ_124 /* BarGraphSeriesOptions.swift */,
|
|
OBJ_125 /* Color */,
|
|
OBJ_129 /* FloatConvertible.swift */,
|
|
OBJ_130 /* Geometry */,
|
|
OBJ_134 /* GraphLayout.swift */,
|
|
OBJ_135 /* Heatmap-adapter.swift */,
|
|
OBJ_136 /* Heatmap.swift */,
|
|
OBJ_137 /* HelperFunction.swift */,
|
|
OBJ_138 /* Histogram.swift */,
|
|
OBJ_139 /* HistogramSeries.swift */,
|
|
OBJ_140 /* HistogramSeriesOptions.swift */,
|
|
OBJ_141 /* LayoutComponents */,
|
|
OBJ_145 /* LineChart.swift */,
|
|
OBJ_146 /* Pair.swift */,
|
|
OBJ_147 /* Plot.swift */,
|
|
OBJ_148 /* PlotDimensions.swift */,
|
|
OBJ_149 /* PlotMarkers.swift */,
|
|
OBJ_150 /* PlotStyleHelpers.swift */,
|
|
OBJ_151 /* Renderer.swift */,
|
|
OBJ_152 /* ScatterChart.swift */,
|
|
OBJ_153 /* ScatterPlotSeriesOptions.swift */,
|
|
OBJ_154 /* SequencePlots.swift */,
|
|
OBJ_155 /* Series.swift */,
|
|
OBJ_156 /* SubPlot.swift */,
|
|
);
|
|
name = SwiftPlot;
|
|
path = .build/checkouts/swiftplot/Sources/SwiftPlot;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
OBJ_125 /* Color */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_126 /* Color.swift */,
|
|
OBJ_127 /* ColorMap.swift */,
|
|
OBJ_128 /* ColorMapData.swift */,
|
|
);
|
|
path = Color;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_130 /* Geometry */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_131 /* EdgeComponents.swift */,
|
|
OBJ_132 /* Rect.swift */,
|
|
OBJ_133 /* Size.swift */,
|
|
);
|
|
path = Geometry;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_141 /* LayoutComponents */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_142 /* Label.swift */,
|
|
OBJ_143 /* LayoutComponent.swift */,
|
|
OBJ_144 /* Spacing.swift */,
|
|
);
|
|
path = LayoutComponents;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_15 /* Node */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_16 /* CellAddressNode.swift */,
|
|
OBJ_17 /* ConstantNode.swift */,
|
|
OBJ_18 /* ExpressionNode.swift */,
|
|
OBJ_19 /* FunctionNode.swift */,
|
|
OBJ_20 /* Node.swift */,
|
|
OBJ_21 /* NullNode.swift */,
|
|
OBJ_22 /* OperatorNode.swift */,
|
|
OBJ_23 /* StringNode.swift */,
|
|
OBJ_24 /* SymbolNode.swift */,
|
|
);
|
|
path = Node;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_157 /* lodepng */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = lodepng;
|
|
path = .build/checkouts/swiftplot/Sources/lodepng;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
OBJ_159 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
"Euler::Euler::Product" /* Euler.framework */,
|
|
"SwiftPlot::SVGRenderer::Product" /* SVGRenderer.framework */,
|
|
"Euler::EulerTests::Product" /* EulerTests.xctest */,
|
|
"SwiftPlot::SwiftPlot::Product" /* SwiftPlot.framework */,
|
|
);
|
|
name = Products;
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
};
|
|
OBJ_26 /* Utils */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_27 /* Regex.swift */,
|
|
);
|
|
path = Utils;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_29 /* Simplify */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_30 /* simplify.swift */,
|
|
);
|
|
path = Simplify;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_31 /* TreeHelper */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_32 /* Tree.swift */,
|
|
);
|
|
path = TreeHelper;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_33 /* BigNumber */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_34 /* BNativeExtensions.swift */,
|
|
OBJ_35 /* BigDouble */,
|
|
OBJ_39 /* BigInt */,
|
|
OBJ_43 /* Limbs.swift */,
|
|
);
|
|
path = BigNumber;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_35 /* BigDouble */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_36 /* BasicOperators.swift */,
|
|
OBJ_37 /* BigDouble.swift */,
|
|
OBJ_38 /* OperationsBigDouble.swift */,
|
|
);
|
|
path = BigDouble;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_39 /* BigInt */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_40 /* BigInt.swift */,
|
|
OBJ_41 /* BinaryBigInt.swift */,
|
|
OBJ_42 /* OperationsBigInt.swift */,
|
|
);
|
|
path = BigInt;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_44 /* Cryptography */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_45 /* RSA.swift */,
|
|
OBJ_46 /* md5.swift */,
|
|
OBJ_47 /* sha256.swift */,
|
|
);
|
|
path = Cryptography;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_49 /* Extensions */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_50 /* Array.swift */,
|
|
);
|
|
path = Extensions;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_5 /* */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_6 /* Package.swift */,
|
|
OBJ_7 /* Sources */,
|
|
OBJ_96 /* Tests */,
|
|
OBJ_110 /* Dependencies */,
|
|
OBJ_159 /* Products */,
|
|
OBJ_164 /* docs */,
|
|
OBJ_165 /* Configs */,
|
|
OBJ_166 /* build */,
|
|
OBJ_167 /* Euler.svg */,
|
|
OBJ_168 /* LICENSE */,
|
|
OBJ_169 /* README.md */,
|
|
OBJ_170 /* Euler.podspec */,
|
|
);
|
|
name = "";
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_51 /* Generators */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_52 /* Collatz.swift */,
|
|
OBJ_53 /* Fibonacci.swift */,
|
|
OBJ_54 /* Sieve.swift */,
|
|
);
|
|
path = Generators;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_55 /* Geometry */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_56 /* Graph.swift */,
|
|
OBJ_57 /* Point.swift */,
|
|
OBJ_58 /* Vector.swift */,
|
|
);
|
|
path = Geometry;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_59 /* Matrices */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_60 /* MOperations.swift */,
|
|
OBJ_61 /* MProperties.swift */,
|
|
OBJ_62 /* Matrix.swift */,
|
|
);
|
|
path = Matrices;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_63 /* NumberTheory */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_64 /* Constants.swift */,
|
|
OBJ_65 /* Logarithms.swift */,
|
|
OBJ_66 /* combinations.swift */,
|
|
OBJ_67 /* fibonacci.swift */,
|
|
OBJ_68 /* gamma.swift */,
|
|
OBJ_69 /* gcd.swift */,
|
|
OBJ_70 /* isPrime.swift */,
|
|
OBJ_71 /* leastFactor.swift */,
|
|
OBJ_72 /* modulo.swift */,
|
|
OBJ_73 /* random.swift */,
|
|
OBJ_74 /* sum.swift */,
|
|
);
|
|
path = NumberTheory;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_7 /* Sources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_8 /* Euler */,
|
|
);
|
|
name = Sources;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
OBJ_75 /* Statistics */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_76 /* Average.swift */,
|
|
OBJ_77 /* Correlation.swift */,
|
|
OBJ_78 /* Quantile.swift */,
|
|
OBJ_79 /* Regression.swift */,
|
|
OBJ_80 /* Statistics.swift */,
|
|
OBJ_81 /* Variance.swift */,
|
|
);
|
|
path = Statistics;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_8 /* Euler */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_9 /* Algebra */,
|
|
OBJ_33 /* BigNumber */,
|
|
OBJ_44 /* Cryptography */,
|
|
OBJ_48 /* Euler.swift */,
|
|
OBJ_49 /* Extensions */,
|
|
OBJ_51 /* Generators */,
|
|
OBJ_55 /* Geometry */,
|
|
OBJ_59 /* Matrices */,
|
|
OBJ_63 /* NumberTheory */,
|
|
OBJ_75 /* Statistics */,
|
|
OBJ_82 /* Tables */,
|
|
OBJ_92 /* Utility */,
|
|
);
|
|
name = Euler;
|
|
path = Sources/Euler;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
OBJ_82 /* Tables */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_83 /* CellValue.swift */,
|
|
OBJ_84 /* Formulas */,
|
|
OBJ_87 /* Parser */,
|
|
OBJ_89 /* Tables.swift */,
|
|
OBJ_90 /* TablesDataSource.swift */,
|
|
OBJ_91 /* TablesDelegate.swift */,
|
|
);
|
|
path = Tables;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_84 /* Formulas */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_85 /* CommonFormulas.swift */,
|
|
OBJ_86 /* Logical.swift */,
|
|
);
|
|
path = Formulas;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_87 /* Parser */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_88 /* Execute.swift */,
|
|
);
|
|
path = Parser;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_9 /* Algebra */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_10 /* Expression.swift */,
|
|
OBJ_11 /* Parser */,
|
|
OBJ_28 /* Polynomial.swift */,
|
|
OBJ_29 /* Simplify */,
|
|
OBJ_31 /* TreeHelper */,
|
|
);
|
|
path = Algebra;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_92 /* Utility */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_93 /* Pointers.swift */,
|
|
OBJ_94 /* UnsafeMemory.swift */,
|
|
OBJ_95 /* UnsafeMutableMemory.swift */,
|
|
);
|
|
path = Utility;
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_96 /* Tests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_97 /* EulerTests */,
|
|
);
|
|
name = Tests;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
OBJ_97 /* EulerTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_98 /* AlgebraTests.swift */,
|
|
OBJ_99 /* BigDoubleTests.swift */,
|
|
OBJ_100 /* BigIntTests.swift */,
|
|
OBJ_101 /* Cryptography.swift */,
|
|
OBJ_102 /* ExtensionsTests.swift */,
|
|
OBJ_103 /* GeneratorsTests.swift */,
|
|
OBJ_104 /* GeometryTests.swift */,
|
|
OBJ_105 /* MatrixTest.swift */,
|
|
OBJ_106 /* NodeTests.swift */,
|
|
OBJ_107 /* Tools */,
|
|
);
|
|
name = EulerTests;
|
|
path = Tests/EulerTests;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
"Euler::Euler" /* Euler */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = OBJ_172 /* Build configuration list for PBXNativeTarget "Euler" */;
|
|
buildPhases = (
|
|
OBJ_175 /* Sources */,
|
|
OBJ_243 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
OBJ_246 /* PBXTargetDependency */,
|
|
OBJ_248 /* PBXTargetDependency */,
|
|
);
|
|
name = Euler;
|
|
productName = Euler;
|
|
productReference = "Euler::Euler::Product" /* Euler.framework */;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
"Euler::EulerTests" /* EulerTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = OBJ_262 /* Build configuration list for PBXNativeTarget "EulerTests" */;
|
|
buildPhases = (
|
|
OBJ_265 /* Sources */,
|
|
OBJ_277 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
OBJ_281 /* PBXTargetDependency */,
|
|
OBJ_282 /* PBXTargetDependency */,
|
|
OBJ_283 /* PBXTargetDependency */,
|
|
);
|
|
name = EulerTests;
|
|
productName = EulerTests;
|
|
productReference = "Euler::EulerTests::Product" /* EulerTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
"Euler::SwiftPMPackageDescription" /* EulerPackageDescription */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = OBJ_251 /* Build configuration list for PBXNativeTarget "EulerPackageDescription" */;
|
|
buildPhases = (
|
|
OBJ_254 /* Sources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = EulerPackageDescription;
|
|
productName = EulerPackageDescription;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
"SwiftPlot::SVGRenderer" /* SVGRenderer */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = OBJ_284 /* Build configuration list for PBXNativeTarget "SVGRenderer" */;
|
|
buildPhases = (
|
|
OBJ_287 /* Sources */,
|
|
OBJ_289 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
OBJ_291 /* PBXTargetDependency */,
|
|
);
|
|
name = SVGRenderer;
|
|
productName = SVGRenderer;
|
|
productReference = "SwiftPlot::SVGRenderer::Product" /* SVGRenderer.framework */;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
"SwiftPlot::SwiftPMPackageDescription" /* SwiftPlotPackageDescription */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = OBJ_331 /* Build configuration list for PBXNativeTarget "SwiftPlotPackageDescription" */;
|
|
buildPhases = (
|
|
OBJ_334 /* Sources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = SwiftPlotPackageDescription;
|
|
productName = SwiftPlotPackageDescription;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
"SwiftPlot::SwiftPlot" /* SwiftPlot */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = OBJ_292 /* Build configuration list for PBXNativeTarget "SwiftPlot" */;
|
|
buildPhases = (
|
|
OBJ_295 /* Sources */,
|
|
OBJ_329 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = SwiftPlot;
|
|
productName = SwiftPlot;
|
|
productReference = "SwiftPlot::SwiftPlot::Product" /* SwiftPlot.framework */;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
OBJ_1 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastSwiftMigration = 9999;
|
|
LastUpgradeCheck = 1150;
|
|
};
|
|
buildConfigurationList = OBJ_2 /* Build configuration list for PBXProject "Euler" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = OBJ_5 /* */;
|
|
productRefGroup = OBJ_159 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
"Euler::Euler" /* Euler */,
|
|
"Euler::SwiftPMPackageDescription" /* EulerPackageDescription */,
|
|
"Euler::EulerPackageTests::ProductTarget" /* EulerPackageTests */,
|
|
"Euler::EulerTests" /* EulerTests */,
|
|
"SwiftPlot::SVGRenderer" /* SVGRenderer */,
|
|
"SwiftPlot::SwiftPlot" /* SwiftPlot */,
|
|
"SwiftPlot::SwiftPMPackageDescription" /* SwiftPlotPackageDescription */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
OBJ_175 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 0;
|
|
files = (
|
|
OBJ_176 /* Expression.swift in Sources */,
|
|
OBJ_177 /* Grouper.swift in Sources */,
|
|
OBJ_178 /* LaTeX.swift in Sources */,
|
|
OBJ_179 /* Lexer.swift in Sources */,
|
|
OBJ_180 /* CellAddressNode.swift in Sources */,
|
|
OBJ_181 /* ConstantNode.swift in Sources */,
|
|
OBJ_182 /* ExpressionNode.swift in Sources */,
|
|
OBJ_183 /* FunctionNode.swift in Sources */,
|
|
OBJ_184 /* Node.swift in Sources */,
|
|
OBJ_185 /* NullNode.swift in Sources */,
|
|
OBJ_186 /* OperatorNode.swift in Sources */,
|
|
OBJ_187 /* StringNode.swift in Sources */,
|
|
OBJ_188 /* SymbolNode.swift in Sources */,
|
|
OBJ_189 /* Parser.swift in Sources */,
|
|
OBJ_190 /* Regex.swift in Sources */,
|
|
OBJ_191 /* Polynomial.swift in Sources */,
|
|
OBJ_192 /* simplify.swift in Sources */,
|
|
OBJ_193 /* Tree.swift in Sources */,
|
|
OBJ_194 /* BNativeExtensions.swift in Sources */,
|
|
OBJ_195 /* BasicOperators.swift in Sources */,
|
|
OBJ_196 /* BigDouble.swift in Sources */,
|
|
OBJ_197 /* OperationsBigDouble.swift in Sources */,
|
|
OBJ_198 /* BigInt.swift in Sources */,
|
|
OBJ_199 /* BinaryBigInt.swift in Sources */,
|
|
OBJ_200 /* OperationsBigInt.swift in Sources */,
|
|
OBJ_201 /* Limbs.swift in Sources */,
|
|
OBJ_202 /* RSA.swift in Sources */,
|
|
OBJ_203 /* md5.swift in Sources */,
|
|
OBJ_204 /* sha256.swift in Sources */,
|
|
OBJ_205 /* Euler.swift in Sources */,
|
|
OBJ_206 /* Array.swift in Sources */,
|
|
OBJ_207 /* Collatz.swift in Sources */,
|
|
OBJ_208 /* Fibonacci.swift in Sources */,
|
|
OBJ_209 /* Sieve.swift in Sources */,
|
|
OBJ_210 /* Graph.swift in Sources */,
|
|
OBJ_211 /* Point.swift in Sources */,
|
|
OBJ_212 /* Vector.swift in Sources */,
|
|
OBJ_213 /* MOperations.swift in Sources */,
|
|
OBJ_214 /* MProperties.swift in Sources */,
|
|
OBJ_215 /* Matrix.swift in Sources */,
|
|
OBJ_216 /* Constants.swift in Sources */,
|
|
OBJ_217 /* Logarithms.swift in Sources */,
|
|
OBJ_218 /* combinations.swift in Sources */,
|
|
OBJ_219 /* fibonacci.swift in Sources */,
|
|
OBJ_220 /* gamma.swift in Sources */,
|
|
OBJ_221 /* gcd.swift in Sources */,
|
|
OBJ_222 /* isPrime.swift in Sources */,
|
|
OBJ_223 /* leastFactor.swift in Sources */,
|
|
OBJ_224 /* modulo.swift in Sources */,
|
|
OBJ_225 /* random.swift in Sources */,
|
|
OBJ_226 /* sum.swift in Sources */,
|
|
OBJ_227 /* Average.swift in Sources */,
|
|
OBJ_228 /* Correlation.swift in Sources */,
|
|
OBJ_229 /* Quantile.swift in Sources */,
|
|
OBJ_230 /* Regression.swift in Sources */,
|
|
OBJ_231 /* Statistics.swift in Sources */,
|
|
OBJ_232 /* Variance.swift in Sources */,
|
|
OBJ_233 /* CellValue.swift in Sources */,
|
|
OBJ_234 /* CommonFormulas.swift in Sources */,
|
|
OBJ_235 /* Logical.swift in Sources */,
|
|
OBJ_236 /* Execute.swift in Sources */,
|
|
OBJ_237 /* Tables.swift in Sources */,
|
|
OBJ_238 /* TablesDataSource.swift in Sources */,
|
|
OBJ_239 /* TablesDelegate.swift in Sources */,
|
|
OBJ_240 /* Pointers.swift in Sources */,
|
|
OBJ_241 /* UnsafeMemory.swift in Sources */,
|
|
OBJ_242 /* UnsafeMutableMemory.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
OBJ_254 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 0;
|
|
files = (
|
|
OBJ_255 /* Package.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
OBJ_265 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 0;
|
|
files = (
|
|
OBJ_266 /* AlgebraTests.swift in Sources */,
|
|
OBJ_267 /* BigDoubleTests.swift in Sources */,
|
|
OBJ_268 /* BigIntTests.swift in Sources */,
|
|
OBJ_269 /* Cryptography.swift in Sources */,
|
|
OBJ_270 /* ExtensionsTests.swift in Sources */,
|
|
OBJ_271 /* GeneratorsTests.swift in Sources */,
|
|
OBJ_272 /* GeometryTests.swift in Sources */,
|
|
OBJ_273 /* MatrixTest.swift in Sources */,
|
|
OBJ_274 /* NodeTests.swift in Sources */,
|
|
OBJ_275 /* Convenience.swift in Sources */,
|
|
OBJ_276 /* Math.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
OBJ_287 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 0;
|
|
files = (
|
|
OBJ_288 /* SVGRenderer.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
OBJ_295 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 0;
|
|
files = (
|
|
OBJ_296 /* AdaptersNamespace.swift in Sources */,
|
|
OBJ_297 /* Axis.swift in Sources */,
|
|
OBJ_298 /* BarChart.swift in Sources */,
|
|
OBJ_299 /* BarGraphSeriesOptions.swift in Sources */,
|
|
OBJ_300 /* Color.swift in Sources */,
|
|
OBJ_301 /* ColorMap.swift in Sources */,
|
|
OBJ_302 /* ColorMapData.swift in Sources */,
|
|
OBJ_303 /* FloatConvertible.swift in Sources */,
|
|
OBJ_304 /* EdgeComponents.swift in Sources */,
|
|
OBJ_305 /* Rect.swift in Sources */,
|
|
OBJ_306 /* Size.swift in Sources */,
|
|
OBJ_307 /* GraphLayout.swift in Sources */,
|
|
OBJ_308 /* Heatmap-adapter.swift in Sources */,
|
|
OBJ_309 /* Heatmap.swift in Sources */,
|
|
OBJ_310 /* HelperFunction.swift in Sources */,
|
|
OBJ_311 /* Histogram.swift in Sources */,
|
|
OBJ_312 /* HistogramSeries.swift in Sources */,
|
|
OBJ_313 /* HistogramSeriesOptions.swift in Sources */,
|
|
OBJ_314 /* Label.swift in Sources */,
|
|
OBJ_315 /* LayoutComponent.swift in Sources */,
|
|
OBJ_316 /* Spacing.swift in Sources */,
|
|
OBJ_317 /* LineChart.swift in Sources */,
|
|
OBJ_318 /* Pair.swift in Sources */,
|
|
OBJ_319 /* Plot.swift in Sources */,
|
|
OBJ_320 /* PlotDimensions.swift in Sources */,
|
|
OBJ_321 /* PlotMarkers.swift in Sources */,
|
|
OBJ_322 /* PlotStyleHelpers.swift in Sources */,
|
|
OBJ_323 /* Renderer.swift in Sources */,
|
|
OBJ_324 /* ScatterChart.swift in Sources */,
|
|
OBJ_325 /* ScatterPlotSeriesOptions.swift in Sources */,
|
|
OBJ_326 /* SequencePlots.swift in Sources */,
|
|
OBJ_327 /* Series.swift in Sources */,
|
|
OBJ_328 /* SubPlot.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
OBJ_334 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 0;
|
|
files = (
|
|
OBJ_335 /* Package.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
OBJ_246 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = "SwiftPlot::SVGRenderer" /* SVGRenderer */;
|
|
targetProxy = 6804E44F2480121E00B65E40 /* PBXContainerItemProxy */;
|
|
};
|
|
OBJ_248 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = "SwiftPlot::SwiftPlot" /* SwiftPlot */;
|
|
targetProxy = 6804E4512480121E00B65E40 /* PBXContainerItemProxy */;
|
|
};
|
|
OBJ_260 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = "Euler::EulerTests" /* EulerTests */;
|
|
targetProxy = 6804E4552480122000B65E40 /* PBXContainerItemProxy */;
|
|
};
|
|
OBJ_281 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = "Euler::Euler" /* Euler */;
|
|
targetProxy = 6804E4522480121E00B65E40 /* PBXContainerItemProxy */;
|
|
};
|
|
OBJ_282 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = "SwiftPlot::SVGRenderer" /* SVGRenderer */;
|
|
targetProxy = 6804E4532480121E00B65E40 /* PBXContainerItemProxy */;
|
|
};
|
|
OBJ_283 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = "SwiftPlot::SwiftPlot" /* SwiftPlot */;
|
|
targetProxy = 6804E4542480121E00B65E40 /* PBXContainerItemProxy */;
|
|
};
|
|
OBJ_291 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = "SwiftPlot::SwiftPlot" /* SwiftPlot */;
|
|
targetProxy = 6804E4502480121E00B65E40 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
OBJ_173 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ENABLE_TESTABILITY = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
|
|
);
|
|
HEADER_SEARCH_PATHS = "$(inherited)";
|
|
INFOPLIST_FILE = Euler.xcodeproj/Euler_Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
|
|
OTHER_CFLAGS = "$(inherited)";
|
|
OTHER_LDFLAGS = "$(inherited)";
|
|
OTHER_SWIFT_FLAGS = "$(inherited)";
|
|
PRODUCT_BUNDLE_IDENTIFIER = Euler;
|
|
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
|
|
SWIFT_VERSION = 4.0;
|
|
TARGET_NAME = Euler;
|
|
};
|
|
name = Debug;
|
|
};
|
|
OBJ_174 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ENABLE_TESTABILITY = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
|
|
);
|
|
HEADER_SEARCH_PATHS = "$(inherited)";
|
|
INFOPLIST_FILE = Euler.xcodeproj/Euler_Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
|
|
OTHER_CFLAGS = "$(inherited)";
|
|
OTHER_LDFLAGS = "$(inherited)";
|
|
OTHER_SWIFT_FLAGS = "$(inherited)";
|
|
PRODUCT_BUNDLE_IDENTIFIER = Euler;
|
|
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
|
|
SWIFT_VERSION = 4.0;
|
|
TARGET_NAME = Euler;
|
|
};
|
|
name = Release;
|
|
};
|
|
OBJ_252 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
LD = /usr/bin/true;
|
|
OTHER_SWIFT_FLAGS = "-swift-version 4 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -package-description-version 4.0.0";
|
|
SWIFT_VERSION = 4.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
OBJ_253 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
LD = /usr/bin/true;
|
|
OTHER_SWIFT_FLAGS = "-swift-version 4 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -package-description-version 4.0.0";
|
|
SWIFT_VERSION = 4.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
OBJ_258 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
};
|
|
name = Debug;
|
|
};
|
|
OBJ_259 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
};
|
|
name = Release;
|
|
};
|
|
OBJ_263 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
|
|
);
|
|
HEADER_SEARCH_PATHS = "$(inherited)";
|
|
INFOPLIST_FILE = Euler.xcodeproj/EulerTests_Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/../Frameworks @loader_path/Frameworks";
|
|
OTHER_CFLAGS = "$(inherited)";
|
|
OTHER_LDFLAGS = "$(inherited)";
|
|
OTHER_SWIFT_FLAGS = "$(inherited)";
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
|
|
SWIFT_VERSION = 4.0;
|
|
TARGET_NAME = EulerTests;
|
|
};
|
|
name = Debug;
|
|
};
|
|
OBJ_264 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
|
|
);
|
|
HEADER_SEARCH_PATHS = "$(inherited)";
|
|
INFOPLIST_FILE = Euler.xcodeproj/EulerTests_Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/../Frameworks @loader_path/Frameworks";
|
|
OTHER_CFLAGS = "$(inherited)";
|
|
OTHER_LDFLAGS = "$(inherited)";
|
|
OTHER_SWIFT_FLAGS = "$(inherited)";
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
|
|
SWIFT_VERSION = 4.0;
|
|
TARGET_NAME = EulerTests;
|
|
};
|
|
name = Release;
|
|
};
|
|
OBJ_285 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ENABLE_TESTABILITY = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
|
|
);
|
|
HEADER_SEARCH_PATHS = "$(inherited)";
|
|
INFOPLIST_FILE = Euler.xcodeproj/SVGRenderer_Info.plist;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
OTHER_CFLAGS = "$(inherited)";
|
|
OTHER_LDFLAGS = "$(inherited)";
|
|
OTHER_SWIFT_FLAGS = "$(inherited)";
|
|
PRODUCT_BUNDLE_IDENTIFIER = SVGRenderer;
|
|
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGET_NAME = SVGRenderer;
|
|
TVOS_DEPLOYMENT_TARGET = 9.0;
|
|
WATCHOS_DEPLOYMENT_TARGET = 2.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
OBJ_286 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ENABLE_TESTABILITY = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
|
|
);
|
|
HEADER_SEARCH_PATHS = "$(inherited)";
|
|
INFOPLIST_FILE = Euler.xcodeproj/SVGRenderer_Info.plist;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
OTHER_CFLAGS = "$(inherited)";
|
|
OTHER_LDFLAGS = "$(inherited)";
|
|
OTHER_SWIFT_FLAGS = "$(inherited)";
|
|
PRODUCT_BUNDLE_IDENTIFIER = SVGRenderer;
|
|
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGET_NAME = SVGRenderer;
|
|
TVOS_DEPLOYMENT_TARGET = 9.0;
|
|
WATCHOS_DEPLOYMENT_TARGET = 2.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
OBJ_293 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ENABLE_TESTABILITY = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
|
|
);
|
|
HEADER_SEARCH_PATHS = "$(inherited)";
|
|
INFOPLIST_FILE = Euler.xcodeproj/SwiftPlot_Info.plist;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
OTHER_CFLAGS = "$(inherited)";
|
|
OTHER_LDFLAGS = "$(inherited)";
|
|
OTHER_SWIFT_FLAGS = "$(inherited)";
|
|
PRODUCT_BUNDLE_IDENTIFIER = SwiftPlot;
|
|
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGET_NAME = SwiftPlot;
|
|
TVOS_DEPLOYMENT_TARGET = 9.0;
|
|
WATCHOS_DEPLOYMENT_TARGET = 2.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
OBJ_294 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ENABLE_TESTABILITY = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
|
|
);
|
|
HEADER_SEARCH_PATHS = "$(inherited)";
|
|
INFOPLIST_FILE = Euler.xcodeproj/SwiftPlot_Info.plist;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
OTHER_CFLAGS = "$(inherited)";
|
|
OTHER_LDFLAGS = "$(inherited)";
|
|
OTHER_SWIFT_FLAGS = "$(inherited)";
|
|
PRODUCT_BUNDLE_IDENTIFIER = SwiftPlot;
|
|
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGET_NAME = SwiftPlot;
|
|
TVOS_DEPLOYMENT_TARGET = 9.0;
|
|
WATCHOS_DEPLOYMENT_TARGET = 2.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
OBJ_3 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
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_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_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;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
ENABLE_NS_ASSERTIONS = YES;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"$(inherited)",
|
|
"SWIFT_PACKAGE=1",
|
|
"DEBUG=1",
|
|
);
|
|
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;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
OTHER_SWIFT_FLAGS = "$(inherited) -DXcode";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = macosx;
|
|
SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) SWIFT_PACKAGE DEBUG";
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
USE_HEADERMAP = NO;
|
|
};
|
|
name = Debug;
|
|
};
|
|
OBJ_332 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
LD = /usr/bin/true;
|
|
OTHER_SWIFT_FLAGS = "-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4_2 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -package-description-version 5.1.0";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
OBJ_333 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
LD = /usr/bin/true;
|
|
OTHER_SWIFT_FLAGS = "-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4_2 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -package-description-version 5.1.0";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
OBJ_4 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
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_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_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;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = s;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"$(inherited)",
|
|
"SWIFT_PACKAGE=1",
|
|
);
|
|
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;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
OTHER_SWIFT_FLAGS = "$(inherited) -DXcode";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = macosx;
|
|
SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) SWIFT_PACKAGE";
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
USE_HEADERMAP = NO;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
OBJ_172 /* Build configuration list for PBXNativeTarget "Euler" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
OBJ_173 /* Debug */,
|
|
OBJ_174 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
OBJ_2 /* Build configuration list for PBXProject "Euler" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
OBJ_3 /* Debug */,
|
|
OBJ_4 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
OBJ_251 /* Build configuration list for PBXNativeTarget "EulerPackageDescription" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
OBJ_252 /* Debug */,
|
|
OBJ_253 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
OBJ_257 /* Build configuration list for PBXAggregateTarget "EulerPackageTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
OBJ_258 /* Debug */,
|
|
OBJ_259 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
OBJ_262 /* Build configuration list for PBXNativeTarget "EulerTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
OBJ_263 /* Debug */,
|
|
OBJ_264 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
OBJ_284 /* Build configuration list for PBXNativeTarget "SVGRenderer" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
OBJ_285 /* Debug */,
|
|
OBJ_286 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
OBJ_292 /* Build configuration list for PBXNativeTarget "SwiftPlot" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
OBJ_293 /* Debug */,
|
|
OBJ_294 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
OBJ_331 /* Build configuration list for PBXNativeTarget "SwiftPlotPackageDescription" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
OBJ_332 /* Debug */,
|
|
OBJ_333 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = OBJ_1 /* Project object */;
|
|
}
|