Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
Added missing file to the xcode project.
  • Loading branch information
RodrigoCard committed Feb 5, 2015
1 parent b457f48 commit e360e32
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions 360 Driver.xcodeproj/project.pbxproj
Expand Up @@ -101,10 +101,10 @@
55FE3CA218D7B77800D69E84 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55B6372018C108A500CE933D /* CoreFoundation.framework */; };
55FE3CAB18D7B78D00D69E84 /* testhaptic.c in Sources */ = {isa = PBXBuildFile; fileRef = 55B6373918C108D200CE933D /* testhaptic.c */; };
55FE3CAD18D7B7B600D69E84 /* SDL2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55FE3CAC18D7B7B600D69E84 /* SDL2.framework */; };
5B943BE11A83EC6600E77A79 /* MyAnalogStick.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B943BDF1A83EC6600E77A79 /* MyAnalogStick.h */; };
5B943BE21A83EC6600E77A79 /* MyAnalogStick.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B943BE01A83EC6600E77A79 /* MyAnalogStick.m */; };
622A73C21A7C339000784C02 /* MyWhole360ControllerMapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 622A73C01A7C339000784C02 /* MyWhole360ControllerMapper.h */; };
622A73C31A7C339000784C02 /* MyWhole360ControllerMapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 622A73C11A7C339000784C02 /* MyWhole360ControllerMapper.m */; };
622A73C61A7C51D400784C02 /* MyAnalogStick.h in Headers */ = {isa = PBXBuildFile; fileRef = 622A73C41A7C51D400784C02 /* MyAnalogStick.h */; };
622A73C71A7C51D400784C02 /* MyAnalogStick.m in Sources */ = {isa = PBXBuildFile; fileRef = 622A73C51A7C51D400784C02 /* MyAnalogStick.m */; };
622A73CE1A7C879300784C02 /* BindingTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = 622A73CC1A7C879300784C02 /* BindingTableView.h */; };
622A73CF1A7C879300784C02 /* BindingTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 622A73CD1A7C879300784C02 /* BindingTableView.m */; };
/* End PBXBuildFile section */
Expand Down Expand Up @@ -305,10 +305,10 @@
55E1C62A19708F8600EC9DD8 /* Readme.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = Readme.md; sourceTree = SOURCE_ROOT; };
55FE3CA118D7B77800D69E84 /* testhaptic */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testhaptic; sourceTree = BUILT_PRODUCTS_DIR; };
55FE3CAC18D7B7B600D69E84 /* SDL2.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2.framework; path = /Library/Frameworks/SDL2.framework; sourceTree = "<absolute>"; };
5B943BDF1A83EC6600E77A79 /* MyAnalogStick.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyAnalogStick.h; sourceTree = "<group>"; };
5B943BE01A83EC6600E77A79 /* MyAnalogStick.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyAnalogStick.m; sourceTree = "<group>"; };
622A73C01A7C339000784C02 /* MyWhole360ControllerMapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyWhole360ControllerMapper.h; sourceTree = "<group>"; };
622A73C11A7C339000784C02 /* MyWhole360ControllerMapper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyWhole360ControllerMapper.m; sourceTree = "<group>"; };
622A73C41A7C51D400784C02 /* MyAnalogStick.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MyAnalogStick.h; path = "../../../../../Downloads/360Controller-0.14-unofficial/Pref360Control/MyAnalogStick.h"; sourceTree = "<group>"; };
622A73C51A7C51D400784C02 /* MyAnalogStick.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MyAnalogStick.m; path = "../../../../../Downloads/360Controller-0.14-unofficial/Pref360Control/MyAnalogStick.m"; sourceTree = "<group>"; };
622A73CC1A7C879300784C02 /* BindingTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BindingTableView.h; sourceTree = "<group>"; };
622A73CD1A7C879300784C02 /* BindingTableView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BindingTableView.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -613,8 +613,8 @@
3FE789A71A70281200FF4065 /* MyBatteryMonitor.m */,
3FE789AA1A70288F00FF4065 /* MyDeadZoneViewer.h */,
3FE789AB1A70288F00FF4065 /* MyDeadZoneViewer.m */,
622A73C41A7C51D400784C02 /* MyAnalogStick.h */,
622A73C51A7C51D400784C02 /* MyAnalogStick.m */,
5B943BDF1A83EC6600E77A79 /* MyAnalogStick.h */,
5B943BE01A83EC6600E77A79 /* MyAnalogStick.m */,
3FE789AE1A70331C00FF4065 /* MyTrigger.h */,
3FE789AF1A70331C00FF4065 /* MyTrigger.m */,
55B637A818C10C0C00CE933D /* Pref360ControlPref.h */,
Expand Down Expand Up @@ -684,12 +684,12 @@
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
5B943BE11A83EC6600E77A79 /* MyAnalogStick.h in Headers */,
3FE789A81A70281200FF4065 /* MyBatteryMonitor.h in Headers */,
3FE789A01A701F3400FF4065 /* Pref360StyleKit.h in Headers */,
3FE789AC1A70288F00FF4065 /* MyDeadZoneViewer.h in Headers */,
3FE789B01A70331C00FF4065 /* MyTrigger.h in Headers */,
3FE789A41A701FE200FF4065 /* MyWhole360Controller.h in Headers */,
622A73C61A7C51D400784C02 /* MyAnalogStick.h in Headers */,
622A73C21A7C339000784C02 /* MyWhole360ControllerMapper.h in Headers */,
55B637AA18C10C0C00CE933D /* DeviceItem.h in Headers */,
55B637AC18C10C0C00CE933D /* DeviceLister.h in Headers */,
Expand Down Expand Up @@ -1003,7 +1003,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
622A73C71A7C51D400784C02 /* MyAnalogStick.m in Sources */,
5B943BE21A83EC6600E77A79 /* MyAnalogStick.m in Sources */,
55B637AD18C10C0C00CE933D /* DeviceLister.m in Sources */,
3FE789A51A701FE200FF4065 /* MyWhole360Controller.m in Sources */,
3FE789AD1A70288F00FF4065 /* MyDeadZoneViewer.m in Sources */,
Expand Down

0 comments on commit e360e32

Please sign in to comment.