-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IOPID-1714] handle malformed response on iOS (#51)
> [!Warning] > This PR depends on pagopa/io-cie-ios-sdk#10 This PR handle malformed responses to avoid crashes on iOS devices in those use cases. ## List of changes - Update the iOS framework coming from [here](pagopa/io-cie-ios-sdk#10).
- Loading branch information
1 parent
50018c4
commit a7ecf9a
Showing
9 changed files
with
133 additions
and
77 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 not shown.
Binary file modified
BIN
-4 Bytes
(100%)
...esdkios.framework/Modules/iociesdkios.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
Binary file not shown.
Binary file modified
BIN
-4 Bytes
(99%)
.ios/iociesdkios.framework/Modules/iociesdkios.swiftmodule/arm64-apple-ios.swiftdoc
Binary file not shown.
Binary file modified
BIN
+9.95 KB
(110%)
.ios/iociesdkios.framework/Modules/iociesdkios.swiftmodule/arm64-apple-ios.swiftmodule
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
framework module iociesdkios { | ||
umbrella header "iociesdkios.h" | ||
|
||
export * | ||
|
||
module * { export * } | ||
} | ||
|
||
|
Oops, something went wrong.