Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update gemfile #320

Merged
merged 2 commits into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
## [4.3.1](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/4.3.0...4.3.1) (2024-05-30)


### Bug Fixes

* visionOS support via Cocoapods ([#317](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/317)) ([9ab87ec](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/9ab87ec8fc3710e2d7574afd84aa8ccd214a1116))



# [4.3.0](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/4.2.0...4.3.0) (2024-05-07)


Expand All @@ -24,7 +15,6 @@

* add set dynamic generalProps generator ([#308](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/308)) ([bec7290](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/bec729034d12467fa97fa101e5bb3e32cb133021))
* data validity period ([#310](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/310)) ([a52fefa](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/a52fefa7a7bf7a3590c49c501f193449aa94f631))
* release 4.3.0 ([da7c57c](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/da7c57cc69c6c6d89ab5e9eda1cd6bf88b8e63e1))
* watchOS/tvOS/visionOS/SwiftUI support ([#300](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/300)) ([0ef1b26](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/0ef1b260915febb12b080edac0f5b13e08b1e592))


Expand Down Expand Up @@ -78,3 +68,12 @@



# [4.0.0-beta.2](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/4.0.0-beta.1...4.0.0-beta.2) (2023-10-26)


### Bug Fixes

* rename advert to ads ([#289](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/289)) ([0627a3a](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/0627a3a0b19a24c774c3a5153facf16bdc11fe6c))



4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem 'cocoapods', :git => 'https://github.com/CocoaPods/CocoaPods.git'
gem 'cocoapods-generate', '2.2.4', :git => 'https://github.com/square/cocoapods-generate.git'
gem 'xcodeproj', '1.22.0', :git => 'https://github.com/CocoaPods/Xcodeproj.git'
gem 'cocoapods-generate', '2.2.5', :git => 'https://github.com/square/cocoapods-generate.git'
gem 'xcodeproj', '1.24.0', :git => 'https://github.com/CocoaPods/Xcodeproj.git'
115 changes: 0 additions & 115 deletions Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion GrowingAnalytics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GrowingAnalytics'
s.version = '4.3.1'
s.version = '4.3.0'
s.summary = 'iOS SDK of GrowingIO.'
s.description = <<-DESC
GrowingAnalytics具备自动采集基本的用户行为事件,比如访问和行为数据等。目前支持代码埋点、无埋点、可视化圈选、热图等功能。
Expand Down
4 changes: 2 additions & 2 deletions GrowingTrackerCore/GrowingRealTracker.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
#import "GrowingTrackerCore/Utils/GrowingDeviceInfo.h"
#import "GrowingULAppLifecycle.h"

NSString *const GrowingTrackerVersionName = @"4.3.1";
const int GrowingTrackerVersionCode = 40301;
NSString *const GrowingTrackerVersionName = @"4.3.0";
const int GrowingTrackerVersionCode = 40300;

@interface GrowingRealTracker ()

Expand Down
Loading