Skip to content

Commit b042f45

Browse files
authored
Merge pull request #54 from nnsnodnb/update-sfv-1.2.2
Update apple/swift-http-structured-headers v1.2.2
2 parents 0ffafbb + bec68c8 commit b042f45

File tree

66 files changed

+4003
-3915
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+4003
-3915
lines changed

.github/workflows/lint.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ on:
1212

1313
jobs:
1414
pod_lint:
15-
runs-on: macos-14
15+
runs-on: macos-15
1616
timeout-minutes: 10
1717

1818
env:
19-
DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer
19+
DEVELOPER_DIR: /Applications/Xcode_16.3.app/Contents/Developer
2020

2121
steps:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -30,7 +30,7 @@ jobs:
3030
bundler-cache: true
3131

3232
- name: Lint swift-http-structured-headers.podspec
33-
run: bundle exec pod lib lint swift-http-structured-headers.podspec --allow-warnings
33+
run: make pod_lint
3434

3535
actionlint:
3636
runs-on: ubuntu-latest

Frameworks/.RawStructuredFieldValues.version

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
],
1212
"stripStaticDWARFSymbols" : false
1313
},
14-
"clangVersion" : "clang-1600.0.26.6",
14+
"clangVersion" : "clang-1700.0.13.3",
1515
"pin" : {
16-
"revision" : "8e769facea6b7d46ea60e5e93635a384fd573480",
17-
"version" : "1.2.1"
16+
"revision" : "f280fc7676b9940ff2c6598642751ea333c6544f",
17+
"version" : "1.2.2"
1818
},
1919
"scipioVersion" : "3a8494307c12c8c3b45ac8f2f007a002b9aea643",
2020
"targetName" : "RawStructuredFieldValues",
2121
"xcodeVersion" : {
22-
"xcodeBuildVersion" : "16C5032a",
23-
"xcodeVersion" : "16.2"
22+
"xcodeBuildVersion" : "16E140",
23+
"xcodeVersion" : "16.3"
2424
}
2525
}

Frameworks/.StructuredFieldValues.version

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
],
1212
"stripStaticDWARFSymbols" : false
1313
},
14-
"clangVersion" : "clang-1600.0.26.6",
14+
"clangVersion" : "clang-1700.0.13.3",
1515
"pin" : {
16-
"revision" : "8e769facea6b7d46ea60e5e93635a384fd573480",
17-
"version" : "1.2.1"
16+
"revision" : "f280fc7676b9940ff2c6598642751ea333c6544f",
17+
"version" : "1.2.2"
1818
},
1919
"scipioVersion" : "3a8494307c12c8c3b45ac8f2f007a002b9aea643",
2020
"targetName" : "StructuredFieldValues",
2121
"xcodeVersion" : {
22-
"xcodeBuildVersion" : "16C5032a",
23-
"xcodeVersion" : "16.2"
22+
"xcodeBuildVersion" : "16E140",
23+
"xcodeVersion" : "16.3"
2424
}
2525
}

Frameworks/RawStructuredFieldValues.xcframework/Info.plist

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@
1010
<key>DebugSymbolsPath</key>
1111
<string>dSYMs</string>
1212
<key>LibraryIdentifier</key>
13-
<string>ios-arm64</string>
13+
<string>ios-arm64_x86_64-simulator</string>
1414
<key>LibraryPath</key>
1515
<string>RawStructuredFieldValues.framework</string>
1616
<key>SupportedArchitectures</key>
1717
<array>
1818
<string>arm64</string>
19+
<string>x86_64</string>
1920
</array>
2021
<key>SupportedPlatform</key>
2122
<string>ios</string>
23+
<key>SupportedPlatformVariant</key>
24+
<string>simulator</string>
2225
</dict>
2326
<dict>
2427
<key>BinaryPath</key>
2528
<string>RawStructuredFieldValues.framework/RawStructuredFieldValues</string>
2629
<key>DebugSymbolsPath</key>
2730
<string>dSYMs</string>
2831
<key>LibraryIdentifier</key>
29-
<string>ios-arm64_x86_64-simulator</string>
32+
<string>ios-arm64</string>
3033
<key>LibraryPath</key>
3134
<string>RawStructuredFieldValues.framework</string>
3235
<key>SupportedArchitectures</key>
3336
<array>
3437
<string>arm64</string>
35-
<string>x86_64</string>
3638
</array>
3739
<key>SupportedPlatform</key>
3840
<string>ios</string>
39-
<key>SupportedPlatformVariant</key>
40-
<string>simulator</string>
4141
</dict>
4242
</array>
4343
<key>CFBundlePackageType</key>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)