-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an issue where importing iZettleSDK from Swift files failed compi…
- Loading branch information
Showing
13 changed files
with
914 additions
and
176 deletions.
There are no files selected for viewing
406 changes: 406 additions & 0 deletions
406
...nts.xcframework/ios-armv7_arm64/iZettlePayments.framework/Headers/iZettlePayments-Swift.h
Large diffs are not rendered by default.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
...lePayments.xcframework/ios-armv7_arm64/iZettlePayments.framework/Modules/module.modulemap
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,7 @@ | ||
framework module iZettlePayments | ||
{} | ||
|
||
module iZettlePayments.Swift { | ||
header "iZettlePayments-Swift.h" | ||
requires objc | ||
} |
Oops, something went wrong.