cocoapods 1.16.0 → 1.16.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +26 -0
- data/lib/cocoapods/gem_version.rb +1 -1
- data/lib/cocoapods/validator.rb +2 -0
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d43891dba5d58dbff98cd59cfbd5f0d1284769f8e5baca0fff0c2b7c64151d81
|
4
|
+
data.tar.gz: c510fb10ec4fa60e82c84893498f36055d9e29cb29af5b6b7b32b8c171663462
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d619308cbcd85315c71e59674ed3221e8d34bc3f9934bfc6fb90d7e84baad9bcd550a28d434fd573b79d40658e56740e5ee5f8be5e2a208061a7618a8867ea28
|
7
|
+
data.tar.gz: 6bdbbaa9c1bfa2073f131171064bf259155234c2bccce36ceecda7d2b2aeedfd194ad8ea76085a2caa0bd9c90ff86256493988e49ee3ebd0099ea04e8ac0ac35
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,32 @@ To install or update CocoaPods see this [guide](https://guides.cocoapods.org/usi
|
|
4
4
|
|
5
5
|
To install release candidates run `[sudo] gem install cocoapods --pre`
|
6
6
|
|
7
|
+
## 1.16.2 (2024-10-31)
|
8
|
+
|
9
|
+
##### Enhancements
|
10
|
+
|
11
|
+
* None.
|
12
|
+
|
13
|
+
##### Bug Fixes
|
14
|
+
|
15
|
+
* Bump min xcodeproj to 1.27.0 to include revert of breaking build setting changes.
|
16
|
+
[Eric Amorde](https://github.com/amorde)
|
17
|
+
[#12675](https://github.com/CocoaPods/CocoaPods/pull/12675)
|
18
|
+
|
19
|
+
|
20
|
+
## 1.16.1 (2024-10-29)
|
21
|
+
|
22
|
+
##### Enhancements
|
23
|
+
|
24
|
+
* None.
|
25
|
+
|
26
|
+
##### Bug Fixes
|
27
|
+
|
28
|
+
* Fix an issue breaking `pod lib lint` / `pod spec lint` due to new `ENABLE_USER_SCRIPT_SANDBOXING` setting.
|
29
|
+
[Eric Amorde](https://github.com/amorde)
|
30
|
+
[#12664](https://github.com/CocoaPods/CocoaPods/issues/12664)
|
31
|
+
|
32
|
+
|
7
33
|
## 1.16.0 (2024-10-29)
|
8
34
|
|
9
35
|
##### Enhancements
|
data/lib/cocoapods/validator.rb
CHANGED
@@ -603,6 +603,8 @@ module Pod
|
|
603
603
|
# Ensure this is set generally but we have seen an issue with ODRs:
|
604
604
|
# see: https://github.com/CocoaPods/CocoaPods/issues/10933
|
605
605
|
config.build_settings['PRODUCT_BUNDLE_IDENTIFIER'] = 'org.cocoapods.${PRODUCT_NAME:rfc1034identifier}'
|
606
|
+
# Our run script phases require sandboxing to be disabled.
|
607
|
+
config.build_settings['ENABLE_USER_SCRIPT_SANDBOXING'] = 'NO'
|
606
608
|
end
|
607
609
|
app_project.save
|
608
610
|
app_project.recreate_user_schemes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.16.
|
4
|
+
version: 1.16.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eloy Duran
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2024-10-
|
14
|
+
date: 2024-10-31 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: cocoapods-core
|
@@ -19,14 +19,14 @@ dependencies:
|
|
19
19
|
requirements:
|
20
20
|
- - '='
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 1.16.
|
22
|
+
version: 1.16.2
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
27
|
- - '='
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 1.16.
|
29
|
+
version: 1.16.2
|
30
30
|
- !ruby/object:Gem::Dependency
|
31
31
|
name: claide
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
@@ -187,7 +187,7 @@ dependencies:
|
|
187
187
|
requirements:
|
188
188
|
- - ">="
|
189
189
|
- !ruby/object:Gem::Version
|
190
|
-
version: 1.
|
190
|
+
version: 1.27.0
|
191
191
|
- - "<"
|
192
192
|
- !ruby/object:Gem::Version
|
193
193
|
version: '2.0'
|
@@ -197,7 +197,7 @@ dependencies:
|
|
197
197
|
requirements:
|
198
198
|
- - ">="
|
199
199
|
- !ruby/object:Gem::Version
|
200
|
-
version: 1.
|
200
|
+
version: 1.27.0
|
201
201
|
- - "<"
|
202
202
|
- !ruby/object:Gem::Version
|
203
203
|
version: '2.0'
|
@@ -546,7 +546,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
546
546
|
- !ruby/object:Gem::Version
|
547
547
|
version: '0'
|
548
548
|
requirements: []
|
549
|
-
rubygems_version: 3.
|
549
|
+
rubygems_version: 3.5.22
|
550
550
|
signing_key:
|
551
551
|
specification_version: 4
|
552
552
|
summary: The Cocoa library package manager.
|