Commit 0367afd
committed
Move RuntimeIdentifier to iOS-specific PropertyGroup for proper evaluation
The previous location in the main PropertyGroup didn't work because
TargetFramework is not set during outer build evaluation. Moving the
RuntimeIdentifier assignment to the iOS-specific PropertyGroup (using
GetTargetPlatformIdentifier condition) ensures it's evaluated during
the inner build when TargetFramework is actually set to net10.0-ios.
This is the same pattern used for CodesignEntitlements, which works
correctly. Now both the binding project and main project will build
for simulator by default, avoiding code signing requirements in CI.1 parent 68e0f10 commit 0367afd
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
| |||
86 | 83 | | |
87 | 84 | | |
88 | 85 | | |
| 86 | + | |
| 87 | + | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
0 commit comments