forked from ImpacGroup/Cordova-Plugin-Tracking-Transparency
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.xml
38 lines (32 loc) · 1.6 KB
/
plugin.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
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-tracking-transparency" version="1.0.4">
<name>Impac Tracking Transperency</name>
<description>Cordova plugin to use the App Tracking Transparency framework for iOS 14.5 and above.</description>
<license>MIT</license>
<keywords>cordova,ios,ATT,App Tracking Transparency,Tracking,Apple,iOS</keywords>
<repo>https://github.com/ImpacGroup/Cordova-Plugin-Tracking-Transparency.git</repo>
<issue>https://github.com/ImpacGroup/Cordova-Plugin-Tracking-Transparency/issues</issue>
<engines>
<engine name="cordova" version=">=4.0.2"/>
</engines>
<js-module src="www/tracking.js" name="impacTracking">
<clobbers target="window.plugins.impacTracking" />
</js-module>
<platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="ImpacTracking">
<param name="ios-package" value="ImpacTracking"/>
</feature>
</config-file>
<source-file src="src/IMPTrackingFacade.swift"/>
<source-file src="src/IMPTrackingManager.swift"/>
<source-file src="src/InfoTableViewCell.swift"/>
<source-file src="src/InfoViewController.swift"/>
<source-file src="src/TrackingRequestInfo.swift"/>
<source-file src="src/UIColor-Extension.swift"/>
<source-file src="src/InfoTableViewCell.xib"/>
<source-file src="src/InfoViewController.xib"/>
</platform>
</plugin>