forked from yupswing/akifox-asynchttp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.xml
34 lines (24 loc) · 1 KB
/
project.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="OpenFL AsyncHttp Example" package="com.sample.test" version="1.0.0" company="Akifox Studio"/>
<app main="Main" path="bin" file="example"/>
<window width="600" height="600"/>
<source path="Source"/>
<haxelib name="openfl"/>
<haxelib name="akifox-asynchttp"/>
<assets path="Assets" rename="assets" exclude="lime.svg"/>
<icon path="Assets/lime.svg"/>
<!-- ################################ ANDROID ################################ -->
<android target-sdk-version="22" install-location="preferExternal"/>
<section unless="x86">
<compilerflag name="-DHXCPP_X86"/>
<architecture name="armv7"/>
</section>
<section if="x86">
<compilerflag name="-DHXCPP_X86"/>
<architecture name="x86"/>
</section>
<!-- ################################## IOS ################################## -->
<ios deployment="6" binaries="armv7" devices="universal" prerendered-icon="true"/>
<launchImage path="assets/lime.svg"/>
</project>