You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print(f"Versions: {version_dict} from location "+rf"./{const.APPDIR}/obj/Release/{precommands.framework}/ios-arm64/ipa/Payload/{EXENAME}.app/Microsoft.Maui.dll")
Copy file name to clipboardExpand all lines: src/scenarios/mauiios/pre.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
remove_aab_files(output_dir)
35
35
36
36
# Copy the MauiVersion to a file so we have it on the machine
37
-
#maui_version = get_version_from_dll_powershell(rf".\{const.APPDIR}\obj\Release\{precommands.framework}\android-arm64\linked\Microsoft.Maui.dll") # TODO: Figure out another way to get the Maui Version
0 commit comments