Skip to content

Commit

Permalink
Convert to Xcode project
Browse files Browse the repository at this point in the history
Take advantage of syntax highlighting for xclangspec files offered by Xcode.
  • Loading branch information
enquora authored and francesca64 committed Feb 4, 2021
1 parent 113a3de commit 9f54df7
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 0 deletions.
81 changes: 81 additions & 0 deletions rust-xcode-plugin.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
// !$*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 */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

0 comments on commit 9f54df7

Please sign in to comment.