|
20 | 20 | 289233AE0DB2D0DB0083E9F9 /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 289233A90DB2D0DB0083E9F9 /* MainViewController.m */; };
|
21 | 21 | 289233AF0DB2D0DB0083E9F9 /* RootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 289233AB0DB2D0DB0083E9F9 /* RootViewController.m */; };
|
22 | 22 | 289233B00DB2D0DB0083E9F9 /* FlipsideViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 289233AD0DB2D0DB0083E9F9 /* FlipsideViewController.m */; };
|
| 23 | + 40BE09AB147714580042C6DA /* Status.m in Sources */ = {isa = PBXBuildFile; fileRef = 40BE09AA147714580042C6DA /* Status.m */; }; |
| 24 | + 40BE09AC147715AA0042C6DA /* Status.m in Sources */ = {isa = PBXBuildFile; fileRef = 40BE09AA147714580042C6DA /* Status.m */; }; |
23 | 25 | 64084BF312B6C6A10049D2FB /* Storage.m in Sources */ = {isa = PBXBuildFile; fileRef = 731C4510128BBF4000261249 /* Storage.m */; };
|
24 | 26 | 64084BF412B6C6C90049D2FB /* Database.m in Sources */ = {isa = PBXBuildFile; fileRef = 73D14FCC1289B6540074E63B /* Database.m */; };
|
25 | 27 | 64084BF512B6C6C90049D2FB /* GeoLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 731C450E128BBF4000261249 /* GeoLocation.m */; };
|
|
172 | 174 | 289233AD0DB2D0DB0083E9F9 /* FlipsideViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FlipsideViewController.m; path = Classes/FlipsideViewController.m; sourceTree = "<group>"; };
|
173 | 175 | 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
174 | 176 | 32CA4F630368D1EE00C91783 /* iWebDriver_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iWebDriver_Prefix.pch; sourceTree = "<group>"; };
|
| 177 | + 40BE09A9147714580042C6DA /* Status.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Status.h; sourceTree = "<group>"; }; |
| 178 | + 40BE09AA147714580042C6DA /* Status.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Status.m; sourceTree = "<group>"; }; |
175 | 179 | 642C489E112260150064EB9C /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
176 | 180 | 642C48A3112260480064EB9C /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
177 | 181 | 643822E812C0305900F0C7CC /* atoms.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = atoms.h; sourceTree = "<group>"; };
|
|
466 | 470 | 648EB1FC137C63B800DEFD44 /* Css.m */,
|
467 | 471 | 731C450D128BBF4000261249 /* GeoLocation.h */,
|
468 | 472 | 731C450E128BBF4000261249 /* GeoLocation.m */,
|
| 473 | + 40BE09A9147714580042C6DA /* Status.h */, |
| 474 | + 40BE09AA147714580042C6DA /* Status.m */, |
469 | 475 | 731C450F128BBF4000261249 /* Storage.h */,
|
470 | 476 | 731C4510128BBF4000261249 /* Storage.m */,
|
471 | 477 | 64D8AA411120B94D001649CC /* SessionRoot.h */,
|
|
718 | 724 | );
|
719 | 725 | runOnlyForDeploymentPostprocessing = 0;
|
720 | 726 | shellPath = /bin/sh;
|
721 |
| - shellScript = "if [ -e ${PROJECT_DIR}/../go ]; then\n cd ${PROJECT_DIR}/..\n echo \"Regenerating iPhone atoms header file\"\n\n HEADER=\"${PROJECT_DIR}/src/objc/atoms.h\"\n BACKUP=\"${HEADER}.orig\"\n\n if [ -e ${HEADER} ]; then\n mv ${HEADER} ${BACKUP}\n fi\n\n ./go iphone_atoms\n BUILD_RESULT=$?\n if [ $BUILD_RESULT -ne 0 ]; then\n echo \"Failed to regenerate header file; restoring original\"\n if [ -e ${BACKUP} ]; then\n mv ${BACKUP} ${HEADER}\n fi\n exit $BUILD_RESULT\n else\n if [ -e ${BACKUP} ]; then\n rm ${BACKUP}\n fi\n fi\nelse\n echo \"Unable to locate \"go\" script; using existing atoms header snapshot\"\nfi\n"; |
| 727 | + shellScript = "if [ ! -e ${PROJECT_DIR}/src/objc/atoms.h ]; then\n if [ -e ${PROJECT_DIR}/../go ]; then\n cd ${PROJECT_DIR}/..\n echo \"Regenerating iPhone atoms header file\"\n\n ./go iphone_atoms\n BUILD_RESULT=$?\n if [ $BUILD_RESULT -ne 0 ]; then\n echo \"Failed to regenerate header file\"; exit $BUILD_RESULT\n fi\nelse\n echo \"Unable to locate \\\"go\\\" script;\"\nfi\nfi\n"; |
722 | 728 | };
|
723 | 729 | 8399890A0EE605A30074D106 /* ShellScript */ = {
|
724 | 730 | isa = PBXShellScriptBuildPhase;
|
|
787 | 793 | 643822F712C032F600F0C7CC /* Element.mm in Sources */,
|
788 | 794 | 64A2262E12C1828000537E73 /* NSData+Base64.m in Sources */,
|
789 | 795 | 648EB1FD137C63B800DEFD44 /* Css.m in Sources */,
|
| 796 | + 40BE09AB147714580042C6DA /* Status.m in Sources */, |
790 | 797 | );
|
791 | 798 | runOnlyForDeploymentPostprocessing = 0;
|
792 | 799 | };
|
793 | 800 | 839988DC0EE6052D0074D106 /* Sources */ = {
|
794 | 801 | isa = PBXSourcesBuildPhase;
|
795 | 802 | buildActionMask = 2147483647;
|
796 | 803 | files = (
|
| 804 | + 40BE09AC147715AA0042C6DA /* Status.m in Sources */, |
797 | 805 | 64BFFCBC12B6EC0D00FEB710 /* NSObject+SBJSON.m in Sources */,
|
798 | 806 | 64BFFCBD12B6EC0D00FEB710 /* NSString+SBJSON.m in Sources */,
|
799 | 807 | 64BFFCBE12B6EC0D00FEB710 /* SBJSON.m in Sources */,
|
|
876 | 884 | GCC_PREFIX_HEADER = src/objc/iWebDriver_Prefix.pch;
|
877 | 885 | HEADER_SEARCH_PATHS = "$(COCOAHTTPSERVER_HEADERS)/**";
|
878 | 886 | INFOPLIST_FILE = Info.plist;
|
879 |
| - IPHONEOS_DEPLOYMENT_TARGET = 3.0; |
| 887 | + IPHONEOS_DEPLOYMENT_TARGET = 5.0; |
880 | 888 | LIBRARY_SEARCH_PATHS = (
|
881 | 889 | "$(inherited)",
|
882 | 890 | "\"$(SRCROOT)/iphoneos.sdk/usr/local/lib\"",
|
|
909 | 917 | GCC_PREFIX_HEADER = src/objc/iWebDriver_Prefix.pch;
|
910 | 918 | HEADER_SEARCH_PATHS = "$(COCOAHTTPSERVER_HEADERS)/**";
|
911 | 919 | INFOPLIST_FILE = Info.plist;
|
912 |
| - IPHONEOS_DEPLOYMENT_TARGET = 3.0; |
| 920 | + IPHONEOS_DEPLOYMENT_TARGET = 5.0; |
913 | 921 | LIBRARY_SEARCH_PATHS = (
|
914 | 922 | "$(inherited)",
|
915 | 923 | "\"$(SRCROOT)/iphoneos.sdk/usr/local/lib\"",
|
|
0 commit comments