Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Shenshin <[email protected]>
  • Loading branch information
AlexanderShenshin committed Apr 28, 2024
1 parent 473c895 commit f0b3387
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions example/ios/EudiWalletKitReactNativeExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! -->
<key>NSAllowsArbitraryLoads</key>
<false/>
<key>NSAllowsLocalNetworking</key>
Expand Down
1 change: 0 additions & 1 deletion ios/Sources/Model/JSDocument.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ struct JSDocument: Encodable {
// TODO: Find a way to resolve createdAt timestamp
self.createdAt = nil
self.namespaces = mdocModel.nameSpaces ?? [String]()

self.namespacedData = mdocModel.toJson(base64: false).mapValues {
let orderedDictionary = $0 as! OrderedDictionary<String, Any>

Expand Down

0 comments on commit f0b3387

Please sign in to comment.