-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
January 23 2024 Tealeaf Module 10.6.278
Tealeaf Release January 23 2024 Tealeaf Module 10.6.278 Tealeaf Release Bug Fixes: - None Improvements: - Add new flag disableTLTDID in TealeafBasicConfig.plist which can be used to disable adding a TLTDID cookie which is used to identify the device being used. Our environment for this release: - Xcode 15.0.1 - MacOS 14.0 - iOS 12.x to 17.x - Supported architectures: - simulator - arm64 - x86_64 - device - arm64 Known Issues: - Captures gesture even when the gestureRecognizer is set to return 'NO', this is an Apple defect. - After iOS 13, library no longer supports iPad because of Apple changes in iPad OS. - The pink boarder on Gestures screenview is off when captured using ER, because if timing or garbage collection. - Template issue - The back link is missing during capture on some screens Progressindicator, AlertViewController, Gestures screenview and picker view. - Template issue - Battery icon not visible in green anymore. - Improvement :- 'connectionType' remains N/A if device is on WiFi on app start. - DoPostOnScreenChange is not working as expected, because of temp queue. - Reporting of multiple carrier names in JSON if the device has Dual SIM is a beta feature. - React Native has an issue for dynamic builds. We will use static version instead. - Certain Alerts may appear correctly during replay. - If a View Controller has more than one WKWebViews, gestures may be off by a few pixels - iPadOS Multi Window apps are not YET supported.
- Loading branch information
1 parent
6f1bdc7
commit 9eae112
Showing
59 changed files
with
50,481 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
SDKs/iOS/Release/Tealeaf.xcframework/ios-arm64/Tealeaf.framework/Info.plist
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
SDKs/iOS/Release/Tealeaf.xcframework/ios-arm64/Tealeaf.framework/Modules/module.modulemap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
framework module Tealeaf { | ||
umbrella header "Tealeaf.h" | ||
|
||
export * | ||
|
||
module * { export * } | ||
} |
Binary file modified
BIN
+32.3 KB
(100%)
SDKs/iOS/Release/Tealeaf.xcframework/ios-arm64/Tealeaf.framework/Tealeaf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
SDKs/iOS/Release/Tealeaf.xcframework/ios-arm64_x86_64-simulator/Tealeaf.framework/Info.plist
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
...Tealeaf.xcframework/ios-arm64_x86_64-simulator/Tealeaf.framework/Modules/module.modulemap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
framework module Tealeaf { | ||
umbrella header "Tealeaf.h" | ||
|
||
export * | ||
|
||
module * { export * } | ||
} |
Binary file modified
BIN
+16.3 KB
(100%)
SDKs/iOS/Release/Tealeaf.xcframework/ios-arm64_x86_64-simulator/Tealeaf.framework/Tealeaf
Binary file not shown.
Oops, something went wrong.