1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-09-05 13:27:39 +00:00
Funkin/source/funkin/external/ios/project/Build.xml
2025-09-04 13:32:06 +07:00

28 lines
627 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<xml>
<pragma once="true" />
<files id="haxe">
<compilerflag value="-I${this_dir}/include" />
</files>
<files id="__main__">
<compilerflag value="-I${this_dir}/include" />
</files>
<files id="external-ios">
<compilerflag value="-I${this_dir}/include" />
<file name="${this_dir}/src/ScreenUtil.mm" />
<file name="${this_dir}/src/AudioSession.mm" />
</files>
<target id="haxe">
<vflag name="-framework" value="UIKit" />
<vflag name="-framework" value="Foundation" />
<vflag name="-framework" value="AVFAudio" />
<files id="external-ios" />
</target>
</xml>