File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1- analytics_connector_version = "1.2.3 " # Version is managed automatically by semantic-release, please dont change it manually
1+ analytics_connector_version = "1.2.4 " # Version is managed automatically by semantic-release, please dont change it manually
22
33Pod ::Spec . new do |spec |
44
Original file line number Diff line number Diff line change 1+ ## [ 1.2.4] ( https://github.com/amplitude/analytics-connector-ios/compare/v1.2.3...v1.2.4 ) (2024-11-01)
2+
3+
4+ ### Bug Fixes
5+
6+ * preserve symlinks in zipped frameworks ([ e6f7395] ( https://github.com/amplitude/analytics-connector-ios/commit/e6f73953c24429dd0141078953702be2720e9a23 ) )
7+
18## [ 1.2.3] ( https://github.com/amplitude/analytics-connector-ios/compare/v1.2.2...v1.2.3 ) (2024-10-30)
29
310
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ let package = Package(
3232 path: " Sources/AnalyticsConnector " ,
3333 exclude: [ " Info.plist " ] ) ,
3434 . binaryTarget( name: " AnalyticsConnectorFramework " ,
35- url: " https://github.com/amplitude/analytics-connector-ios/releases/download/v1.2.3 /AnalyticsConnector.xcframework.zip " ,
36- checksum: " a0cca0f174fe70a6e627492d928918cabb200483c818e456d30fff23ec7f14fe " ) ,
35+ url: " https://github.com/amplitude/analytics-connector-ios/releases/download/v1.2.4 /AnalyticsConnector.xcframework.zip " ,
36+ checksum: " 605073ac7b478d9bd5fad41505377f50f3d10250771435dd2f04003bcaf9c820 " ) ,
3737 . testTarget(
3838 name: " AnalyticsConnectorTests " ,
3939 dependencies: [ " AnalyticsConnector " ] ,
You can’t perform that action at this time.
0 commit comments