Skip to content

Commit 3596d43

Browse files
Šimon Šestákclaude
andcommitted
fix: Update CocoaPods and deployment targets for Xcode compatibility
- Update CocoaPods from ~> 1.11 to ~> 1.14 to fix DT_TOOLCHAIN_DIR error - Bump iOS deployment target from 9.0 to 12.0 - Bump macOS deployment target from 10.10 to 10.13 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3efb579 commit 3596d43

3 files changed

Lines changed: 54 additions & 39 deletions

File tree

FTAPIKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Pod::Spec.new do |s|
2121
s.weak_frameworks = ["Combine"]
2222

2323
s.swift_version = "5.1"
24-
s.ios.deployment_target = "9.0"
25-
s.osx.deployment_target = "10.10"
24+
s.ios.deployment_target = "12.0"
25+
s.osx.deployment_target = "10.13"
2626
s.watchos.deployment_target = "5.0"
2727
s.tvos.deployment_target = "12.0"
2828
end

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

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

5-
gem "cocoapods", "~> 1.11"
5+
gem "cocoapods", "~> 1.14"

Gemfile.lock

Lines changed: 51 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,49 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.4)
5-
rexml
6-
activesupport (6.1.4.1)
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
4+
CFPropertyList (3.0.8)
5+
activesupport (7.2.3)
6+
base64
7+
benchmark (>= 0.3)
8+
bigdecimal
9+
concurrent-ruby (~> 1.0, >= 1.3.1)
10+
connection_pool (>= 2.2.5)
11+
drb
812
i18n (>= 1.6, < 2)
13+
logger (>= 1.4.2)
914
minitest (>= 5.1)
10-
tzinfo (~> 2.0)
11-
zeitwerk (~> 2.3)
12-
addressable (2.8.0)
13-
public_suffix (>= 2.0.2, < 5.0)
15+
securerandom (>= 0.3)
16+
tzinfo (~> 2.0, >= 2.0.5)
17+
addressable (2.8.8)
18+
public_suffix (>= 2.0.2, < 8.0)
1419
algoliasearch (1.27.5)
1520
httpclient (~> 2.8, >= 2.8.3)
1621
json (>= 1.5.1)
1722
atomos (0.1.3)
18-
claide (1.0.3)
19-
cocoapods (1.11.2)
23+
base64 (0.3.0)
24+
benchmark (0.5.0)
25+
bigdecimal (4.0.1)
26+
claide (1.1.0)
27+
cocoapods (1.16.2)
2028
addressable (~> 2.8)
2129
claide (>= 1.0.2, < 2.0)
22-
cocoapods-core (= 1.11.2)
30+
cocoapods-core (= 1.16.2)
2331
cocoapods-deintegrate (>= 1.0.3, < 2.0)
24-
cocoapods-downloader (>= 1.4.0, < 2.0)
32+
cocoapods-downloader (>= 2.1, < 3.0)
2533
cocoapods-plugins (>= 1.0.0, < 2.0)
2634
cocoapods-search (>= 1.0.0, < 2.0)
27-
cocoapods-trunk (>= 1.4.0, < 2.0)
35+
cocoapods-trunk (>= 1.6.0, < 2.0)
2836
cocoapods-try (>= 1.1.0, < 2.0)
2937
colored2 (~> 3.1)
3038
escape (~> 0.0.4)
3139
fourflusher (>= 2.3.0, < 3.0)
3240
gh_inspector (~> 1.0)
3341
molinillo (~> 0.8.0)
3442
nap (~> 1.0)
35-
ruby-macho (>= 1.0, < 3.0)
36-
xcodeproj (>= 1.21.0, < 2.0)
37-
cocoapods-core (1.11.2)
38-
activesupport (>= 5.0, < 7)
43+
ruby-macho (>= 2.3.0, < 3.0)
44+
xcodeproj (>= 1.27.0, < 2.0)
45+
cocoapods-core (1.16.2)
46+
activesupport (>= 5.0, < 8)
3947
addressable (~> 2.8)
4048
algoliasearch (~> 1.0)
4149
concurrent-ruby (~> 1.1)
@@ -45,7 +53,7 @@ GEM
4553
public_suffix (~> 4.0)
4654
typhoeus (~> 1.0)
4755
cocoapods-deintegrate (1.0.5)
48-
cocoapods-downloader (1.6.3)
56+
cocoapods-downloader (2.1)
4957
cocoapods-plugins (1.0.0)
5058
nap
5159
cocoapods-search (1.0.1)
@@ -54,44 +62,51 @@ GEM
5462
netrc (~> 0.11)
5563
cocoapods-try (1.2.0)
5664
colored2 (3.1.2)
57-
concurrent-ruby (1.1.9)
65+
concurrent-ruby (1.3.6)
66+
connection_pool (3.0.2)
67+
drb (2.2.3)
5868
escape (0.0.4)
5969
ethon (0.15.0)
6070
ffi (>= 1.15.0)
61-
ffi (1.15.4)
71+
ffi (1.17.3)
6272
fourflusher (2.3.1)
6373
fuzzy_match (2.0.4)
6474
gh_inspector (1.1.3)
65-
httpclient (2.8.3)
66-
i18n (1.8.10)
75+
httpclient (2.9.0)
76+
mutex_m
77+
i18n (1.14.8)
6778
concurrent-ruby (~> 1.0)
68-
json (2.6.1)
69-
minitest (5.14.4)
79+
json (2.18.0)
80+
logger (1.7.0)
81+
minitest (6.0.1)
82+
prism (~> 1.5)
7083
molinillo (0.8.0)
71-
nanaimo (0.3.0)
84+
mutex_m (0.3.0)
85+
nanaimo (0.4.0)
7286
nap (1.1.0)
7387
netrc (0.11.0)
74-
public_suffix (4.0.6)
75-
rexml (3.2.5)
88+
prism (1.8.0)
89+
public_suffix (4.0.7)
90+
rexml (3.4.4)
7691
ruby-macho (2.5.1)
77-
typhoeus (1.4.0)
78-
ethon (>= 0.9.0)
79-
tzinfo (2.0.4)
92+
securerandom (0.4.1)
93+
typhoeus (1.5.0)
94+
ethon (>= 0.9.0, < 0.16.0)
95+
tzinfo (2.0.6)
8096
concurrent-ruby (~> 1.0)
81-
xcodeproj (1.21.0)
97+
xcodeproj (1.27.0)
8298
CFPropertyList (>= 2.3.3, < 4.0)
8399
atomos (~> 0.1.3)
84100
claide (>= 1.0.2, < 2.0)
85101
colored2 (~> 3.1)
86-
nanaimo (~> 0.3.0)
87-
rexml (~> 3.2.4)
88-
zeitwerk (2.5.1)
102+
nanaimo (~> 0.4.0)
103+
rexml (>= 3.3.6, < 4.0)
89104

90105
PLATFORMS
91106
ruby
92107

93108
DEPENDENCIES
94-
cocoapods (~> 1.11)
109+
cocoapods (~> 1.14)
95110

96111
BUNDLED WITH
97-
2.2.29
112+
4.0.4

0 commit comments

Comments
 (0)