// Core config AppLoader.Mac: bin/mac AppLoader.Windows: bin/win Uno.Exe: bin/uno.exe if WIN32 { AppLoader.Exe: bin/win/uno-app.exe Uno.Command: bin/uno.exe } else if MAC { AppLoader.Exe: bin/mac/uno-app.exe Uno.Command: bin/uno.js } else { AppLoader.Exe: bin/generic/uno-app.exe Uno.Command: bin/uno.js } // Package config Packages.SourcePaths += lib // Tooling Android.Emulator.Architecture: x86_64 iOS.Simulator.Device: iPhone-14