appium-webdriveragent 12.1.0 → 12.1.1
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
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [12.1.1](https://github.com/appium/WebDriverAgent/compare/v12.1.0...v12.1.1) (2026-04-27)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **compile:** fix compilation ([#1129](https://github.com/appium/WebDriverAgent/issues/1129)) ([76d59e8](https://github.com/appium/WebDriverAgent/commit/76d59e85c75680c97abe9e67fdf4a70cacd46418))
|
|
6
|
+
|
|
1
7
|
## [12.1.0](https://github.com/appium/WebDriverAgent/compare/v12.0.0...v12.1.0) (2026-04-24)
|
|
2
8
|
|
|
3
9
|
### Features
|
|
@@ -24,5 +24,8 @@ typedef struct {
|
|
|
24
24
|
unsigned short _field3[1];
|
|
25
25
|
} CDStruct_27a325c0;
|
|
26
26
|
|
|
27
|
+
#pragma clang diagnostic push
|
|
28
|
+
#pragma clang diagnostic ignored "-Wreserved-identifier"
|
|
27
29
|
int _XCTSetApplicationStateTimeout(double timeout);
|
|
28
30
|
double _XCTApplicationStateTimeout(void);
|
|
31
|
+
#pragma clang diagnostic pop
|
|
@@ -8,7 +8,10 @@
|
|
|
8
8
|
|
|
9
9
|
#import <WebDriverAgentLib/CDStructures.h>
|
|
10
10
|
|
|
11
|
+
#pragma clang diagnostic push
|
|
12
|
+
#pragma clang diagnostic ignored "-Wreserved-identifier"
|
|
11
13
|
@class NSInvocation, XCTestCaseRun, XCTestContext, _XCTestCaseImplementation;
|
|
14
|
+
#pragma clang diagnostic pop
|
|
12
15
|
|
|
13
16
|
@interface XCTestCase()
|
|
14
17
|
{
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
<key>CFBundlePackageType</key>
|
|
16
16
|
<string>FMWK</string>
|
|
17
17
|
<key>CFBundleShortVersionString</key>
|
|
18
|
-
<string>12.1.
|
|
18
|
+
<string>12.1.1</string>
|
|
19
19
|
<key>CFBundleSignature</key>
|
|
20
20
|
<string>????</string>
|
|
21
21
|
<key>CFBundleVersion</key>
|
|
22
|
-
<string>12.1.
|
|
22
|
+
<string>12.1.1</string>
|
|
23
23
|
<key>NSPrincipalClass</key>
|
|
24
24
|
<string/>
|
|
25
25
|
</dict>
|