forked from hyperfiction/HypGA
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathinclude.xml
31 lines (23 loc) · 1023 Bytes
/
include.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
<?xml version="1.0" encoding="utf-8"?>
<project>
<ndll name="ganalytics" if="ios" />
<section if="android">
<section if="openfl-legacy || openfl-next">
<set name="google-play-services-basement" />
<set name="google-play-services-analytics-impl" />
<haxelib name="extension-googleplayservices-basement" />
</section>
<section unless="openfl-legacy || openfl-next">
<set name="google-analytics" />
<haxelib name="google-play-services" />
</section>
</section>
<!-- Use the following for an Android Java extension, not needed otherwise -->
<dependency name="ganalytics" path="dependencies/android" if="android" />
<android extension="org.haxe.extension.GAnalytics" />
<dependency name="CFNetwork.framework" if="ios" />
<dependency name="CoreData.framework" if="ios" />
<dependency name="SystemConfiguration.framework" if="ios" />
<dependency name="sqlite3" if="ios"/>
<dependency name="dependencies/ios/libs/libGoogleAnalyticsServices.a" if="ios"/>
</project>