Skip to content

Commit 3d4e63e

Browse files
committed
wip
1 parent 791664a commit 3d4e63e

File tree

80 files changed

+5693
-26
lines changed

Some content is hidden

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

80 files changed

+5693
-26
lines changed

Sources/IssueReportingTestSupport.509.xcframework/Info.plist

Lines changed: 46 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,21 @@
88
<key>BinaryPath</key>
99
<string>IssueReportingTestSupport.framework/IssueReportingTestSupport</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_x86_64-simulator</string>
11+
<string>tvos-arm64</string>
12+
<key>LibraryPath</key>
13+
<string>IssueReportingTestSupport.framework</string>
14+
<key>SupportedArchitectures</key>
15+
<array>
16+
<string>arm64</string>
17+
</array>
18+
<key>SupportedPlatform</key>
19+
<string>tvos</string>
20+
</dict>
21+
<dict>
22+
<key>BinaryPath</key>
23+
<string>IssueReportingTestSupport.framework/IssueReportingTestSupport</string>
24+
<key>LibraryIdentifier</key>
25+
<string>watchos-arm64_x86_64-simulator</string>
1226
<key>LibraryPath</key>
1327
<string>IssueReportingTestSupport.framework</string>
1428
<key>SupportedArchitectures</key>
@@ -17,23 +31,38 @@
1731
<string>x86_64</string>
1832
</array>
1933
<key>SupportedPlatform</key>
20-
<string>ios</string>
34+
<string>watchos</string>
2135
<key>SupportedPlatformVariant</key>
2236
<string>simulator</string>
2337
</dict>
2438
<dict>
2539
<key>BinaryPath</key>
2640
<string>IssueReportingTestSupport.framework/IssueReportingTestSupport</string>
2741
<key>LibraryIdentifier</key>
28-
<string>tvos-arm64</string>
42+
<string>ios-arm64</string>
2943
<key>LibraryPath</key>
3044
<string>IssueReportingTestSupport.framework</string>
3145
<key>SupportedArchitectures</key>
3246
<array>
3347
<string>arm64</string>
3448
</array>
3549
<key>SupportedPlatform</key>
36-
<string>tvos</string>
50+
<string>ios</string>
51+
</dict>
52+
<dict>
53+
<key>BinaryPath</key>
54+
<string>IssueReportingTestSupport.framework/Versions/A/IssueReportingTestSupport</string>
55+
<key>LibraryIdentifier</key>
56+
<string>macos-arm64_x86_64</string>
57+
<key>LibraryPath</key>
58+
<string>IssueReportingTestSupport.framework</string>
59+
<key>SupportedArchitectures</key>
60+
<array>
61+
<string>arm64</string>
62+
<string>x86_64</string>
63+
</array>
64+
<key>SupportedPlatform</key>
65+
<string>macos</string>
3766
</dict>
3867
<dict>
3968
<key>BinaryPath</key>
@@ -53,9 +82,9 @@
5382
</dict>
5483
<dict>
5584
<key>BinaryPath</key>
56-
<string>IssueReportingTestSupport.framework/Versions/A/IssueReportingTestSupport</string>
85+
<string>IssueReportingTestSupport.framework/IssueReportingTestSupport</string>
5786
<key>LibraryIdentifier</key>
58-
<string>ios-arm64_x86_64-maccatalyst</string>
87+
<string>ios-arm64_x86_64-simulator</string>
5988
<key>LibraryPath</key>
6089
<string>IssueReportingTestSupport.framework</string>
6190
<key>SupportedArchitectures</key>
@@ -66,13 +95,13 @@
6695
<key>SupportedPlatform</key>
6796
<string>ios</string>
6897
<key>SupportedPlatformVariant</key>
69-
<string>maccatalyst</string>
98+
<string>simulator</string>
7099
</dict>
71100
<dict>
72101
<key>BinaryPath</key>
73-
<string>IssueReportingTestSupport.framework/Versions/A/IssueReportingTestSupport</string>
102+
<string>IssueReportingTestSupport.framework/IssueReportingTestSupport</string>
74103
<key>LibraryIdentifier</key>
75-
<string>macos-arm64_x86_64</string>
104+
<string>tvos-arm64_x86_64-simulator</string>
76105
<key>LibraryPath</key>
77106
<string>IssueReportingTestSupport.framework</string>
78107
<key>SupportedArchitectures</key>
@@ -81,21 +110,26 @@
81110
<string>x86_64</string>
82111
</array>
83112
<key>SupportedPlatform</key>
84-
<string>macos</string>
113+
<string>tvos</string>
114+
<key>SupportedPlatformVariant</key>
115+
<string>simulator</string>
85116
</dict>
86117
<dict>
87118
<key>BinaryPath</key>
88-
<string>IssueReportingTestSupport.framework/IssueReportingTestSupport</string>
119+
<string>IssueReportingTestSupport.framework/Versions/A/IssueReportingTestSupport</string>
89120
<key>LibraryIdentifier</key>
90-
<string>ios-arm64</string>
121+
<string>ios-arm64_x86_64-maccatalyst</string>
91122
<key>LibraryPath</key>
92123
<string>IssueReportingTestSupport.framework</string>
93124
<key>SupportedArchitectures</key>
94125
<array>
95126
<string>arm64</string>
127+
<string>x86_64</string>
96128
</array>
97129
<key>SupportedPlatform</key>
98130
<string>ios</string>
131+
<key>SupportedPlatformVariant</key>
132+
<string>maccatalyst</string>
99133
</dict>
100134
</array>
101135
<key>CFBundlePackageType</key>

0 commit comments

Comments
 (0)