Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Jul 11, 2024
1 parent 390623e commit 0794dda
Show file tree
Hide file tree
Showing 143 changed files with 6,261 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let testSupportVersion: Version = "0.1.0"
name: "IssueReportingTestSupport",
// url: "https://github.com/pointfreeco/swift-issue-reporting-support/release/\(testSupportVersion)/TODO",
// checksum: "TODO"
path: "Sources/IssueReportingTestSupport.xcframework"
path: "Sources/IssueReportingTestSupport.509.xcframework"
)
)
#else
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ let testSupportVersion: Version = "0.1.0"
name: "IssueReportingTestSupport",
// url: "https://github.com/pointfreeco/swift-issue-reporting-support/release/\(testSupportVersion)/TODO",
// checksum: "TODO"
path: "Sources/IssueReportingTestSupport.xcframework"
path: "Sources/IssueReportingTestSupport.600.xcframework"
)
)
#else
Expand Down
89 changes: 89 additions & 0 deletions Sources/IssueReportingTestSupport.509.xcframework/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>IssueReportingTestSupport.framework/IssueReportingTestSupport</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>IssueReportingTestSupport.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>IssueReportingTestSupport.framework/Versions/A/IssueReportingTestSupport</string>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>IssueReportingTestSupport.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>IssueReportingTestSupport.framework/IssueReportingTestSupport</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>IssueReportingTestSupport.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>IssueReportingTestSupport.framework/IssueReportingTestSupport</string>
<key>LibraryIdentifier</key>
<string>watchos-arm64_arm64_32_armv7k</string>
<key>LibraryPath</key>
<string>IssueReportingTestSupport.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>arm64_32</string>
<string>armv7k</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>IssueReportingTestSupport.framework/IssueReportingTestSupport</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>IssueReportingTestSupport.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
</plist>
Loading

0 comments on commit 0794dda

Please sign in to comment.