Skip to content

Commit 9af25b8

Browse files
authored
Merge pull request #43 from nnsnodnb/update-sfv-1.2.1
2 parents 82cd60c + fe3201c commit 9af25b8

File tree

64 files changed

+2210
-2205
lines changed

Some content is hidden

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

64 files changed

+2210
-2205
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
runs-on: macos-14
1616
timeout-minutes: 10
1717

18+
env:
19+
DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer
20+
1821
steps:
1922
- uses: actions/checkout@v4
2023
with:

Frameworks/.RawStructuredFieldValues.version

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"iOSSimulator"
1111
]
1212
},
13-
"clangVersion" : "clang-1600.0.26.4",
13+
"clangVersion" : "clang-1600.0.26.6",
1414
"pin" : {
15-
"revision" : "d01361d32e14ae9b70ea5bd308a3794a198a2706",
16-
"version" : "1.2.0"
15+
"revision" : "8e769facea6b7d46ea60e5e93635a384fd573480",
16+
"version" : "1.2.1"
1717
},
1818
"scipioVersion" : "b02e8049699f2b079a275979590618e61cbc869b",
1919
"targetName" : "RawStructuredFieldValues",
2020
"xcodeVersion" : {
21-
"xcodeBuildVersion" : "16B40",
22-
"xcodeVersion" : "16.1"
21+
"xcodeBuildVersion" : "16C5032a",
22+
"xcodeVersion" : "16.2"
2323
}
2424
}

Frameworks/.StructuredFieldValues.version

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"iOSSimulator"
1111
]
1212
},
13-
"clangVersion" : "clang-1600.0.26.4",
13+
"clangVersion" : "clang-1600.0.26.6",
1414
"pin" : {
15-
"revision" : "d01361d32e14ae9b70ea5bd308a3794a198a2706",
16-
"version" : "1.2.0"
15+
"revision" : "8e769facea6b7d46ea60e5e93635a384fd573480",
16+
"version" : "1.2.1"
1717
},
1818
"scipioVersion" : "b02e8049699f2b079a275979590618e61cbc869b",
1919
"targetName" : "StructuredFieldValues",
2020
"xcodeVersion" : {
21-
"xcodeBuildVersion" : "16B40",
22-
"xcodeVersion" : "16.1"
21+
"xcodeBuildVersion" : "16C5032a",
22+
"xcodeVersion" : "16.2"
2323
}
2424
}

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_x86_64-simulator</string>
13+
<string>ios-arm64</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>
2019
</array>
2120
<key>SupportedPlatform</key>
2221
<string>ios</string>
23-
<key>SupportedPlatformVariant</key>
24-
<string>simulator</string>
2522
</dict>
2623
<dict>
2724
<key>BinaryPath</key>
2825
<string>RawStructuredFieldValues.framework/RawStructuredFieldValues</string>
2926
<key>DebugSymbolsPath</key>
3027
<string>dSYMs</string>
3128
<key>LibraryIdentifier</key>
32-
<string>ios-arm64</string>
29+
<string>ios-arm64_x86_64-simulator</string>
3330
<key>LibraryPath</key>
3431
<string>RawStructuredFieldValues.framework</string>
3532
<key>SupportedArchitectures</key>
3633
<array>
3734
<string>arm64</string>
35+
<string>x86_64</string>
3836
</array>
3937
<key>SupportedPlatform</key>
4038
<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)