Commit 10fd1eb 1 parent 95155ff commit 10fd1eb Copy full SHA for 10fd1eb
File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 47
47
- name : Select Xcode Version
48
48
run : sudo xcode-select --switch /Applications/Xcode_16.app/Contents/Developer
49
49
- name : Lint Podspec
50
- run : bundle exec pod lib lint --verbose --fail-fast --swift-version=6.0
50
+ run : bundle exec pod lib lint --verbose --fail-fast --swift-version=6.0 --allow-warnings # Cocoapods v1.6 now warns about potential naming colisions. We can fix this in the next breaking change.
51
51
carthage :
52
52
name : Carthage
53
53
runs-on : macOS-15
Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
- gem 'cocoapods' , '~> 1.15 .0'
3
+ gem 'cocoapods' , '~> 1.16 .0'
Original file line number Diff line number Diff line change 5
5
base64
6
6
nkf
7
7
rexml
8
- activesupport (7.2.1 )
8
+ activesupport (7.2.1.2 )
9
9
base64
10
10
bigdecimal
11
11
concurrent-ruby (~> 1.0 , >= 1.3.1 )
25
25
base64 (0.2.0 )
26
26
bigdecimal (3.1.8 )
27
27
claide (1.1.0 )
28
- cocoapods (1.15.2 )
28
+ cocoapods (1.16.1 )
29
29
addressable (~> 2.8 )
30
30
claide (>= 1.0.2 , < 2.0 )
31
- cocoapods-core (= 1.15.2 )
31
+ cocoapods-core (= 1.16.1 )
32
32
cocoapods-deintegrate (>= 1.0.3 , < 2.0 )
33
33
cocoapods-downloader (>= 2.1 , < 3.0 )
34
34
cocoapods-plugins (>= 1.0.0 , < 2.0 )
42
42
molinillo (~> 0.8.0 )
43
43
nap (~> 1.0 )
44
44
ruby-macho (>= 2.3.0 , < 3.0 )
45
- xcodeproj (>= 1.23 .0 , < 2.0 )
46
- cocoapods-core (1.15.2 )
45
+ xcodeproj (>= 1.26 .0 , < 2.0 )
46
+ cocoapods-core (1.16.1 )
47
47
activesupport (>= 5.0 , < 8 )
48
48
addressable (~> 2.8 )
49
49
algoliasearch (~> 1.0 )
76
76
httpclient (2.8.3 )
77
77
i18n (1.14.6 )
78
78
concurrent-ruby (~> 1.0 )
79
- json (2.7.2 )
79
+ json (2.7.5 )
80
80
logger (1.6.1 )
81
81
minitest (5.25.1 )
82
82
molinillo (0.8.0 )
83
- nanaimo (0.3 .0 )
83
+ nanaimo (0.4 .0 )
84
84
nap (1.1.0 )
85
85
netrc (0.11.0 )
86
86
nkf (0.2.0 )
92
92
ethon (>= 0.9.0 )
93
93
tzinfo (2.0.6 )
94
94
concurrent-ruby (~> 1.0 )
95
- xcodeproj (1.25.1 )
95
+ xcodeproj (1.26.0 )
96
96
CFPropertyList (>= 2.3.3 , < 4.0 )
97
97
atomos (~> 0.1.3 )
98
98
claide (>= 1.0.2 , < 2.0 )
99
99
colored2 (~> 3.1 )
100
- nanaimo (~> 0.3 .0 )
100
+ nanaimo (~> 0.4 .0 )
101
101
rexml (>= 3.3.6 , < 4.0 )
102
102
103
103
PLATFORMS
104
104
ruby
105
105
106
106
DEPENDENCIES
107
- cocoapods (~> 1.15 .0 )
107
+ cocoapods (~> 1.16 .0 )
108
108
109
109
BUNDLED WITH
110
110
2.5.16
You can’t perform that action at this time.
0 commit comments