mirror of
https://github.com/appium/appium.git
synced 2026-03-12 23:23:17 -05:00
update webview app
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,6 +3,7 @@ node_modules
|
||||
*.trace
|
||||
xcuserdata
|
||||
sample-code/apps/TestApp/build
|
||||
sample-code/apps/WebViewApp/build
|
||||
*.sublime-*
|
||||
sample-code/apps/UICatalog*
|
||||
sample-code/examples/php/composer.lock
|
||||
|
||||
@@ -241,7 +241,7 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SDKROOT = iphoneos;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
TARGETED_DEVICE_FAMILY = 1;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
@@ -266,7 +266,7 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
||||
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
|
||||
SDKROOT = iphoneos;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
TARGETED_DEVICE_FAMILY = 1;
|
||||
VALIDATE_PRODUCT = YES;
|
||||
};
|
||||
name = Release;
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
self.urlField.delegate = self;
|
||||
// Do any additional setup after loading the view, typically from a nib.
|
||||
[self.mainWebView loadRequest:[NSURLRequest requestWithURL: [NSURL URLWithString: @"http://saucelabs.com/test/guinea-pig"]]];
|
||||
self.urlField.text = @"http://saucelabs.com/test/guinea-pig";
|
||||
}
|
||||
|
||||
- (void)didReceiveMemoryWarning
|
||||
|
||||
Reference in New Issue
Block a user