Commit 48daa65a authored by Ignacio Corderi's avatar Ignacio Corderi
Browse files

Minor project change

parent 77c8e0f7
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@
/* Begin PBXFileReference section */
		382D1C00FC0EC4F1BF676411 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; };
		3E07EA7E1B78E3B500DAB3F1 /* Kinetic.proto.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Kinetic.proto.swift; sourceTree = "<group>"; };
		3E0F7DE01B7BDDFF00F8213F /* examples */ = {isa = PBXFileReference; lastKnownFileType = folder; path = examples; sourceTree = "<group>"; };
		3EDAAB3D1B66D32D00F30808 /* Kinetic.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Kinetic.framework; sourceTree = BUILT_PRODUCTS_DIR; };
		3EDAAB401B66D32D00F30808 /* Kinetic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Kinetic.h; sourceTree = "<group>"; };
		3EDAAB421B66D32D00F30808 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -46,6 +45,7 @@
		3EDAAB4C1B66D32D00F30808 /* KineticTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KineticTests.swift; sourceTree = "<group>"; };
		3EDAAB4E1B66D32D00F30808 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
		3EDAAB571B66D47200F30808 /* Session.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Session.swift; sourceTree = "<group>"; };
		3EF4F82D1B7BE11400E4EB73 /* Example 1 - Hello World.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = "Example 1 - Hello World.playground"; sourceTree = "<group>"; };
		3EFB7F1B1B7A55D100988886 /* Core.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Core.swift; sourceTree = "<group>"; };
		3EFB7F1D1B7A6A9800988886 /* Put.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Put.swift; sourceTree = "<group>"; };
		3EFB7F1F1B7A6C3300988886 /* Errors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Errors.swift; sourceTree = "<group>"; };
@@ -91,7 +91,7 @@
		3EDAAB331B66D32D00F30808 = {
			isa = PBXGroup;
			children = (
				3E0F7DE01B7BDDFF00F8213F /* examples */,
				3EF4F82C1B7BE0EC00E4EB73 /* examples */,
				3EDAAB3F1B66D32D00F30808 /* Kinetic */,
				3EDAAB4B1B66D32D00F30808 /* KineticTests */,
				3EDAAB3E1B66D32D00F30808 /* Products */,
@@ -136,6 +136,14 @@
			path = KineticTests;
			sourceTree = "<group>";
		};
		3EF4F82C1B7BE0EC00E4EB73 /* examples */ = {
			isa = PBXGroup;
			children = (
				3EF4F82D1B7BE11400E4EB73 /* Example 1 - Hello World.playground */,
			);
			path = examples;
			sourceTree = "<group>";
		};
		3EFB7F231B7A951000988886 /* Commands */ = {
			isa = PBXGroup;
			children = (