Skip to content

Commit 150037b

Browse files
committed
Fetch Simperium via SwiftPM and remove CocoaPods
1 parent 0efd180 commit 150037b

25 files changed

+55
-349
lines changed

.buildkite/commands/build-and-test.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
echo "--- :rubygems: Setting up Gems"
44
install_gems
55

6-
echo "--- :cocoapods: Setting up Pods"
7-
install_cocoapods
8-
96
echo "--- :closed_lock_with_key: Installing Secrets"
107
bundle exec fastlane run configure_apply
118

.buildkite/commands/build-and-ui-test.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
echo "--- :rubygems: Setting up Gems"
44
install_gems
55

6-
echo "--- :cocoapods: Setting up Pods"
7-
install_cocoapods
8-
96
echo "--- :closed_lock_with_key: Installing Secrets"
107
bundle exec fastlane run configure_apply
118

.buildkite/commands/build-prototype.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
echo "--- :rubygems: Setting up Gems"
44
install_gems
55

6-
echo "--- :cocoapods: Setting up Pods"
7-
install_cocoapods
8-
96
echo "--- :closed_lock_with_key: Installing Secrets"
107
bundle exec fastlane run configure_apply
118

.buildkite/commands/release-build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
echo "--- :rubygems: Setting up Gems"
44
install_gems
55

6-
echo "--- :cocoapods: Setting up Pods"
7-
install_cocoapods
8-
96
echo "--- :closed_lock_with_key: Installing Secrets"
107
bundle exec fastlane run configure_apply
118

.github/workflows/screenshots.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ jobs:
3636
run: |
3737
bundle install
3838
39-
- name: Restore CocoaPods Dependency Cache
40-
id: restore-cocoapods-dependency-cache
41-
uses: actions/cache@v4
42-
with:
43-
path: Pods
44-
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
45-
4639
- name: Install App Dependencies
4740
run: bundle exec rake dependencies
4841

Dangerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ rubocop.lint(files: [], force_exclusion: true, inline_comment: true, fail_on_inl
77

88
manifest_pr_checker.check_all_manifest_lock_updated
99

10-
podfile_checker.check_podfile_does_not_have_branch_references
11-
1210
ios_release_checker.check_core_data_model_changed
1311
ios_release_checker.check_release_notes_and_app_store_strings
1412

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
source 'https://rubygems.org'
44

5-
# 1.14.0 fixes a bug that broke compatibility with Ruby 3
6-
gem 'cocoapods', '~> 1.14'
75
gem 'danger-dangermattic', '~> 1.0'
86
gem 'fastlane', '~> 2'
97
gem 'fastlane-plugin-firebase_app_distribution', '~> 0.10'

Gemfile.lock

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ GEM
1919
tzinfo (~> 2.0, >= 2.0.5)
2020
addressable (2.8.7)
2121
public_suffix (>= 2.0.2, < 7.0)
22-
algoliasearch (1.27.5)
23-
httpclient (~> 2.8, >= 2.8.3)
24-
json (>= 1.5.1)
2522
artifactory (3.0.17)
2623
ast (2.4.2)
2724
atomos (0.1.3)
@@ -53,43 +50,6 @@ GEM
5350
cork
5451
nap
5552
open4 (~> 1.3)
56-
cocoapods (1.16.0)
57-
addressable (~> 2.8)
58-
claide (>= 1.0.2, < 2.0)
59-
cocoapods-core (= 1.16.0)
60-
cocoapods-deintegrate (>= 1.0.3, < 2.0)
61-
cocoapods-downloader (>= 2.1, < 3.0)
62-
cocoapods-plugins (>= 1.0.0, < 2.0)
63-
cocoapods-search (>= 1.0.0, < 2.0)
64-
cocoapods-trunk (>= 1.6.0, < 2.0)
65-
cocoapods-try (>= 1.1.0, < 2.0)
66-
colored2 (~> 3.1)
67-
escape (~> 0.0.4)
68-
fourflusher (>= 2.3.0, < 3.0)
69-
gh_inspector (~> 1.0)
70-
molinillo (~> 0.8.0)
71-
nap (~> 1.0)
72-
ruby-macho (>= 2.3.0, < 3.0)
73-
xcodeproj (>= 1.26.0, < 2.0)
74-
cocoapods-core (1.16.0)
75-
activesupport (>= 5.0, < 8)
76-
addressable (~> 2.8)
77-
algoliasearch (~> 1.0)
78-
concurrent-ruby (~> 1.1)
79-
fuzzy_match (~> 2.0.4)
80-
nap (~> 1.0)
81-
netrc (~> 0.11)
82-
public_suffix (~> 4.0)
83-
typhoeus (~> 1.0)
84-
cocoapods-deintegrate (1.0.5)
85-
cocoapods-downloader (2.1)
86-
cocoapods-plugins (1.0.0)
87-
nap
88-
cocoapods-search (1.0.1)
89-
cocoapods-trunk (1.6.0)
90-
nap (>= 0.8, < 2.0)
91-
netrc (~> 0.11)
92-
cocoapods-try (1.2.0)
9353
colored (1.2)
9454
colored2 (3.1.2)
9555
commander (4.6.0)
@@ -128,9 +88,6 @@ GEM
12888
dotenv (2.8.1)
12989
drb (2.2.1)
13090
emoji_regex (3.2.3)
131-
escape (0.0.4)
132-
ethon (0.16.0)
133-
ffi (>= 1.15.0)
13491
excon (0.112.0)
13592
faraday (1.10.4)
13693
faraday-em_http (~> 1.0)
@@ -229,10 +186,6 @@ GEM
229186
xcodeproj (~> 1.22)
230187
fastlane-sirp (1.0.0)
231188
sysrandom (~> 1.0)
232-
ffi (1.17.0-arm64-darwin)
233-
ffi (1.17.0-x86_64-linux-gnu)
234-
fourflusher (2.3.1)
235-
fuzzy_match (2.0.4)
236189
gh_inspector (1.1.3)
237190
git (1.19.1)
238191
addressable (~> 2.8)
@@ -297,13 +250,11 @@ GEM
297250
mini_magick (4.13.2)
298251
mini_mime (1.1.5)
299252
minitest (5.25.4)
300-
molinillo (0.8.0)
301253
multi_json (1.15.0)
302254
multipart-post (2.4.1)
303255
nanaimo (0.4.0)
304256
nap (1.1.0)
305257
naturally (2.2.1)
306-
netrc (0.11.0)
307258
nkf (0.2.0)
308259
nokogiri (1.18.4-arm64-darwin)
309260
racc (~> 1.4)
@@ -353,7 +304,6 @@ GEM
353304
unicode-display_width (>= 2.4.0, < 3.0)
354305
rubocop-ast (1.32.1)
355306
parser (>= 3.3.1.0)
356-
ruby-macho (2.5.1)
357307
ruby-progressbar (1.13.0)
358308
ruby2_keywords (0.0.5)
359309
rubyzip (2.4.1)
@@ -379,8 +329,6 @@ GEM
379329
tty-screen (0.8.2)
380330
tty-spinner (0.9.3)
381331
tty-cursor (~> 0.7)
382-
typhoeus (1.4.1)
383-
ethon (>= 0.9.0)
384332
tzinfo (2.0.6)
385333
concurrent-ruby (~> 1.0)
386334
uber (0.1.0)
@@ -405,7 +353,6 @@ PLATFORMS
405353
x86_64-linux
406354

407355
DEPENDENCIES
408-
cocoapods (~> 1.14)
409356
danger-dangermattic (~> 1.0)
410357
fastlane (~> 2)
411358
fastlane-plugin-firebase_app_distribution (~> 0.10)

Podfile

Lines changed: 0 additions & 44 deletions
This file was deleted.

Podfile.lock

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)