mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-09-05 13:27:39 +00:00
28 lines
627 B
XML
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>
|