diff --git a/rust-xcode-plugin.xcodeproj/project.pbxproj b/rust-xcode-plugin.xcodeproj/project.pbxproj new file mode 100644 index 0000000..67e0737 --- /dev/null +++ b/rust-xcode-plugin.xcodeproj/project.pbxproj @@ -0,0 +1,81 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXFileReference section */ + 41BE404825CB090D00B50436 /* Specifications */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Specifications; sourceTree = ""; }; + 41BE404925CB090D00B50436 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; + 41BE404A25CB090D00B50436 /* Plug-ins */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "Plug-ins"; sourceTree = ""; }; + 41BE404B25CB090D00B50436 /* setup.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = setup.sh; sourceTree = ""; }; + 41BE404C25CB090D00B50436 /* Xcode.SourceCodeLanguage.Rust.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Xcode.SourceCodeLanguage.Rust.plist; sourceTree = ""; }; +/* 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 = ""; + }; +/* 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 */; +} diff --git a/rust-xcode-plugin.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/rust-xcode-plugin.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/rust-xcode-plugin.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/rust-xcode-plugin.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/rust-xcode-plugin.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/rust-xcode-plugin.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + +