Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds a reference to Environment.swift to the Xcode project #102

Merged
merged 1 commit into from
Mar 2, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions XcodeProject/Vapor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
1A33BBA91C874355000499CE /* Environment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A33BBA81C874355000499CE /* Environment.swift */; };
1AC8BC7C1C84B5A500BAC14E /* MemorySessionDriver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AC8BC7B1C84B5A500BAC14E /* MemorySessionDriver.swift */; };
3492B2EF1C787DD600D8E588 /* RouteTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3492B2EE1C787DD600D8E588 /* RouteTests.swift */; };
34CC59561C7BE3C9007CA680 /* LogTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34CC59551C7BE3C9007CA680 /* LogTests.swift */; };
Expand Down Expand Up @@ -84,6 +85,7 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
1A33BBA81C874355000499CE /* Environment.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Environment.swift; path = ../../Sources/Vapor/Core/Environment.swift; sourceTree = "<group>"; };
1AC8BC7B1C84B5A500BAC14E /* MemorySessionDriver.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MemorySessionDriver.swift; path = ../Sources/Vapor/Session/MemorySessionDriver.swift; sourceTree = "<group>"; };
288CFC2D1C7AC01A00E4617A /* Application.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Application.swift; path = ../Sources/Vapor/Core/Application.swift; sourceTree = SOURCE_ROOT; };
288CFC301C7AC02A00E4617A /* Provider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Provider.swift; path = ../Sources/Vapor/Core/Provider.swift; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -199,6 +201,7 @@
isa = PBXGroup;
children = (
288CFC2D1C7AC01A00E4617A /* Application.swift */,
1A33BBA81C874355000499CE /* Environment.swift */,
C3433FCB1C7CFB39009F0876 /* Routing */,
C377F2ED1C696C9B00DABD21 /* View */,
34CC59601C7BE9C1007CA680 /* Log */,
Expand Down Expand Up @@ -657,6 +660,7 @@
3A91D3F41C7F6B6600EA3CA0 /* JSONSerializer.swift in Sources */,
3A91D3F61C7F6B6600EA3CA0 /* LinuxFixes.swift in Sources */,
3A91D3E41C7F6B6600EA3CA0 /* RequestData.swift in Sources */,
1A33BBA91C874355000499CE /* Environment.swift in Sources */,
3A91D3F21C7F6B6600EA3CA0 /* SHA256Hasher.swift in Sources */,
3A91D3F51C7F6B6600EA3CA0 /* Vapor+JSON.swift in Sources */,
3A91D3F11C7F6B6600EA3CA0 /* Hash.swift in Sources */,
Expand Down