Xcode // Use the compiling script shipped in the main repo.
- This is for debugging conveniences only. Previous methods still work.
This commit is contained in:
parent
bbf7813c65
commit
a7cb355d4f
|
@ -792,11 +792,11 @@
|
||||||
/* Begin PBXLegacyTarget section */
|
/* Begin PBXLegacyTarget section */
|
||||||
6A38BC2115FC12FD00A8A51F /* Data */ = {
|
6A38BC2115FC12FD00A8A51F /* Data */ = {
|
||||||
isa = PBXLegacyTarget;
|
isa = PBXLegacyTarget;
|
||||||
buildArgumentsString = "$(ACTION) macv";
|
buildArgumentsString = "$(ACTION) ../../DataCompiler/dataCompiler.swift";
|
||||||
buildConfigurationList = 6A38BC2215FC12FD00A8A51F /* Build configuration list for PBXLegacyTarget "Data" */;
|
buildConfigurationList = 6A38BC2215FC12FD00A8A51F /* Build configuration list for PBXLegacyTarget "Data" */;
|
||||||
buildPhases = (
|
buildPhases = (
|
||||||
);
|
);
|
||||||
buildToolPath = /usr/bin/make;
|
buildToolPath = /usr/bin/swift;
|
||||||
buildWorkingDirectory = "$(SRCROOT)/Source/Data";
|
buildWorkingDirectory = "$(SRCROOT)/Source/Data";
|
||||||
dependencies = (
|
dependencies = (
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue