|
1 | 1 | <?xml version="1.0" encoding="utf-8" standalone="no"?>
|
2 | 2 | <application xmlns="http://ns.adobe.com/air/application/33.1">
|
3 |
| - <id>com.distriqt.test</id> |
4 |
| - <filename>TestIDFA</filename> |
5 |
| - <name>TestIDFA</name> |
6 |
| - <versionNumber>0.0.1</versionNumber> |
| 3 | + <id>com.distriqt.test</id> |
| 4 | + <filename>TestIDFA</filename> |
| 5 | + <name>TestIDFA</name> |
| 6 | + <versionNumber>0.0.1</versionNumber> |
7 | 7 |
|
8 |
| - <initialWindow> |
9 |
| - <content>[This value will be overwritten by Flash Builder in the output app.xml]</content> |
10 |
| - <autoOrients>true</autoOrients> |
11 |
| - <fullScreen>false</fullScreen> |
12 |
| - <visible>true</visible> |
13 |
| - <renderMode>direct</renderMode> |
14 |
| - </initialWindow> |
| 8 | + <initialWindow> |
| 9 | + <content>[This value will be overwritten by Flash Builder in the output app.xml]</content> |
| 10 | + <autoOrients>true</autoOrients> |
| 11 | + <fullScreen>false</fullScreen> |
| 12 | + <visible>true</visible> |
| 13 | + <renderMode>direct</renderMode> |
| 14 | + </initialWindow> |
15 | 15 |
|
16 |
| - <icon> |
17 |
| - <image16x16>icons/icon16x16.png</image16x16> |
18 |
| - <image29x29>icons/icon29x29.png</image29x29> |
19 |
| - <image32x32>icons/icon32x32.png</image32x32> |
20 |
| - <image36x36>icons/icon36x36.png</image36x36> |
21 |
| - <image48x48>icons/icon48x48.png</image48x48> |
22 |
| - <image57x57>icons/icon57x57.png</image57x57> |
23 |
| - <image72x72>icons/icon72x72.png</image72x72> |
24 |
| - <image76x76>icons/icon76x76.png</image76x76> |
25 |
| - <image114x114>icons/icon114x114.png</image114x114> |
26 |
| - <image120x120>icons/icon120x120.png</image120x120> |
27 |
| - <image128x128>icons/icon128x128.png</image128x128> |
28 |
| - <image152x152>icons/icon152x152.png</image152x152> |
29 |
| - <image512x512>icons/icon512x512.png</image512x512> |
30 |
| - </icon> |
| 16 | + <icon> |
| 17 | + <image16x16>icons/icon16x16.png</image16x16> |
| 18 | + <image29x29>icons/icon29x29.png</image29x29> |
| 19 | + <image32x32>icons/icon32x32.png</image32x32> |
| 20 | + <image36x36>icons/icon36x36.png</image36x36> |
| 21 | + <image48x48>icons/icon48x48.png</image48x48> |
| 22 | + <image57x57>icons/icon57x57.png</image57x57> |
| 23 | + <image72x72>icons/icon72x72.png</image72x72> |
| 24 | + <image76x76>icons/icon76x76.png</image76x76> |
| 25 | + <image114x114>icons/icon114x114.png</image114x114> |
| 26 | + <image120x120>icons/icon120x120.png</image120x120> |
| 27 | + <image128x128>icons/icon128x128.png</image128x128> |
| 28 | + <image152x152>icons/icon152x152.png</image152x152> |
| 29 | + <image512x512>icons/icon512x512.png</image512x512> |
| 30 | + </icon> |
31 | 31 |
|
32 |
| - <iPhone> |
33 |
| - <InfoAdditions><![CDATA[ |
34 |
| - <key>UIDeviceFamily</key> |
35 |
| - <array> |
36 |
| - <string>1</string> |
37 |
| - <string>2</string> |
38 |
| - </array> |
| 32 | + <iPhone> |
| 33 | + <InfoAdditions><![CDATA[ |
| 34 | + <key>UIDeviceFamily</key> |
| 35 | + <array> |
| 36 | + <string>1</string> |
| 37 | + <string>2</string> |
| 38 | + </array> |
39 | 39 |
|
40 |
| - <key>NSUserTrackingUsageDescription</key> |
41 |
| - <string>This identifier will be used to deliver personalized ads to you.</string> |
| 40 | + <key>NSUserTrackingUsageDescription</key> |
| 41 | + <string>This identifier will be used to deliver personalized ads to you.</string> |
42 | 42 |
|
43 |
| - ]]></InfoAdditions> |
44 |
| - <requestedDisplayResolution>high</requestedDisplayResolution> |
45 |
| - <Entitlements> |
46 |
| - <![CDATA[ |
47 |
| - ]]> |
48 |
| - </Entitlements> |
49 |
| - </iPhone> |
| 43 | + ]]></InfoAdditions> |
| 44 | + <requestedDisplayResolution>high</requestedDisplayResolution> |
| 45 | + <Entitlements> |
| 46 | + <![CDATA[ |
| 47 | + ]]> |
| 48 | + </Entitlements> |
| 49 | + </iPhone> |
50 | 50 |
|
51 |
| - <android> |
52 |
| - <manifestAdditions><![CDATA[ |
53 |
| - <manifest android:installLocation="auto" > |
| 51 | + <android> |
| 52 | + <manifestAdditions><![CDATA[ |
| 53 | + <manifest android:installLocation="auto" > |
54 | 54 |
|
55 |
| - <uses-permission android:name="android.permission.INTERNET"/> |
| 55 | + <uses-permission android:name="android.permission.INTERNET"/> |
56 | 56 |
|
57 |
| - <application android:hardwareAccelerated="true"> |
| 57 | + <uses-permission android:name="com.google.android.gms.permission.AD_ID" /> |
58 | 58 |
|
59 |
| - <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" /> |
| 59 | + <application android:hardwareAccelerated="true"> |
60 | 60 |
|
61 |
| - </application> |
62 |
| - </manifest> |
63 |
| - ]]></manifestAdditions> |
64 |
| - </android> |
| 61 | + <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" /> |
65 | 62 |
|
66 |
| - <extensions> |
67 |
| - <extensionID>com.distriqt.IDFA</extensionID> |
68 |
| - <extensionID>com.distriqt.Core</extensionID> |
| 63 | + <activity android:name="com.google.android.gms.common.api.GoogleApiActivity" |
| 64 | + android:theme="@android:style/Theme.Translucent.NoTitleBar" |
| 65 | + android:exported="false" /> |
| 66 | + |
| 67 | + </application> |
| 68 | + </manifest> |
| 69 | + ]]></manifestAdditions> |
| 70 | + </android> |
69 | 71 |
|
70 |
| - <extensionID>com.distriqt.playservices.Base</extensionID> |
71 |
| - <extensionID>com.distriqt.playservices.AdsIdentifier</extensionID> |
| 72 | + <extensions> |
| 73 | + <extensionID>com.distriqt.IDFA</extensionID> |
| 74 | + <extensionID>com.distriqt.Core</extensionID> |
72 | 75 |
|
73 |
| - <extensionID>androidx.core</extensionID> |
74 |
| - </extensions> |
| 76 | + <extensionID>com.distriqt.playservices.Base</extensionID> |
| 77 | + <extensionID>com.distriqt.playservices.AdsIdentifier</extensionID> |
| 78 | + |
| 79 | + <extensionID>androidx.core</extensionID> |
| 80 | + </extensions> |
75 | 81 |
|
76 | 82 | </application>
|
0 commit comments