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.2 " # Version is managed automatically by semantic-release, please dont change it manually
1+ analytics_connector_version = "1.2.3 " # 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.3] ( https://github.com/amplitude/analytics-connector-ios/compare/v1.2.2...v1.2.3 ) (2024-10-30)
2+
3+
4+ ### Bug Fixes
5+
6+ * expose AnalyticsConnectorFramework library ([ 6c77c55] ( https://github.com/amplitude/analytics-connector-ios/commit/6c77c553b4ee005d264c19ed07804b4aca287332 ) )
7+
18## [ 1.2.2] ( https://github.com/amplitude/analytics-connector-ios/compare/v1.2.1...v1.2.2 ) (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.2 /AnalyticsConnector.xcframework.zip " ,
36- checksum: " f2ed767037216f74202081ba2778db5502289a3b384258204ce879608b360042 " ) ,
35+ url: " https://github.com/amplitude/analytics-connector-ios/releases/download/v1.2.3 /AnalyticsConnector.xcframework.zip " ,
36+ checksum: " a0cca0f174fe70a6e627492d928918cabb200483c818e456d30fff23ec7f14fe " ) ,
3737 . testTarget(
3838 name: " AnalyticsConnectorTests " ,
3939 dependencies: [ " AnalyticsConnector " ] ,
You can’t perform that action at this time.
0 commit comments