Reuse info.plist and other files #16779
Unanswered
PavloLukianets
asked this question in
Q&A
Replies: 1 comment
-
I tried something similar, but File-Linking didn't work. copy /Y "....\AppLabels$(_AppLabelFolderName)\Info.plist" "$(ProjectDir)Platforms\iOS\Info.plist" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently i am trying to link the existing info.plist and other files such as Entitlements, GoogleService-Info.plist to reuse them in our old xamarin project and new Maui project. Is it possible?
I am expecting something like this to work
Beta Was this translation helpful? Give feedback.
All reactions