Skip to content

Commit

Permalink
Beta Tealeaf build: 10.6.270
Browse files Browse the repository at this point in the history
Beta Tealeaf Change Notes:
Bug Fixes:

- None.

Improvements:

- Update for xcode 15.x.

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
experienceanalyticssdk committed Oct 24, 2023
1 parent 156ff5e commit 3d962b8
Show file tree
Hide file tree
Showing 49 changed files with 59,925 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"FilterMessageTypes": false,
"InitialZIndex": 500,
"IpPlaceholder": "N/A",
"LibraryVersion": "10.6.269",
"LibraryVersion": "10.6.270",
"LogFullRequestResponsePayloads": false,
"LogViewLayoutOnScreenTransition": true,
"MessageTypeHeader": "WorklightHit",
Expand Down
4 changes: 4 additions & 0 deletions SDKs/iOS/Debug/Tealeaf.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>Tealeaf.framework/Tealeaf</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
Expand All @@ -20,6 +22,8 @@
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Tealeaf.framework/Tealeaf</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
Expand Down
Binary file not shown.
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 not shown.
Binary file not shown.
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 not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
</data>
<key>Info.plist</key>
<data>
ldp2Y7mwAG+VYMOrud1c0gPqDis=
nTs9RxQbO31ZshdbNBPr6Ih2iRY=
</data>
<key>Modules/module.modulemap</key>
<data>
rzCLFed1nOh+uQxX8XykjgWrekI=
UGzT8qaQK7RrMcw7UsB29ak7OYM=
</data>
<key>TLFResources.bundle/TealeafAdvancedConfig.json</key>
<data>
fi4b++mQqWUtt2OB3SiRFRpxu/c=
W0XvmredYVDVYkKVnBvEMkfnXZQ=
</data>
<key>TLFResources.bundle/TealeafBasicConfig.plist</key>
<data>
Expand Down Expand Up @@ -97,14 +97,14 @@
<dict>
<key>hash2</key>
<data>
NH9Rpz1Bd5wIvreUlON+hXVuZq7oR8Td5TgmrO/zyIY=
tbQbD+u88pcG7T41rcF/6ytiqOu71xRkp35GSNEv2go=
</data>
</dict>
<key>TLFResources.bundle/TealeafAdvancedConfig.json</key>
<dict>
<key>hash2</key>
<data>
beTmHM2Bw/63PzYJE+pOjg8fsuRrvbAJV+ihpGT1NHk=
qaJLy1U2OYQJWOd5mAXIbu5z65EBBIcmi0fysq+O2dY=
</data>
</dict>
<key>TLFResources.bundle/TealeafBasicConfig.plist</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<key>CFBundleShortVersionString</key>
<string>2.3</string>
<key>CFBundleVersion</key>
<string>262</string>
<string>265</string>
</dict>
</plist>
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<key>CFBundleShortVersionString</key>
<string>10.6</string>
<key>CFBundleVersion</key>
<string>269</string>
<string>270</string>
</dict>
</plist>
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<key>CFBundleShortVersionString</key>
<string>2.3</string>
<key>CFBundleVersion</key>
<string>262</string>
<string>265</string>
</dict>
</plist>
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<key>CFBundleShortVersionString</key>
<string>10.6</string>
<key>CFBundleVersion</key>
<string>269</string>
<string>270</string>
</dict>
</plist>
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"FilterMessageTypes": false,
"InitialZIndex": 500,
"IpPlaceholder": "N/A",
"LibraryVersion": "10.6.269",
"LibraryVersion": "10.6.270",
"LogFullRequestResponsePayloads": false,
"LogViewLayoutOnScreenTransition": true,
"MessageTypeHeader": "WorklightHit",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,35 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>TealeafReactNative.framework/TealeafReactNative</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>TealeafReactNative.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>TealeafReactNative.framework/TealeafReactNative</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>TealeafReactNative.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>AccessibilityResources.bundle/Info.plist</key>
<data>
wbU4MBwELcAC+jHm5Pp7iSdaTsE=
hbzShiGkJx4PD30h3akafifxyzY=
</data>
<key>AccessibilityResources.bundle/en.lproj/Localizable.strings</key>
<dict>
Expand Down Expand Up @@ -43,15 +43,15 @@
</data>
<key>Info.plist</key>
<data>
+zm4sWF+LHD4sI8Sl5FvVeIVpEA=
sa9FNELZ3v4Hqah2K/B/4xDcfXE=
</data>
<key>Modules/module.modulemap</key>
<data>
U96x+SwkQrq7GtkfZcCqll3g0Ys=
</data>
<key>TLFResources.bundle/TealeafAdvancedConfig.json</key>
<data>
fi4b++mQqWUtt2OB3SiRFRpxu/c=
W0XvmredYVDVYkKVnBvEMkfnXZQ=
</data>
<key>TLFResources.bundle/TealeafBasicConfig.plist</key>
<data>
Expand All @@ -68,7 +68,7 @@
<dict>
<key>hash2</key>
<data>
IVzGzwwufoPr5W3YnKaC2lbubbprV44TZMUmjiaP0E4=
zC8J0uiiv/LydL7JQY9vRStwwsgifxpNcAbvnVYNAdc=
</data>
</dict>
<key>AccessibilityResources.bundle/en.lproj/Localizable.strings</key>
Expand Down Expand Up @@ -133,7 +133,7 @@
<dict>
<key>hash2</key>
<data>
beTmHM2Bw/63PzYJE+pOjg8fsuRrvbAJV+ihpGT1NHk=
qaJLy1U2OYQJWOd5mAXIbu5z65EBBIcmi0fysq+O2dY=
</data>
</dict>
<key>TLFResources.bundle/TealeafBasicConfig.plist</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<key>CFBundleShortVersionString</key>
<string>2.3</string>
<key>CFBundleVersion</key>
<string>262</string>
<string>265</string>
</dict>
</plist>
Binary file not shown.
Loading

0 comments on commit 3d962b8

Please sign in to comment.