Skip to content

Commit 0794dda

Browse files
committed
wip
1 parent 390623e commit 0794dda

File tree

143 files changed

+6261
-2
lines changed

Some content is hidden

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

143 files changed

+6261
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ let testSupportVersion: Version = "0.1.0"
4040
name: "IssueReportingTestSupport",
4141
// url: "https://github.com/pointfreeco/swift-issue-reporting-support/release/\(testSupportVersion)/TODO",
4242
// checksum: "TODO"
43-
path: "Sources/IssueReportingTestSupport.xcframework"
43+
path: "Sources/IssueReportingTestSupport.509.xcframework"
4444
)
4545
)
4646
#else

Package@swift-6.0.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ let testSupportVersion: Version = "0.1.0"
4141
name: "IssueReportingTestSupport",
4242
// url: "https://github.com/pointfreeco/swift-issue-reporting-support/release/\(testSupportVersion)/TODO",
4343
// checksum: "TODO"
44-
path: "Sources/IssueReportingTestSupport.xcframework"
44+
path: "Sources/IssueReportingTestSupport.600.xcframework"
4545
)
4646
)
4747
#else
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>AvailableLibraries</key>
6+
<array>
7+
<dict>
8+
<key>BinaryPath</key>
9+
<string>IssueReportingTestSupport.framework/IssueReportingTestSupport</string>
10+
<key>LibraryIdentifier</key>
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/Versions/A/IssueReportingTestSupport</string>
24+
<key>LibraryIdentifier</key>
25+
<string>macos-arm64_x86_64</string>
26+
<key>LibraryPath</key>
27+
<string>IssueReportingTestSupport.framework</string>
28+
<key>SupportedArchitectures</key>
29+
<array>
30+
<string>arm64</string>
31+
<string>x86_64</string>
32+
</array>
33+
<key>SupportedPlatform</key>
34+
<string>macos</string>
35+
</dict>
36+
<dict>
37+
<key>BinaryPath</key>
38+
<string>IssueReportingTestSupport.framework/IssueReportingTestSupport</string>
39+
<key>LibraryIdentifier</key>
40+
<string>ios-arm64_x86_64-simulator</string>
41+
<key>LibraryPath</key>
42+
<string>IssueReportingTestSupport.framework</string>
43+
<key>SupportedArchitectures</key>
44+
<array>
45+
<string>arm64</string>
46+
<string>x86_64</string>
47+
</array>
48+
<key>SupportedPlatform</key>
49+
<string>ios</string>
50+
<key>SupportedPlatformVariant</key>
51+
<string>simulator</string>
52+
</dict>
53+
<dict>
54+
<key>BinaryPath</key>
55+
<string>IssueReportingTestSupport.framework/IssueReportingTestSupport</string>
56+
<key>LibraryIdentifier</key>
57+
<string>watchos-arm64_arm64_32_armv7k</string>
58+
<key>LibraryPath</key>
59+
<string>IssueReportingTestSupport.framework</string>
60+
<key>SupportedArchitectures</key>
61+
<array>
62+
<string>arm64</string>
63+
<string>arm64_32</string>
64+
<string>armv7k</string>
65+
</array>
66+
<key>SupportedPlatform</key>
67+
<string>watchos</string>
68+
</dict>
69+
<dict>
70+
<key>BinaryPath</key>
71+
<string>IssueReportingTestSupport.framework/IssueReportingTestSupport</string>
72+
<key>LibraryIdentifier</key>
73+
<string>ios-arm64</string>
74+
<key>LibraryPath</key>
75+
<string>IssueReportingTestSupport.framework</string>
76+
<key>SupportedArchitectures</key>
77+
<array>
78+
<string>arm64</string>
79+
</array>
80+
<key>SupportedPlatform</key>
81+
<string>ios</string>
82+
</dict>
83+
</array>
84+
<key>CFBundlePackageType</key>
85+
<string>XFWK</string>
86+
<key>XCFrameworkFormatVersion</key>
87+
<string>1.0</string>
88+
</dict>
89+
</plist>

0 commit comments

Comments
 (0)