File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ public class Apps : IDisposable
2020 private static readonly Dictionary<string, string> _appSources = new Dictionary<string, string>
2121 {
2222 {iosTestApp, "https://github.com/appium/dotnet-client/blob/main/test/integration/apps/archives/TestApp.app.zip?raw=true"},
23- {iosWebviewApp, "https://github.com/appium/dotnet-client/blob/main/test/integration/apps/archives/WebViewApp.app.zip?raw=true"},
2423 {iosUICatalogApp, "https://github.com/appium/ios-uicatalog/releases/download/v4.0.1/UIKitCatalog-iphonesimulator.zip"},
2524 {androidApiDemos, "https://github.com/appium/android-apidemos/releases/download/v6.0.2/ApiDemos-debug.apk"},
2625 };
@@ -64,7 +63,6 @@ public static string GetId(string appKey)
6463 }
6564
6665 public const string iosTestApp = "iosTestApp";
67- public const string iosWebviewApp = "iosWebviewApp";
6866 public const string iosUICatalogApp = "iosUICatalogApp";
6967 public const string androidApiDemos = "androidApiDemos";
7068
You can’t perform that action at this time.
0 commit comments