Skip to content

Commit

Permalink
JasonLeyba: Update iPhone project to reflect new errorcodes.h location.
Browse files Browse the repository at this point in the history
r11101
  • Loading branch information
jleyba committed Jan 24, 2011
1 parent dcbcc0d commit 0ae505c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iphone/iWebDriver.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
289233AD0DB2D0DB0083E9F9 /* FlipsideViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FlipsideViewController.m; path = Classes/FlipsideViewController.m; sourceTree = "<group>"; };
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
32CA4F630368D1EE00C91783 /* iWebDriver_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iWebDriver_Prefix.pch; sourceTree = "<group>"; };
641E1FE012EE038C0035A51A /* errorcodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = errorcodes.h; path = "../cpp/webdriver-interactions/errorcodes.h"; sourceTree = SOURCE_ROOT; };
642C489E112260150064EB9C /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
642C48A3112260480064EB9C /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
643822E812C0305900F0C7CC /* atoms.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = atoms.h; sourceTree = "<group>"; };
Expand All @@ -190,7 +191,6 @@
64D8AA4E1120B995001649CC /* NSURLRequest+IgnoreSSL.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSURLRequest+IgnoreSSL.m"; sourceTree = "<group>"; };
64D8AA601120B9EC001649CC /* HTTPVirtualDirectory+Remove.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "HTTPVirtualDirectory+Remove.h"; sourceTree = "<group>"; };
64D8AA611120B9EC001649CC /* HTTPVirtualDirectory+Remove.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "HTTPVirtualDirectory+Remove.m"; sourceTree = "<group>"; };
64D8AA9F1120BAF9001649CC /* errorcodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = errorcodes.h; path = "../common/src/cpp/webdriver-interactions/errorcodes.h"; sourceTree = SOURCE_ROOT; };
73140F801208D9A500A1F920 /* FlipsideView-iPad.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "FlipsideView-iPad.xib"; path = "src/objc/FlipsideView-iPad.xib"; sourceTree = "<group>"; };
73140F811208D9A500A1F920 /* MainView-iPad.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "MainView-iPad.xib"; path = "src/objc/MainView-iPad.xib"; sourceTree = "<group>"; };
73140F821208D9A500A1F920 /* MainWindow-iPad.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "MainWindow-iPad.xib"; path = "src/objc/MainWindow-iPad.xib"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -482,7 +482,7 @@
isa = PBXGroup;
children = (
643822E812C0305900F0C7CC /* atoms.h */,
64D8AA9F1120BAF9001649CC /* errorcodes.h */,
641E1FE012EE038C0035A51A /* errorcodes.h */,
FD61E6970FE150E5006E1274 /* WebDriverUtilities.h */,
FD61E6980FE150E5006E1274 /* WebDriverUtilities.m */,
FD61E6A50FE151D2006E1274 /* WebDriverPreferences.h */,
Expand Down

0 comments on commit 0ae505c

Please sign in to comment.