Skip to content

Commit 4429614

Browse files
committed
Fix libfido2.framework structure for Xcode 26 compatibility
- Convert libfido2.framework from shallow bundle to deep bundle structure - Move Info.plist to Versions/Current/Resources/Info.plist as required by Xcode 26 - Create proper Versions/A directory structure with Current symlink - Add symlinks in framework root pointing to versioned resources This fixes the archiving error: 'contains Info.plist, expected Versions/Current/Resources/Info.plist since the platform does not use shallow bundles' Resolves compatibility issues when archiving apps with Xcode 26.
1 parent 94d496d commit 4429614

File tree

20 files changed

+4
-0
lines changed

20 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Versions/Current/Headers
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Versions/Current/Modules
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Versions/Current/Resources

0 commit comments

Comments
 (0)