-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d8747b
commit 1a7a861
Showing
70 changed files
with
3,525 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
102 changes: 102 additions & 0 deletions
102
Sources/IssueReportingTestSupport.xcframework/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
<?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/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</string> | ||
<key>LibraryPath</key> | ||
<string>IssueReportingTestSupport.framework</string> | ||
<key>SupportedArchitectures</key> | ||
<array> | ||
<string>arm64</string> | ||
</array> | ||
<key>SupportedPlatform</key> | ||
<string>ios</string> | ||
</dict> | ||
<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/IssueReportingTestSupport</string> | ||
<key>LibraryIdentifier</key> | ||
<string>watchos-arm64_arm64_32</string> | ||
<key>LibraryPath</key> | ||
<string>IssueReportingTestSupport.framework</string> | ||
<key>SupportedArchitectures</key> | ||
<array> | ||
<string>arm64</string> | ||
<string>arm64_32</string> | ||
</array> | ||
<key>SupportedPlatform</key> | ||
<string>watchos</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>xros-arm64</string> | ||
<key>LibraryPath</key> | ||
<string>IssueReportingTestSupport.framework</string> | ||
<key>SupportedArchitectures</key> | ||
<array> | ||
<string>arm64</string> | ||
</array> | ||
<key>SupportedPlatform</key> | ||
<string>xros</string> | ||
</dict> | ||
</array> | ||
<key>CFBundlePackageType</key> | ||
<string>XFWK</string> | ||
<key>XCFrameworkFormatVersion</key> | ||
<string>1.0</string> | ||
</dict> | ||
</plist> |
18 changes: 18 additions & 0 deletions
18
...amework/ios-arm64/IssueReportingTestSupport.framework/Headers/IssueReportingTestSupport.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// | ||
// IssueReportingTestSupport.h | ||
// IssueReportingTestSupport | ||
// | ||
// Created by Stephen Celis on 7/11/24. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
//! Project version number for IssueReportingTestSupport. | ||
FOUNDATION_EXPORT double IssueReportingTestSupportVersionNumber; | ||
|
||
//! Project version string for IssueReportingTestSupport. | ||
FOUNDATION_EXPORT const unsigned char IssueReportingTestSupportVersionString[]; | ||
|
||
// In this header, you should import all the public headers of your framework using statements like #import <IssueReportingTestSupport/PublicHeader.h> | ||
|
||
|
Binary file added
BIN
+785 Bytes
...ReportingTestSupport.xcframework/ios-arm64/IssueReportingTestSupport.framework/Info.plist
Binary file not shown.
Binary file added
BIN
+68.8 KB
...pport.xcframework/ios-arm64/IssueReportingTestSupport.framework/IssueReportingTestSupport
Binary file not shown.
Oops, something went wrong.