appium-webdriveragent 10.2.7 → 10.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/WebDriverAgent.xcodeproj/project.pbxproj +8 -0
- package/WebDriverAgentLib/Info.plist +2 -2
- package/WebDriverAgentLib/Utilities/FBConfiguration.m +1 -0
- package/WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncSocket.m +1605 -1595
- package/WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncUdpSocket.m +994 -990
- package/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPMessage.h +14 -9
- package/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPMessage.m +273 -30
- package/WebDriverAgentTests/IntegrationApp/Classes/AppDelegate.h +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/AppDelegate.m +23 -0
- package/WebDriverAgentTests/IntegrationApp/Classes/SceneDelegate.h +20 -0
- package/WebDriverAgentTests/IntegrationApp/Classes/SceneDelegate.m +48 -0
- package/WebDriverAgentTests/IntegrationApp/Info.plist +17 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [10.4.0](https://github.com/appium/WebDriverAgent/compare/v10.3.0...v10.4.0) (2025-12-06)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* Migrate IntegrationApp to use UIScene lifecycle ([#1079](https://github.com/appium/WebDriverAgent/issues/1079)) ([dfba786](https://github.com/appium/WebDriverAgent/commit/dfba7863195651535a498c246e7b6461eaa24f8b))
|
|
6
|
+
|
|
7
|
+
## [10.3.0](https://github.com/appium/WebDriverAgent/compare/v10.2.7...v10.3.0) (2025-12-03)
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* Deprecate CFNetwork usage ([#1078](https://github.com/appium/WebDriverAgent/issues/1078)) ([6df0c5f](https://github.com/appium/WebDriverAgent/commit/6df0c5fb442879a1af115f02ac79055a7ed76719))
|
|
12
|
+
|
|
1
13
|
## [10.2.7](https://github.com/appium/WebDriverAgent/compare/v10.2.6...v10.2.7) (2025-12-03)
|
|
2
14
|
|
|
3
15
|
### Miscellaneous Chores
|
|
@@ -799,6 +799,7 @@
|
|
|
799
799
|
EE9B76591CF7987800275851 /* FBRouteTests.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9B76571CF7987300275851 /* FBRouteTests.m */; };
|
|
800
800
|
EE9B768E1CF7997600275851 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9B76831CF7997600275851 /* AppDelegate.m */; };
|
|
801
801
|
EE9B768F1CF7997600275851 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9B76851CF7997600275851 /* ViewController.m */; };
|
|
802
|
+
AABBCCDDEEFF001122334457 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = AABBCCDDEEFF001122334456 /* SceneDelegate.m */; };
|
|
802
803
|
EE9B76911CF7997600275851 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9B76871CF7997600275851 /* main.m */; };
|
|
803
804
|
EE9B76941CF7997600275851 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EE9B768C1CF7997600275851 /* Main.storyboard */; };
|
|
804
805
|
EE9B769A1CF799F400275851 /* FBAlertTests.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9B76991CF799F400275851 /* FBAlertTests.m */; };
|
|
@@ -1368,6 +1369,8 @@
|
|
|
1368
1369
|
EE9B76581CF7987300275851 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
1369
1370
|
EE9B76821CF7997600275851 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
1370
1371
|
EE9B76831CF7997600275851 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
1372
|
+
AABBCCDDEEFF001122334455 /* SceneDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; };
|
|
1373
|
+
AABBCCDDEEFF001122334456 /* SceneDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; };
|
|
1371
1374
|
EE9B76841CF7997600275851 /* ViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
|
|
1372
1375
|
EE9B76851CF7997600275851 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
|
1373
1376
|
EE9B76861CF7997600275851 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
@@ -2107,6 +2110,8 @@
|
|
|
2107
2110
|
children = (
|
|
2108
2111
|
EE9B76821CF7997600275851 /* AppDelegate.h */,
|
|
2109
2112
|
EE9B76831CF7997600275851 /* AppDelegate.m */,
|
|
2113
|
+
AABBCCDDEEFF001122334455 /* SceneDelegate.h */,
|
|
2114
|
+
AABBCCDDEEFF001122334456 /* SceneDelegate.m */,
|
|
2110
2115
|
EE1E06E51D182E95007CF043 /* FBAlertViewController.h */,
|
|
2111
2116
|
EE1E06E61D182E95007CF043 /* FBAlertViewController.m */,
|
|
2112
2117
|
EE8BA9781DCCED9A00A9DEF8 /* FBNavigationController.h */,
|
|
@@ -3453,6 +3458,7 @@
|
|
|
3453
3458
|
buildActionMask = 2147483647;
|
|
3454
3459
|
files = (
|
|
3455
3460
|
EE9B768E1CF7997600275851 /* AppDelegate.m in Sources */,
|
|
3461
|
+
AABBCCDDEEFF001122334457 /* SceneDelegate.m in Sources */,
|
|
3456
3462
|
EE1E06E71D182E95007CF043 /* FBAlertViewController.m in Sources */,
|
|
3457
3463
|
315A15072518CC2800A3A064 /* TouchSpotView.m in Sources */,
|
|
3458
3464
|
EE9B76911CF7997600275851 /* main.m in Sources */,
|
|
@@ -4249,6 +4255,7 @@
|
|
|
4249
4255
|
CLANG_ANALYZER_NONNULL = YES;
|
|
4250
4256
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
4251
4257
|
INFOPLIST_FILE = WebDriverAgentTests/IntegrationApp/Info.plist;
|
|
4258
|
+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
4252
4259
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
4253
4260
|
"$(inherited)",
|
|
4254
4261
|
"@executable_path/Frameworks",
|
|
@@ -4265,6 +4272,7 @@
|
|
|
4265
4272
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
4266
4273
|
CLANG_ANALYZER_NONNULL = YES;
|
|
4267
4274
|
INFOPLIST_FILE = WebDriverAgentTests/IntegrationApp/Info.plist;
|
|
4275
|
+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
4268
4276
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
4269
4277
|
"$(inherited)",
|
|
4270
4278
|
"@executable_path/Frameworks",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
<key>CFBundlePackageType</key>
|
|
16
16
|
<string>FMWK</string>
|
|
17
17
|
<key>CFBundleShortVersionString</key>
|
|
18
|
-
<string>10.
|
|
18
|
+
<string>10.4.0</string>
|
|
19
19
|
<key>CFBundleSignature</key>
|
|
20
20
|
<string>????</string>
|
|
21
21
|
<key>CFBundleVersion</key>
|
|
22
|
-
<string>10.
|
|
22
|
+
<string>10.4.0</string>
|
|
23
23
|
<key>NSPrincipalClass</key>
|
|
24
24
|
<string/>
|
|
25
25
|
</dict>
|