Skip to content

Commit a112c67

Browse files
committed
Update Xcode 26.4
1 parent a0debbb commit a112c67

66 files changed

Lines changed: 7728 additions & 6750 deletions

File tree

Some content is hidden

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

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ on:
1212

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

1818
env:
19-
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
19+
DEVELOPER_DIR: /Applications/Xcode_26.4.app/Contents/Developer
2020

2121
steps:
2222
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

Frameworks/.RawStructuredFieldValues.version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
],
1212
"stripStaticDWARFSymbols" : false
1313
},
14-
"clangVersion" : "clang-1700.0.13.5",
14+
"clangVersion" : "clang-2100.0.123.102",
1515
"pin" : {
1616
"revision" : "76d7627bd88b47bf5a0f8497dd244885960dde0b",
1717
"version" : "1.6.0"
1818
},
1919
"scipioVersion" : "d4131d082ca9ffb797380357edd5bf744ff86a91",
2020
"targetName" : "RawStructuredFieldValues",
2121
"xcodeVersion" : {
22-
"xcodeBuildVersion" : "16F6",
23-
"xcodeVersion" : "16.4"
22+
"xcodeBuildVersion" : "17E192",
23+
"xcodeVersion" : "26.4"
2424
}
2525
}

Frameworks/.StructuredFieldValues.version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
],
1212
"stripStaticDWARFSymbols" : false
1313
},
14-
"clangVersion" : "clang-1700.0.13.5",
14+
"clangVersion" : "clang-2100.0.123.102",
1515
"pin" : {
1616
"revision" : "76d7627bd88b47bf5a0f8497dd244885960dde0b",
1717
"version" : "1.6.0"
1818
},
1919
"scipioVersion" : "d4131d082ca9ffb797380357edd5bf744ff86a91",
2020
"targetName" : "StructuredFieldValues",
2121
"xcodeVersion" : {
22-
"xcodeBuildVersion" : "16F6",
23-
"xcodeVersion" : "16.4"
22+
"xcodeBuildVersion" : "17E192",
23+
"xcodeVersion" : "26.4"
2424
}
2525
}

Frameworks/RawStructuredFieldValues.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
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)