diff options
author | davilla <davilla@4pi.com> | 2012-08-03 16:35:56 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2012-08-03 16:35:56 -0400 |
commit | 4d219752e76d42795a6edbf389b1dac0098cdbee (patch) | |
tree | 4f7d76125aa98436d7e84c29ee76ca4da73689ee /XBMC-ATV2.xcodeproj | |
parent | c28be750bf1955b778d62ef3522949487c336c66 (diff) |
[ios] fixed xcode project, GUIKeyboard.cpp does not exist anymore
Diffstat (limited to 'XBMC-ATV2.xcodeproj')
-rw-r--r-- | XBMC-ATV2.xcodeproj/project.pbxproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/XBMC-ATV2.xcodeproj/project.pbxproj b/XBMC-ATV2.xcodeproj/project.pbxproj index dc9a88cd9b..5f3dac4040 100644 --- a/XBMC-ATV2.xcodeproj/project.pbxproj +++ b/XBMC-ATV2.xcodeproj/project.pbxproj @@ -56,7 +56,6 @@ DF527783151BAFD600B5B63B /* WebSocketV8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF52777D151BAFD600B5B63B /* WebSocketV8.cpp */; }; DF527788151BAFEE00B5B63B /* Base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF527784151BAFEE00B5B63B /* Base64.cpp */; }; DF527789151BAFEE00B5B63B /* HttpResponse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF527786151BAFEE00B5B63B /* HttpResponse.cpp */; }; - DF830D4715BB2CFC00602BE6 /* GUIKeyboard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF830D4315BB2CFC00602BE6 /* GUIKeyboard.cpp */; }; DF830D4815BB2CFC00602BE6 /* GUIKeyboardFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF830D4515BB2CFC00602BE6 /* GUIKeyboardFactory.cpp */; }; DF830D4B15BB2D2300602BE6 /* GUIDialogKeyboardGeneric.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF830D4915BB2D2300602BE6 /* GUIDialogKeyboardGeneric.cpp */; }; DF93D7701444B09C007C6459 /* AFPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D7381444B09C007C6459 /* AFPFile.cpp */; }; @@ -1085,7 +1084,6 @@ DF527785151BAFEE00B5B63B /* Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Base64.h; sourceTree = "<group>"; }; DF527786151BAFEE00B5B63B /* HttpResponse.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HttpResponse.cpp; sourceTree = "<group>"; }; DF527787151BAFEE00B5B63B /* HttpResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HttpResponse.h; sourceTree = "<group>"; }; - DF830D4315BB2CFC00602BE6 /* GUIKeyboard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIKeyboard.cpp; sourceTree = "<group>"; }; DF830D4415BB2CFC00602BE6 /* GUIKeyboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIKeyboard.h; sourceTree = "<group>"; }; DF830D4515BB2CFC00602BE6 /* GUIKeyboardFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIKeyboardFactory.cpp; sourceTree = "<group>"; }; DF830D4615BB2CFC00602BE6 /* GUIKeyboardFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIKeyboardFactory.h; sourceTree = "<group>"; }; @@ -4621,7 +4619,6 @@ F56C74C1131EC152000AD0F6 /* GUIIncludes.h */, F56C751C131EC152000AD0F6 /* GUIInfoTypes.cpp */, F56C74C2131EC152000AD0F6 /* GUIInfoTypes.h */, - DF830D4315BB2CFC00602BE6 /* GUIKeyboard.cpp */, DF830D4415BB2CFC00602BE6 /* GUIKeyboard.h */, DF830D4515BB2CFC00602BE6 /* GUIKeyboardFactory.cpp */, DF830D4615BB2CFC00602BE6 /* GUIKeyboardFactory.h */, @@ -7228,7 +7225,6 @@ 36A9465315AA269B00727135 /* DirectoryNodeTags.cpp in Sources */, 7C1D698B15A8142F00658B65 /* DatabaseManager.cpp in Sources */, 7C1A493D15A968BA004AF4A4 /* SeekHandler.cpp in Sources */, - DF830D4715BB2CFC00602BE6 /* GUIKeyboard.cpp in Sources */, DF830D4815BB2CFC00602BE6 /* GUIKeyboardFactory.cpp in Sources */, DF830D4B15BB2D2300602BE6 /* GUIDialogKeyboardGeneric.cpp in Sources */, ); |