Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Commit

Permalink
Merge pull request #20 from door2door-io/elmar/develop
Browse files Browse the repository at this point in the history
Elmar/develop
  • Loading branch information
dylanmaryk committed Dec 15, 2016
2 parents 3663adf + ba25fe9 commit 3b94300
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 105 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
8D0AF6361DC0CC920002DECD /* Place.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D0AF6351DC0CC920002DECD /* Place.swift */; };
8D2676011DD60F1C00A9C930 /* TripEvent+Begin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D2676001DD60F1C00A9C930 /* TripEvent+Begin.swift */; };
8D2676051DD60FC900A9C930 /* TripEvent+Interest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D2676041DD60FC900A9C930 /* TripEvent+Interest.swift */; };
8D2676071DD6126700A9C930 /* TripEvent+Book.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D2676061DD6126700A9C930 /* TripEvent+Book.swift */; };
8D2676091DD6128900A9C930 /* TripEvent+Pay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D2676081DD6128900A9C930 /* TripEvent+Pay.swift */; };
8D26760B1DD6129F00A9C930 /* TripEvent+End.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D26760A1DD6129F00A9C930 /* TripEvent+End.swift */; };
8D26760D1DD612B300A9C930 /* TripEvent+Cancel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D26760C1DD612B300A9C930 /* TripEvent+Cancel.swift */; };
Expand Down Expand Up @@ -69,7 +68,6 @@
8D0AF6351DC0CC920002DECD /* Place.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Place.swift; sourceTree = "<group>"; };
8D2676001DD60F1C00A9C930 /* TripEvent+Begin.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "TripEvent+Begin.swift"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
8D2676041DD60FC900A9C930 /* TripEvent+Interest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "TripEvent+Interest.swift"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
8D2676061DD6126700A9C930 /* TripEvent+Book.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "TripEvent+Book.swift"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
8D2676081DD6128900A9C930 /* TripEvent+Pay.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "TripEvent+Pay.swift"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
8D26760A1DD6129F00A9C930 /* TripEvent+End.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "TripEvent+End.swift"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
8D26760C1DD612B300A9C930 /* TripEvent+Cancel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "TripEvent+Cancel.swift"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
Expand Down Expand Up @@ -283,7 +281,6 @@
children = (
8DF368801DCA37350088A730 /* TripEvent.swift */,
8D2676001DD60F1C00A9C930 /* TripEvent+Begin.swift */,
8D2676061DD6126700A9C930 /* TripEvent+Book.swift */,
8D26760C1DD612B300A9C930 /* TripEvent+Cancel.swift */,
8D26760A1DD6129F00A9C930 /* TripEvent+End.swift */,
8D2676041DD60FC900A9C930 /* TripEvent+Interest.swift */,
Expand Down Expand Up @@ -446,7 +443,6 @@
8D2676051DD60FC900A9C930 /* TripEvent+Interest.swift in Sources */,
8DF3687D1DCA33C20088A730 /* EventRequest.swift in Sources */,
8D34DBD51DAD293F0043754F /* EventCollectionKit.swift in Sources */,
8D2676071DD6126700A9C930 /* TripEvent+Book.swift in Sources */,
8D26760B1DD6129F00A9C930 /* TripEvent+End.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
97 changes: 0 additions & 97 deletions D2DEventCollectionKit/Source/Events/Trip/TripEvent+Book.swift

This file was deleted.

3 changes: 0 additions & 3 deletions D2DEventCollectionKit/Source/Events/Trip/TripEvent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public enum Action {

case search
case interest
case book
case begin
case pay
case end
Expand All @@ -26,8 +25,6 @@ public enum Action {
return "search"
case .interest:
return "interest"
case .book:
return "book"
case .begin:
return "begin"
case .pay:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ To embed the ``D2DEventCollectionKit`` your project needs to have at least the f

## 2 Setup

**Manual Setup** <br>
Choose the way you want to integrate the SDK into your project.

###2.1 Manual Setup <br>
If you use our SDK without any dependency manager please drag the ``D2DEventCollectionKit.xcodeproj`` file into your project where you want to make use of the provided functionality. Go to your project settings and set the ``Target Dependency``, ``Link Binary with Libraries`` and ``Framework Path Mapping`` like in the images shown beneath. Please set these settings for all the targets you are using.

**Link Binary with Libraries**
Expand Down

0 comments on commit 3b94300

Please sign in to comment.