diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6e4d785..6b05c11 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -20,7 +20,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1.4 + ruby-version: 3.3.0 bundler-cache: true - name: Bundle install diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b02e7e..3aff6a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1.4 + ruby-version: 3.3.0 bundler-cache: true - name: Pods cache diff --git a/.github/workflows/prepare_release.yml b/.github/workflows/prepare_release.yml index 5691caa..f2059ee 100644 --- a/.github/workflows/prepare_release.yml +++ b/.github/workflows/prepare_release.yml @@ -19,7 +19,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1.4 + ruby-version: 3.3.0 bundler-cache: true - name: Bundle install diff --git a/.gitignore b/.gitignore index 4c1dd2e..da451c5 100644 --- a/.gitignore +++ b/.gitignore @@ -38,9 +38,6 @@ xcuserdata Pods/ -## Gemfile -.ruby-version - ##Fastlane # fastlane specific fastlane/report.xml diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..15a2799 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +3.3.0 diff --git a/ADUtils.podspec b/ADUtils.podspec index f9b9501..a2fdb33 100644 --- a/ADUtils.podspec +++ b/ADUtils.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'ADUtils' - spec.version = '12.1.1' + spec.version = '12.2.0' spec.authors = 'Fabernovel' spec.homepage = 'https://github.com/faberNovel/ADUtils' spec.summary = 'Fabernovel\'s toolbox for iOS' diff --git a/CHANGELOG.md b/CHANGELOG.md index 173aad0..0c3f2e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [12.2.0] - 2024-04-22 + ### Added - Add `PrivacyInfo.xcprivacy` to comply with Apple new privacy requirements diff --git a/Gemfile b/Gemfile index a7f19a2..359f47f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '3.1.4' +ruby '3.3.0' gem 'cocoapods', '~> 1.12' gem 'CFPropertyList', '~> 3.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index b7ccec1..a02e622 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -325,7 +325,7 @@ DEPENDENCIES fastlane-plugin-changelog RUBY VERSION - ruby 3.1.4p223 + ruby 3.3.0p0 BUNDLED WITH 2.3.16 diff --git a/Podfile.lock b/Podfile.lock index 12e7c4e..67a45bb 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,10 +1,13 @@ PODS: - - ADUtils (12.1.1): - - ADUtils/objc (= 12.1.1) - - ADUtils/objc (12.1.1): + - ADUtils (12.2.0): + - ADUtils/objc (= 12.2.0) + - ADUtils/objc (12.2.0): - ADUtils/Swift - - ADUtils/Security (12.1.1) - - ADUtils/Swift (12.1.1) + - ADUtils/Privacy (12.2.0) + - ADUtils/Security (12.2.0): + - ADUtils/Privacy + - ADUtils/Swift (12.2.0): + - ADUtils/Privacy - Nimble (12.0.1) - OCMock (3.9.1) - Quick (7.0.2) @@ -30,7 +33,7 @@ EXTERNAL SOURCES: :path: "./" SPEC CHECKSUMS: - ADUtils: a3e9fdcfe76222dd3abfa4659ad1e8249ed16c95 + ADUtils: 2e849e17af3ec4addadf66cfd0462f6e38f7e6df Nimble: b279b3ca9e094508778aab5c76417be158d3ad04 OCMock: 9491e4bec59e0b267d52a9184ff5605995e74be8 Quick: efab97aca76d60be86c15daa533b2cdfbe1a74d3 @@ -38,4 +41,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: dbed6c6ef27a8c28629f42fe64377e1922cac734 -COCOAPODS: 1.13.0 +COCOAPODS: 1.15.2