File tree 2 files changed +5
-5
lines changed
iphone/iWebDriver.xcodeproj
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ task :iphone_server do
402
402
sdk = iPhoneSDK?
403
403
if sdk != nil then
404
404
puts "Building iWebDriver iphone app"
405
- sh "cd iphone && xcodebuild -sdk #{ sdk } ARCHS=i386 -target iWebDriver" , :verbose => true
405
+ sh "cd iphone && xcodebuild -sdk #{ sdk } ARCHS=i386 -target iWebDriver" , :verbose => false
406
406
else
407
407
puts "XCode not found. Not building the iphone driver."
408
408
end
Original file line number Diff line number Diff line change 790
790
"\"$(SRCROOT)/iphoneos.sdk/usr/local/lib\"",
791
791
"\"$(SRCROOT)/../CocoaHTTPServer/build/Debug\"",
792
792
);
793
- ONLY_ACTIVE_ARCH = NO ;
793
+ ONLY_ACTIVE_ARCH = YES ;
794
794
OTHER_LDFLAGS = (
795
795
"-all_load",
796
796
"-ObjC",
799
799
SDKROOT = iphoneos3.2;
800
800
SKIP_INSTALL = YES;
801
801
TARGETED_DEVICE_FAMILY = "1,2";
802
- VALID_ARCHS = "armv6 armv7" ;
802
+ VALID_ARCHS = i386 ;
803
803
};
804
804
name = Debug;
805
805
};
819
819
"\"$(SRCROOT)/iphoneos.sdk/usr/local/lib\"",
820
820
"\"$(SRCROOT)/../CocoaHTTPServer/build/Debug\"",
821
821
);
822
- ONLY_ACTIVE_ARCH = NO ;
822
+ ONLY_ACTIVE_ARCH = YES ;
823
823
OTHER_LDFLAGS = (
824
824
"-all_load",
825
825
"-ObjC",
828
828
SDKROOT = iphoneos3.2;
829
829
SKIP_INSTALL = YES;
830
830
TARGETED_DEVICE_FAMILY = "1,2";
831
- VALID_ARCHS = "armv6 armv7" ;
831
+ VALID_ARCHS = i386 ;
832
832
};
833
833
name = Release;
834
834
};
You can’t perform that action at this time.
0 commit comments