🗃️ Add misc file refrences

Excluding source this time so that Jump to Definition (^⌘J) navigates to correct groups
This commit is contained in:
Ben Chatelain 2019-01-14 21:23:19 -07:00
parent 0b4e56d54e
commit ea4b8a690f
2 changed files with 54 additions and 3 deletions

View file

@ -203,6 +203,29 @@
90CB406A213F4DDD0044E445 /* Quick.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Quick.framework; sourceTree = "<group>"; };
90CB406B213F4DDD0044E445 /* Commandant.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Commandant.framework; sourceTree = "<group>"; };
90CB406C213F4DDD0044E445 /* Nimble.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Nimble.framework; sourceTree = "<group>"; };
B55B3D7921ED96FC0009A1A5 /* Cartfile.resolved */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile.resolved; sourceTree = "<group>"; };
B55B3D7A21ED96FC0009A1A5 /* CODE_OF_CONDUCT.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CODE_OF_CONDUCT.md; sourceTree = "<group>"; };
B55B3D7B21ED96FC0009A1A5 /* Dangerfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Dangerfile; sourceTree = "<group>"; };
B55B3D7C21ED96FC0009A1A5 /* Cartfile.private */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile.private; sourceTree = "<group>"; };
B55B3D7D21ED96FC0009A1A5 /* releases */ = {isa = PBXFileReference; lastKnownFileType = folder; path = releases; sourceTree = "<group>"; };
B55B3D7E21ED96FD0009A1A5 /* docs */ = {isa = PBXFileReference; lastKnownFileType = folder; path = docs; sourceTree = "<group>"; };
B55B3D7F21ED96FD0009A1A5 /* Gemfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Gemfile; sourceTree = "<group>"; };
B55B3D8021ED96FD0009A1A5 /* Carthage */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Carthage; sourceTree = "<group>"; };
B55B3D8121ED96FD0009A1A5 /* Cartfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile; sourceTree = "<group>"; };
B55B3D8221ED96FD0009A1A5 /* Gemfile.lock */ = {isa = PBXFileReference; lastKnownFileType = text; path = Gemfile.lock; sourceTree = "<group>"; };
B55B3D8321ED96FD0009A1A5 /* contrib */ = {isa = PBXFileReference; lastKnownFileType = folder; path = contrib; sourceTree = "<group>"; };
B55B3D8421ED96FD0009A1A5 /* Homebrew */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Homebrew; sourceTree = "<group>"; };
B55B3D8521ED96FD0009A1A5 /* script */ = {isa = PBXFileReference; lastKnownFileType = folder; path = script; sourceTree = "<group>"; };
B55B3D8621ED96FD0009A1A5 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
B55B3D8721ED96FD0009A1A5 /* build */ = {isa = PBXFileReference; lastKnownFileType = folder; path = build; sourceTree = "<group>"; };
B55B3D8821ED96FD0009A1A5 /* CONTRIBUTING.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CONTRIBUTING.md; sourceTree = "<group>"; };
B55B3D8921ED96FD0009A1A5 /* Jenkinsfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Jenkinsfile; sourceTree = "<group>"; };
B55B3D8A21ED96FD0009A1A5 /* mas-cli.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "mas-cli.png"; sourceTree = "<group>"; };
B55B3D8B21ED96FD0009A1A5 /* Brewfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Brewfile; sourceTree = "<group>"; };
B55B3D8C21ED96FD0009A1A5 /* bin */ = {isa = PBXFileReference; lastKnownFileType = folder; path = bin; sourceTree = "<group>"; };
B55B3D8D21ED96FD0009A1A5 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
B55B3D8E21ED96FD0009A1A5 /* Package */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Package; sourceTree = "<group>"; };
B55B3D8F21ED96FD0009A1A5 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
B576FDF221E03B780016B39D /* MasStoreSearchSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MasStoreSearchSpec.swift; sourceTree = "<group>"; };
B576FDF421E1078F0016B39D /* MASErrorTestCase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MASErrorTestCase.swift; sourceTree = "<group>"; };
B576FDF621E107AA0016B39D /* OpenSystemCommand.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OpenSystemCommand.swift; sourceTree = "<group>"; };
@ -365,6 +388,36 @@
path = Carthage/Build/Mac;
sourceTree = "<group>";
};
B55B3D7821ED96AA0009A1A5 /* Project */ = {
isa = PBXGroup;
children = (
B55B3D8C21ED96FD0009A1A5 /* bin */,
B55B3D8B21ED96FD0009A1A5 /* Brewfile */,
B55B3D8721ED96FD0009A1A5 /* build */,
B55B3D8121ED96FD0009A1A5 /* Cartfile */,
B55B3D7C21ED96FC0009A1A5 /* Cartfile.private */,
B55B3D7921ED96FC0009A1A5 /* Cartfile.resolved */,
B55B3D8021ED96FD0009A1A5 /* Carthage */,
B55B3D8D21ED96FD0009A1A5 /* CHANGELOG.md */,
B55B3D7A21ED96FC0009A1A5 /* CODE_OF_CONDUCT.md */,
B55B3D8321ED96FD0009A1A5 /* contrib */,
B55B3D8821ED96FD0009A1A5 /* CONTRIBUTING.md */,
B55B3D7B21ED96FC0009A1A5 /* Dangerfile */,
B55B3D7E21ED96FD0009A1A5 /* docs */,
B55B3D7F21ED96FD0009A1A5 /* Gemfile */,
B55B3D8221ED96FD0009A1A5 /* Gemfile.lock */,
B55B3D8421ED96FD0009A1A5 /* Homebrew */,
B55B3D8921ED96FD0009A1A5 /* Jenkinsfile */,
B55B3D8621ED96FD0009A1A5 /* LICENSE */,
B55B3D8A21ED96FD0009A1A5 /* mas-cli.png */,
B55B3D8E21ED96FD0009A1A5 /* Package */,
B55B3D8F21ED96FD0009A1A5 /* README.md */,
B55B3D7D21ED96FC0009A1A5 /* releases */,
B55B3D8521ED96FD0009A1A5 /* script */,
);
name = Project;
sourceTree = "<group>";
};
B576FE0921E114BD0016B39D /* Network */ = {
isa = PBXGroup;
children = (
@ -549,6 +602,7 @@
F8FB715E20F2B41400F56FDC /* MasKitTests */,
F8FB719920F2EC4500F56FDC /* PrivateFrameworks */,
ED031A791B5127C00097692E /* Products */,
B55B3D7821ED96AA0009A1A5 /* Project */,
);
sourceTree = "<group>";
};

View file

@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:">
</FileRef>
<FileRef
location = "container:mas-cli.xcodeproj">
</FileRef>