-
Notifications
You must be signed in to change notification settings - Fork 25
/
include.xml
27 lines (23 loc) · 1.03 KB
/
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
<?xml version="1.0" encoding="utf-8"?>
<extension>
<section if="android">
<section unless="openfl-legacy || openfl-next">
<!--<echo value="ALERT: Setting GoolePlayServices to the last version on your SDK. Please read how to upgrade and choose your version here: https://github.com/player-03/google-play-services" unless="playServicesVersion" />-->
<set name="playServicesVersion" value="+" unless="playServicesVersion" />
</section>
<section if="openfl-legacy || openfl-next">
<set name="google-play-services-basement" />
<set name="google-play-services-ads-lite" />
</section>
<dependency name="admobex" path="dependencies/admobex" />
</section>
<section if="ios">
<ndll name="admobex" />
<dependency path="frameworks/GoogleMobileAds.framework" />
<dependency path="frameworks/UserMessagingPlatform.framework" />
<dependency name="JavaScriptCore.framework" />
<dependency name="AppTrackingTransparency.framework" />
<template path="templates" />
<config:ios linker-flags="-ObjC"/>
</section>
</extension>