Skip to content

Commit

Permalink
minor ios fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Musab Hussain committed Jan 29, 2023
1 parent 8ddcf2a commit cabe6b2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Assets/Plugins/Web3AuthSDK/Editor/BuildPostProcess.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@ public static void OnPostprocessBuild(BuildTarget target, string pathToBuiltProj
urlSchemes.AddString(uri.Scheme);

infoPlist.WriteToFile(infoPlistPath);



using (StreamWriter sw = File.AppendText(pathToBuiltProject + "/Podfile"))
{
sw.WriteLine("pod 'Firebase/Messaging', '6.6.0'\n");
}


#endif
}
}

0 comments on commit cabe6b2

Please sign in to comment.