Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit 4ec4ca6

Browse files
committed
Fix Project.swift not being added to bindings project
1 parent b28e5a9 commit 4ec4ca6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bindings/swift/Arbiter.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
351C4E611D9662A300905E1F /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 351C4E601D9662A300905E1F /* Errors.swift */; };
1313
357FB07F1D75AF6A0040691B /* Resolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 357FB07E1D75AF6A0040691B /* Resolver.swift */; };
1414
D042D2AC1DBD10E500E4A9E5 /* Project.h in Headers */ = {isa = PBXBuildFile; fileRef = D042D2AB1DBD10E500E4A9E5 /* Project.h */; settings = {ATTRIBUTES = (Public, ); }; };
15+
D08125AC1DBD22FA00EE3D05 /* Project.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08125AB1DBD22FA00EE3D05 /* Project.swift */; };
1516
D09B693A1D84600E00BDD4A4 /* OnDemandCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = D09B69391D84600E00BDD4A4 /* OnDemandCollection.swift */; };
1617
D0DB8C061D74937A003657D3 /* Arbiter.h in Headers */ = {isa = PBXBuildFile; fileRef = D0DB8C051D74937A003657D3 /* Arbiter.h */; settings = {ATTRIBUTES = (Public, ); }; };
1718
D0F65B341D7493E800DD582F /* Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0F65B331D7493E800DD582F /* Version.swift */; };
@@ -44,6 +45,7 @@
4445
351C4E601D9662A300905E1F /* Errors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Errors.swift; sourceTree = "<group>"; };
4546
357FB07E1D75AF6A0040691B /* Resolver.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Resolver.swift; sourceTree = "<group>"; };
4647
D042D2AB1DBD10E500E4A9E5 /* Project.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Project.h; path = ../../../include/arbiter/Project.h; sourceTree = "<group>"; };
48+
D08125AB1DBD22FA00EE3D05 /* Project.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Project.swift; sourceTree = "<group>"; };
4749
D09B69391D84600E00BDD4A4 /* OnDemandCollection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OnDemandCollection.swift; sourceTree = "<group>"; };
4850
D0DB8C021D74937A003657D3 /* Arbiter.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Arbiter.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4951
D0DB8C051D74937A003657D3 /* Arbiter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Arbiter.h; sourceTree = "<group>"; };
@@ -124,6 +126,7 @@
124126
351C4E601D9662A300905E1F /* Errors.swift */,
125127
351C4E5E1D96619F00905E1F /* Graph.swift */,
126128
D09B69391D84600E00BDD4A4 /* OnDemandCollection.swift */,
129+
D08125AB1DBD22FA00EE3D05 /* Project.swift */,
127130
D0F861A51D74EBB2009BD4C6 /* Requirement.swift */,
128131
357FB07E1D75AF6A0040691B /* Resolver.swift */,
129132
D0F8619F1D74E0D9009BD4C6 /* Types.swift */,
@@ -254,6 +257,7 @@
254257
351C4E5F1D96619F00905E1F /* Graph.swift in Sources */,
255258
D0F65B341D7493E800DD582F /* Version.swift in Sources */,
256259
D0F861A61D74EBB2009BD4C6 /* Requirement.swift in Sources */,
260+
D08125AC1DBD22FA00EE3D05 /* Project.swift in Sources */,
257261
D0F861A01D74E0D9009BD4C6 /* Types.swift in Sources */,
258262
D09B693A1D84600E00BDD4A4 /* OnDemandCollection.swift in Sources */,
259263
357FB07F1D75AF6A0040691B /* Resolver.swift in Sources */,

0 commit comments

Comments
 (0)