Skip to content

Commit

Permalink
fix: update framework
Browse files Browse the repository at this point in the history
  • Loading branch information
crleona committed Nov 25, 2024
1 parent bcde66d commit 9a27c8f
Show file tree
Hide file tree
Showing 13 changed files with 4,654 additions and 4,658 deletions.
16 changes: 6 additions & 10 deletions Frameworks/AmplitudeSessionReplay.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,43 +10,39 @@
<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>MergeableMetadata</key>
<true/>
<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</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>AmplitudeSessionReplay.framework</string>
<key>MergeableMetadata</key>
<true/>
<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>
<string>XFWK</string>
<key>XCFrameworkFormatVersion</key>
<string>1.1</string>
<string>1.0</string>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
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.11</string>
<string>0.0.13</string>
</dict>
</plist>
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>Info.plist</key>
<data>
Hiaik5eQFSe2mkmk2swmkCf29d4=
mLV2BSTqGqFo8GWwTxzGYkKcs1U=
</data>
<key>Modules/AmplitudeSessionReplay.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
<data>
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.11</string>
<string>0.0.13</string>
</dict>
</plist>
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 9a27c8f

Please sign in to comment.