-
Notifications
You must be signed in to change notification settings - Fork 25
/
include.xml
29 lines (23 loc) · 1.05 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
28
29
<?xml version="1.0" encoding="UTF-8"?>
<extension
xmlns="http://lime.openfl.org/project/1.0.4"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://lime.openfl.org/project/1.0.4 http://lime.openfl.org/xsd/project-1.0.4.xsd">
<section if="android">
<dependency name="admob" path="project/admob-android" />
<config:android extension="org.haxe.extension.Admob" />
</section>
<section if="ios">
<section unless="simulator">
<dependency path="project/admob-ios/frameworks/arm64/GoogleMobileAds.framework" />
<dependency path="project/admob-ios/frameworks/arm64/UserMessagingPlatform.framework" />
</section>
<section if="simulator">
<dependency path="project/admob-ios/frameworks/arm64_x86_64-simulator/GoogleMobileAds.framework" />
<dependency path="project/admob-ios/frameworks/arm64_x86_64-simulator/UserMessagingPlatform.framework" />
</section>
<dependency name="JavaScriptCore.framework" />
<dependency name="AppTrackingTransparency.framework" />
<template path="templates" />
</section>
</extension>