Skip to content

Commit

Permalink
feat: update framework
Browse files Browse the repository at this point in the history
  • Loading branch information
crleona committed Jan 7, 2025
1 parent e37dbf0 commit 338fa72
Show file tree
Hide file tree
Showing 20 changed files with 9,604 additions and 6,169 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_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>
<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>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.
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ SWIFT_CLASS_NAMED("SessionReplay")
@property (nonatomic) BOOL amp_isBlocked;
@end


#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
Expand Down
Binary file not shown.
Loading

0 comments on commit 338fa72

Please sign in to comment.