mirror of
https://github.com/tauri-apps/rust-xcode-plugin.git
synced 2026-01-31 00:45:21 +01:00
Convert to Xcode project
Take advantage of syntax highlighting for xclangspec files offered by Xcode.
This commit is contained in:
committed by
Francesca Lovebloom
parent
113a3de891
commit
9f54df70d0
81
rust-xcode-plugin.xcodeproj/project.pbxproj
Normal file
81
rust-xcode-plugin.xcodeproj/project.pbxproj
Normal file
@@ -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 */;
|
||||
}
|
||||
7
rust-xcode-plugin.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Normal file
7
rust-xcode-plugin.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user