Files
David Richardson 9f54df70d0 Convert to Xcode project
Take advantage of syntax highlighting for xclangspec files offered by Xcode.
2021-02-04 10:14:32 -08:00

82 lines
2.7 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXFileReference section */
41BE404825CB090D00B50436 /* Specifications */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Specifications; sourceTree = "<group>"; };
41BE404925CB090D00B50436 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
41BE404A25CB090D00B50436 /* Plug-ins */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "Plug-ins"; sourceTree = "<group>"; };
41BE404B25CB090D00B50436 /* setup.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = setup.sh; sourceTree = "<group>"; };
41BE404C25CB090D00B50436 /* Xcode.SourceCodeLanguage.Rust.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Xcode.SourceCodeLanguage.Rust.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXGroup section */
41BE404125CB08D200B50436 = {
isa = PBXGroup;
children = (
41BE404A25CB090D00B50436 /* Plug-ins */,
41BE404925CB090D00B50436 /* README.md */,
41BE404B25CB090D00B50436 /* setup.sh */,
41BE404825CB090D00B50436 /* Specifications */,
41BE404C25CB090D00B50436 /* Xcode.SourceCodeLanguage.Rust.plist */,
);
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXProject section */
41BE404225CB08D200B50436 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1250;
};
buildConfigurationList = 41BE404525CB08D200B50436 /* Build configuration list for PBXProject "rust-xcode-plugin" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 41BE404125CB08D200B50436;
projectDirPath = "";
projectRoot = "";
targets = (
);
};
/* End PBXProject section */
/* Begin XCBuildConfiguration section */
41BE404625CB08D200B50436 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Debug;
};
41BE404725CB08D200B50436 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
41BE404525CB08D200B50436 /* Build configuration list for PBXProject "rust-xcode-plugin" */ = {
isa = XCConfigurationList;
buildConfigurations = (
41BE404625CB08D200B50436 /* Debug */,
41BE404725CB08D200B50436 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 41BE404225CB08D200B50436 /* Project object */;
}