Skip to content

Commit

Permalink
Fix: New image renderer (#17)
Browse files Browse the repository at this point in the history
* fix: use new image renderer

* fix: resolve concurrent access issue
  • Loading branch information
crleona authored Dec 13, 2024
1 parent a017cbe commit 6dbdc77
Show file tree
Hide file tree
Showing 16 changed files with 5,681 additions and 5,844 deletions.
10 changes: 5 additions & 5 deletions Frameworks/AmplitudeSessionReplay.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,34 @@
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>AmplitudeSessionReplay.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>AmplitudeSessionReplay.framework/AmplitudeSessionReplay</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>AmplitudeSessionReplay.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.
Original file line number Diff line number Diff line change
Expand Up @@ -2386,6 +2386,13 @@
"length": 1,
"value": "0"
},
{
"filePath": "\/Users\/runner\/work\/session-replay-ios\/session-replay-ios\/AmplitudeSessionReplay\/Storage\/StorageCoordinator.swift",
"kind": "BooleanLiteral",
"offset": 7584,
"length": 4,
"value": "true"
},
{
"filePath": "\/Users\/runner\/work\/session-replay-ios\/session-replay-ios\/AmplitudeSessionReplay\/Models\/RRWeb.swift",
"kind": "IntegerLiteral",
Expand Down Expand Up @@ -3733,14 +3740,14 @@
{
"filePath": "\/Users\/runner\/work\/session-replay-ios\/session-replay-ios\/AmplitudeSessionReplay\/Serializer.swift",
"kind": "IntegerLiteral",
"offset": 11641,
"offset": 11658,
"length": 1,
"value": "0"
},
{
"filePath": "\/Users\/runner\/work\/session-replay-ios\/session-replay-ios\/AmplitudeSessionReplay\/Serializer.swift",
"kind": "IntegerLiteral",
"offset": 11698,
"offset": 11715,
"length": 1,
"value": "1"
},
Expand Down Expand Up @@ -4045,27 +4052,6 @@
"length": 4,
"value": "1600"
},
{
"filePath": "\/Users\/runner\/work\/session-replay-ios\/session-replay-ios\/AmplitudeSessionReplay\/ImageEncoder.swift",
"kind": "BooleanLiteral",
"offset": 1051,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/runner\/work\/session-replay-ios\/session-replay-ios\/AmplitudeSessionReplay\/ImageEncoder.swift",
"kind": "BooleanLiteral",
"offset": 1115,
"length": 4,
"value": "true"
},
{
"filePath": "\/Users\/runner\/work\/session-replay-ios\/session-replay-ios\/AmplitudeSessionReplay\/ImageEncoder.swift",
"kind": "BooleanLiteral",
"offset": 1173,
"length": 4,
"value": "true"
},
{
"filePath": "\/Users\/runner\/work\/session-replay-ios\/session-replay-ios\/AmplitudeSessionReplay\/Storage\/InMemoryStorage.swift",
"kind": "Dictionary",
Expand All @@ -4076,49 +4062,49 @@
{
"filePath": "\/Users\/runner\/work\/session-replay-ios\/session-replay-ios\/AmplitudeSessionReplay\/CALayer+SessionReplay.swift",
"kind": "IntegerLiteral",
"offset": 279,
"offset": 295,
"length": 9,
"value": "1"
},
{
"filePath": "\/Users\/runner\/work\/session-replay-ios\/session-replay-ios\/AmplitudeSessionReplay\/CALayer+SessionReplay.swift",
"kind": "IntegerLiteral",
"offset": 290,
"offset": 306,
"length": 7,
"value": "2"
},
{
"filePath": "\/Users\/runner\/work\/session-replay-ios\/session-replay-ios\/AmplitudeSessionReplay\/CALayer+SessionReplay.swift",
"kind": "IntegerLiteral",
"offset": 279,
"offset": 295,
"length": 9,
"value": "1"
},
{
"filePath": "\/Users\/runner\/work\/session-replay-ios\/session-replay-ios\/AmplitudeSessionReplay\/CALayer+SessionReplay.swift",
"kind": "IntegerLiteral",
"offset": 290,
"offset": 306,
"length": 7,
"value": "2"
},
{
"filePath": "\/Users\/runner\/work\/session-replay-ios\/session-replay-ios\/AmplitudeSessionReplay\/CALayer+SessionReplay.swift",
"kind": "IntegerLiteral",
"offset": 279,
"offset": 295,
"length": 9,
"value": "1"
},
{
"filePath": "\/Users\/runner\/work\/session-replay-ios\/session-replay-ios\/AmplitudeSessionReplay\/CALayer+SessionReplay.swift",
"kind": "IntegerLiteral",
"offset": 290,
"offset": 306,
"length": 7,
"value": "2"
},
{
"filePath": "\/Users\/runner\/work\/session-replay-ios\/session-replay-ios\/AmplitudeSessionReplay\/CALayer+SessionReplay.swift",
"kind": "IntegerLiteral",
"offset": 688,
"offset": 704,
"length": 1,
"value": "0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>0.0.13</string>
<string>0.0.15</string>
</dict>
</plist>
Binary file not shown.
Loading

0 comments on commit 6dbdc77

Please sign in to comment.