Skip to content

Commit

Permalink
fix typo bug in iOS files
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhichao Link committed Dec 19, 2023
1 parent 670a14c commit 5e56656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Plugins/iOS/.Swift/UnityManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ extension UnityManager {
let dAppIconUrl = URL(string: dAppIconString) != nil ? URL(string: dAppIconString)! : URL(string: "https://static.particle.network/wallet-icons/Particle.png")!

let dAppUrl = URL(string: dAppUrlString) != nil ? URL(string: dAppUrlString)! : URL(string: "https://static.particle.network")!
let description = data["metaData"]["description"].stringValue
let description = data["metadata"]["description"].stringValue

let dAppData = DAppMetaData(name: dAppName, icon: dAppIconUrl, url: dAppUrl, description: description)

Expand Down

0 comments on commit 5e56656

Please sign in to comment.