-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add repro for XCFramework import issue (#713)
Improve tests to catch issue reported in #712.
- Loading branch information
1 parent
5d32bd1
commit 02c80fc
Showing
30 changed files
with
156 additions
and
22 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
Binary file modified
BIN
+0 Bytes
(100%)
...rkDynamic.xcframework/ios-arm64/BasicXCFrameworkDynamic.framework/BasicXCFrameworkDynamic
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
...cXCFrameworkDynamic.xcframework/ios-arm64/BasicXCFrameworkDynamic.framework/Headers/Bar.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,11 @@ | ||
// | ||
// Bar.h | ||
// BasicXCFrameworkDynamic | ||
// | ||
// Created by Matt Robinson on 5/9/23. | ||
// | ||
|
||
typedef NS_OPTIONS(NSInteger, DynamicXCFrameworkType) { | ||
DynamicXCFrameworkTypeFoo = 1 << 1, | ||
DynamicXCFrameworkTypeBar = 1 << 1, | ||
}; |
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
Binary file modified
BIN
+1 Byte
(100%)
...asicXCFrameworkDynamic.xcframework/ios-arm64/BasicXCFrameworkDynamic.framework/Info.plist
Binary file not shown.
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
Binary file modified
BIN
+0 Bytes
(100%)
...work/ios-arm64_x86_64-simulator/BasicXCFrameworkDynamic.framework/BasicXCFrameworkDynamic
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
...ic.xcframework/ios-arm64_x86_64-simulator/BasicXCFrameworkDynamic.framework/Headers/Bar.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,11 @@ | ||
// | ||
// Bar.h | ||
// BasicXCFrameworkDynamic | ||
// | ||
// Created by Matt Robinson on 5/9/23. | ||
// | ||
|
||
typedef NS_OPTIONS(NSInteger, DynamicXCFrameworkType) { | ||
DynamicXCFrameworkTypeFoo = 1 << 1, | ||
DynamicXCFrameworkTypeBar = 1 << 1, | ||
}; |
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
Binary file modified
BIN
+1 Byte
(100%)
...namic.xcframework/ios-arm64_x86_64-simulator/BasicXCFrameworkDynamic.framework/Info.plist
Binary file not shown.
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
11 changes: 11 additions & 0 deletions
11
tests/ios/xcframeworks/Basic/BasicXCFramework/BasicXCFrameworkDynamic/Bar.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,11 @@ | ||
// | ||
// Bar.h | ||
// BasicXCFrameworkDynamic | ||
// | ||
// Created by Matt Robinson on 5/9/23. | ||
// | ||
|
||
typedef NS_OPTIONS(NSInteger, DynamicXCFrameworkType) { | ||
DynamicXCFrameworkTypeFoo = 1 << 1, | ||
DynamicXCFrameworkTypeBar = 1 << 1, | ||
}; |
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
Binary file modified
BIN
+0 Bytes
(100%)
...eworkStatic.xcframework/ios-arm64/BasicXCFrameworkStatic.framework/BasicXCFrameworkStatic
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
...sicXCFrameworkStatic.xcframework/ios-arm64/BasicXCFrameworkStatic.framework/Headers/Bar.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,11 @@ | ||
// | ||
// Bar.h | ||
// BasicXCFramework | ||
// | ||
// Created by Matt Robinson on 5/9/23. | ||
// | ||
|
||
typedef NS_OPTIONS(NSInteger, StaticXCFrameworkType) { | ||
StaticXCFrameworkTypeFoo = 1 << 1, | ||
StaticXCFrameworkTypeBar = 1 << 1, | ||
}; |
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
Binary file modified
BIN
+1 Byte
(100%)
.../BasicXCFrameworkStatic.xcframework/ios-arm64/BasicXCFrameworkStatic.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...tatic.xcframework/ios-arm64/BasicXCFrameworkStatic.framework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
....xcframework/ios-arm64/BasicXCFrameworkStatic.framework/_CodeSignature/CodeRequirements-1
Binary file not shown.
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
Binary file modified
BIN
+0 Bytes
(100%)
...tatic.xcframework/ios-arm64/BasicXCFrameworkStatic.framework/_CodeSignature/CodeSignature
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...mework/ios-arm64_x86_64-simulator/BasicXCFrameworkStatic.framework/BasicXCFrameworkStatic
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
...tic.xcframework/ios-arm64_x86_64-simulator/BasicXCFrameworkStatic.framework/Headers/Bar.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,11 @@ | ||
// | ||
// Bar.h | ||
// BasicXCFramework | ||
// | ||
// Created by Matt Robinson on 5/9/23. | ||
// | ||
|
||
typedef NS_OPTIONS(NSInteger, StaticXCFrameworkType) { | ||
StaticXCFrameworkTypeFoo = 1 << 1, | ||
StaticXCFrameworkTypeBar = 1 << 1, | ||
}; |
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
Binary file modified
BIN
+1 Byte
(100%)
...Static.xcframework/ios-arm64_x86_64-simulator/BasicXCFrameworkStatic.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
.../ios-arm64_x86_64-simulator/BasicXCFrameworkStatic.framework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...arm64_x86_64-simulator/BasicXCFrameworkStatic.framework/_CodeSignature/CodeRequirements-1
Binary file not shown.
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
11 changes: 11 additions & 0 deletions
11
tests/ios/xcframeworks/Basic/BasicXCFramework/BasicXCFrameworkStatic/Bar.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,11 @@ | ||
// | ||
// Bar.h | ||
// BasicXCFramework | ||
// | ||
// Created by Matt Robinson on 5/9/23. | ||
// | ||
|
||
typedef NS_OPTIONS(NSInteger, StaticXCFrameworkType) { | ||
StaticXCFrameworkTypeFoo = 1 << 1, | ||
StaticXCFrameworkTypeBar = 1 << 1, | ||
}; |
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