-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
171 changed files
with
312 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
2100.9999/ | ||
2018.3326/universal |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
dependencies { | ||
implementation("com.appodeal.ads.sdk.networks:applovin:2.10.1.14") | ||
} |
This file was deleted.
Oops, something went wrong.
Binary file modified
BIN
-46.3 MB
(12%)
plugins/2018.3326/iphone-sim/AppLovinSDK.framework/AppLovinSDK
100644 → 100755
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-1.45 MB
(38%)
plugins/2018.3326/iphone-sim/libAPDAppLovinAdapter.a
100644 → 100755
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
plugins/2018.3326/iphone-sim/resources/AppLovinSDKResources.bundle/ALConsentFlowATT.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"states": [{ | ||
"id": 14, | ||
"is_initial_state": true, | ||
"type": "att", | ||
"destination_state_id": 99 | ||
}, { | ||
"id": 99, | ||
"type": "reinit" | ||
}] | ||
} |
33 changes: 33 additions & 0 deletions
33
...018.3326/iphone-sim/resources/AppLovinSDKResources.bundle/ALConsentFlowPrivacyPolicy.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"states": [{ | ||
"id": 1, | ||
"is_initial_state": true, | ||
"type": "alert", | ||
"title": { | ||
"key": "PP_TITLE", | ||
"replacements": ["<APP_NAME>"] | ||
}, | ||
"message": { | ||
"key": "AGREE_MESSAGE" | ||
}, | ||
"transitions": [{ | ||
"title": { | ||
"key": "AGREE_TO_TERMS_BUTTON_TITLE" | ||
}, | ||
"style": "default", | ||
"destination_state_id": 12 | ||
}] | ||
}, { | ||
"id": 11, | ||
"type": "pp" | ||
}, { | ||
"id": 12, | ||
"type": "event", | ||
"name": "tos_ok", | ||
"destination_state_id": 99 | ||
}, { | ||
"id": 99, | ||
"type": "reinit" | ||
}] | ||
} | ||
|
36 changes: 36 additions & 0 deletions
36
...26/iphone-sim/resources/AppLovinSDKResources.bundle/ALConsentFlowPrivacyPolicyAndATT.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"states": [{ | ||
"id": 1, | ||
"is_initial_state": true, | ||
"type": "alert", | ||
"title": { | ||
"key": "PP_TITLE", | ||
"replacements": ["<APP_NAME>"] | ||
}, | ||
"message": { | ||
"key": "AGREE_MESSAGE" | ||
}, | ||
"transitions": [{ | ||
"title": { | ||
"key": "AGREE_TO_TERMS_BUTTON_TITLE" | ||
}, | ||
"style": "default", | ||
"destination_state_id": 12 | ||
}] | ||
}, { | ||
"id": 11, | ||
"type": "pp" | ||
}, { | ||
"id": 12, | ||
"type": "event", | ||
"name": "tos_ok", | ||
"destination_state_id": 14 | ||
}, { | ||
"id": 14, | ||
"type": "att", | ||
"destination_state_id": 99 | ||
}, { | ||
"id": 99, | ||
"type": "reinit" | ||
}] | ||
} |
35 changes: 35 additions & 0 deletions
35
...im/resources/AppLovinSDKResources.bundle/ALConsentFlowTermsOfServiceAndPrivacyPolicy.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"states": [{ | ||
"id": 1, | ||
"is_initial_state": true, | ||
"type": "alert", | ||
"title": { | ||
"key": "PP_AND_TOS_TITLE", | ||
"replacements": ["<APP_NAME>"] | ||
}, | ||
"message": { | ||
"key": "AGREE_MESSAGE" | ||
}, | ||
"transitions": [{ | ||
"title": { | ||
"key": "AGREE_TO_TERMS_BUTTON_TITLE" | ||
}, | ||
"style": "default", | ||
"destination_state_id": 12 | ||
}] | ||
}, { | ||
"id": 10, | ||
"type": "tos" | ||
}, { | ||
"id": 11, | ||
"type": "pp" | ||
}, { | ||
"id": 12, | ||
"type": "event", | ||
"name": "tos_ok", | ||
"destination_state_id": 99 | ||
}, { | ||
"id": 99, | ||
"type": "reinit" | ||
}] | ||
} |
39 changes: 39 additions & 0 deletions
39
...ources/AppLovinSDKResources.bundle/ALConsentFlowTermsOfServiceAndPrivacyPolicyAndATT.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"states": [{ | ||
"id": 1, | ||
"is_initial_state": true, | ||
"type": "alert", | ||
"title": { | ||
"key": "PP_AND_TOS_TITLE", | ||
"replacements": ["<APP_NAME>"] | ||
}, | ||
"message": { | ||
"key": "AGREE_MESSAGE" | ||
}, | ||
"transitions": [{ | ||
"title": { | ||
"key": "AGREE_TO_TERMS_BUTTON_TITLE" | ||
}, | ||
"style": "default", | ||
"destination_state_id": 12 | ||
}] | ||
}, { | ||
"id": 10, | ||
"type": "tos" | ||
}, { | ||
"id": 11, | ||
"type": "pp" | ||
}, { | ||
"id": 12, | ||
"type": "event", | ||
"name": "tos_ok", | ||
"destination_state_id": 14 | ||
}, { | ||
"id": 14, | ||
"type": "att", | ||
"destination_state_id": 99 | ||
}, { | ||
"id": 99, | ||
"type": "reinit" | ||
}] | ||
} |
Binary file added
BIN
+5.44 KB
...ins/2018.3326/iphone-sim/resources/AppLovinSDKResources.bundle/ALDDetailTableViewCell.nib
Binary file not shown.
Binary file removed
BIN
-1016 Bytes
...dNetworkViewController.storyboardc/ALDMediatedNetworkViewController.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-1016 Bytes
...ediatedNetworkViewController.storyboardc/ALDMediatedNetworkViewController.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-9.92 KB
...ediatedNetworkViewController.storyboardc/quf-ks-53r-view-BrY-ch-ahN.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-10 KB
...e/ALDMediatedNetworkViewController.storyboardc/quf-ks-53r-view-BrY-ch-ahN.nib/runtime.nib
Binary file not shown.
Binary file added
BIN
+12.7 KB
...dle/ALDMultiAdViewController.storyboardc/3jf-B1-XNL-view-Iqa-CO-DFs.nib/objects-11.0+.nib
Binary file not shown.
Binary file added
BIN
+12.2 KB
...es.bundle/ALDMultiAdViewController.storyboardc/3jf-B1-XNL-view-Iqa-CO-DFs.nib/runtime.nib
Binary file not shown.
Binary file added
BIN
+1.07 KB
...undle/ALDMultiAdViewController.storyboardc/ALDMultiAdViewController.nib/objects-11.0+.nib
Binary file not shown.
Binary file added
BIN
+1.07 KB
...rces.bundle/ALDMultiAdViewController.storyboardc/ALDMultiAdViewController.nib/runtime.nib
Binary file not shown.
File renamed without changes.
Binary file added
BIN
+4.54 KB
...018.3326/iphone-sim/resources/AppLovinSDKResources.bundle/ALDRightDetailTableViewCell.nib
Binary file not shown.
Binary file modified
BIN
+817 KB
(1500%)
plugins/2018.3326/iphone-sim/resources/AppLovinSDKResources.bundle/Assets.car
Binary file not shown.
Binary file added
BIN
+538 Bytes
...2018.3326/iphone-sim/resources/AppLovinSDKResources.bundle/Base.lproj/Localizable.strings
Binary file not shown.
Binary file renamed
BIN
+705 Bytes
...es/AppLovinSDKResources.bundle/Info.plist → ...es/AppLovinSDKResources.bundle/Info.plist
Binary file not shown.
Binary file added
BIN
+7.1 KB
...hone-sim/resources/AppLovinSDKResources.bundle/MANativeAdBannerView.nib/objects-11.0+.nib
Binary file not shown.
Binary file added
BIN
+6.45 KB
...326/iphone-sim/resources/AppLovinSDKResources.bundle/MANativeAdBannerView.nib/runtime.nib
Binary file not shown.
Binary file added
BIN
+7.44 KB
...hone-sim/resources/AppLovinSDKResources.bundle/MANativeAdLeaderView.nib/objects-11.0+.nib
Binary file not shown.
Binary file added
BIN
+6.79 KB
...326/iphone-sim/resources/AppLovinSDKResources.bundle/MANativeAdLeaderView.nib/runtime.nib
Binary file not shown.
Binary file added
BIN
+7.44 KB
...iphone-sim/resources/AppLovinSDKResources.bundle/MANativeAdMRecView.nib/objects-11.0+.nib
Binary file not shown.
Binary file added
BIN
+6.79 KB
....3326/iphone-sim/resources/AppLovinSDKResources.bundle/MANativeAdMRecView.nib/runtime.nib
Binary file not shown.
Binary file added
BIN
+6.87 KB
...sim/resources/AppLovinSDKResources.bundle/MANativeAdMediaBannerView.nib/objects-11.0+.nib
Binary file not shown.
Binary file added
BIN
+6.22 KB
...phone-sim/resources/AppLovinSDKResources.bundle/MANativeAdMediaBannerView.nib/runtime.nib
Binary file not shown.
Binary file added
BIN
+6.06 KB
...18.3326/iphone-sim/resources/AppLovinSDKResources.bundle/MANativeAdVerticalBannerView.nib
Binary file not shown.
Binary file added
BIN
+6.52 KB
...18.3326/iphone-sim/resources/AppLovinSDKResources.bundle/MANativeAdVerticalLeaderView.nib
Binary file not shown.
Binary file added
BIN
+6.41 KB
...26/iphone-sim/resources/AppLovinSDKResources.bundle/MANativeAdVerticalMediaBannerView.nib
Binary file not shown.
Binary file added
BIN
+1.02 KB
...s/2018.3326/iphone-sim/resources/AppLovinSDKResources.bundle/de.lproj/Localizable.strings
Binary file not shown.
Binary file added
BIN
+538 Bytes
...s/2018.3326/iphone-sim/resources/AppLovinSDKResources.bundle/en.lproj/Localizable.strings
Binary file not shown.
Binary file added
BIN
+1.08 KB
...s/2018.3326/iphone-sim/resources/AppLovinSDKResources.bundle/es.lproj/Localizable.strings
Binary file not shown.
Binary file added
BIN
+982 Bytes
...s/2018.3326/iphone-sim/resources/AppLovinSDKResources.bundle/fr.lproj/Localizable.strings
Binary file not shown.
Binary file added
BIN
+620 Bytes
...s/2018.3326/iphone-sim/resources/AppLovinSDKResources.bundle/ja.lproj/Localizable.strings
Binary file not shown.
Binary file added
BIN
+596 Bytes
...s/2018.3326/iphone-sim/resources/AppLovinSDKResources.bundle/ko.lproj/Localizable.strings
Binary file not shown.
File renamed without changes.
Binary file added
BIN
+456 Bytes
...8.3326/iphone-sim/resources/AppLovinSDKResources.bundle/zh-Hans.lproj/Localizable.strings
Binary file not shown.
Binary file added
BIN
+456 Bytes
...8.3326/iphone-sim/resources/AppLovinSDKResources.bundle/zh-Hant.lproj/Localizable.strings
Binary file not shown.
Binary file modified
BIN
-41.9 MB
(23%)
plugins/2018.3326/iphone/AppLovinSDK.framework/AppLovinSDK
100644 → 100755
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-761 KB
(68%)
plugins/2018.3326/iphone/libAPDAppLovinAdapter.a
100644 → 100755
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
plugins/2018.3326/iphone/resources/AppLovinSDKResources.bundle/ALConsentFlowATT.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"states": [{ | ||
"id": 14, | ||
"is_initial_state": true, | ||
"type": "att", | ||
"destination_state_id": 99 | ||
}, { | ||
"id": 99, | ||
"type": "reinit" | ||
}] | ||
} |
33 changes: 33 additions & 0 deletions
33
...ns/2018.3326/iphone/resources/AppLovinSDKResources.bundle/ALConsentFlowPrivacyPolicy.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"states": [{ | ||
"id": 1, | ||
"is_initial_state": true, | ||
"type": "alert", | ||
"title": { | ||
"key": "PP_TITLE", | ||
"replacements": ["<APP_NAME>"] | ||
}, | ||
"message": { | ||
"key": "AGREE_MESSAGE" | ||
}, | ||
"transitions": [{ | ||
"title": { | ||
"key": "AGREE_TO_TERMS_BUTTON_TITLE" | ||
}, | ||
"style": "default", | ||
"destination_state_id": 12 | ||
}] | ||
}, { | ||
"id": 11, | ||
"type": "pp" | ||
}, { | ||
"id": 12, | ||
"type": "event", | ||
"name": "tos_ok", | ||
"destination_state_id": 99 | ||
}, { | ||
"id": 99, | ||
"type": "reinit" | ||
}] | ||
} | ||
|
36 changes: 36 additions & 0 deletions
36
...8.3326/iphone/resources/AppLovinSDKResources.bundle/ALConsentFlowPrivacyPolicyAndATT.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"states": [{ | ||
"id": 1, | ||
"is_initial_state": true, | ||
"type": "alert", | ||
"title": { | ||
"key": "PP_TITLE", | ||
"replacements": ["<APP_NAME>"] | ||
}, | ||
"message": { | ||
"key": "AGREE_MESSAGE" | ||
}, | ||
"transitions": [{ | ||
"title": { | ||
"key": "AGREE_TO_TERMS_BUTTON_TITLE" | ||
}, | ||
"style": "default", | ||
"destination_state_id": 12 | ||
}] | ||
}, { | ||
"id": 11, | ||
"type": "pp" | ||
}, { | ||
"id": 12, | ||
"type": "event", | ||
"name": "tos_ok", | ||
"destination_state_id": 14 | ||
}, { | ||
"id": 14, | ||
"type": "att", | ||
"destination_state_id": 99 | ||
}, { | ||
"id": 99, | ||
"type": "reinit" | ||
}] | ||
} |
35 changes: 35 additions & 0 deletions
35
...ne/resources/AppLovinSDKResources.bundle/ALConsentFlowTermsOfServiceAndPrivacyPolicy.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"states": [{ | ||
"id": 1, | ||
"is_initial_state": true, | ||
"type": "alert", | ||
"title": { | ||
"key": "PP_AND_TOS_TITLE", | ||
"replacements": ["<APP_NAME>"] | ||
}, | ||
"message": { | ||
"key": "AGREE_MESSAGE" | ||
}, | ||
"transitions": [{ | ||
"title": { | ||
"key": "AGREE_TO_TERMS_BUTTON_TITLE" | ||
}, | ||
"style": "default", | ||
"destination_state_id": 12 | ||
}] | ||
}, { | ||
"id": 10, | ||
"type": "tos" | ||
}, { | ||
"id": 11, | ||
"type": "pp" | ||
}, { | ||
"id": 12, | ||
"type": "event", | ||
"name": "tos_ok", | ||
"destination_state_id": 99 | ||
}, { | ||
"id": 99, | ||
"type": "reinit" | ||
}] | ||
} |
39 changes: 39 additions & 0 deletions
39
...ources/AppLovinSDKResources.bundle/ALConsentFlowTermsOfServiceAndPrivacyPolicyAndATT.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"states": [{ | ||
"id": 1, | ||
"is_initial_state": true, | ||
"type": "alert", | ||
"title": { | ||
"key": "PP_AND_TOS_TITLE", | ||
"replacements": ["<APP_NAME>"] | ||
}, | ||
"message": { | ||
"key": "AGREE_MESSAGE" | ||
}, | ||
"transitions": [{ | ||
"title": { | ||
"key": "AGREE_TO_TERMS_BUTTON_TITLE" | ||
}, | ||
"style": "default", | ||
"destination_state_id": 12 | ||
}] | ||
}, { | ||
"id": 10, | ||
"type": "tos" | ||
}, { | ||
"id": 11, | ||
"type": "pp" | ||
}, { | ||
"id": 12, | ||
"type": "event", | ||
"name": "tos_ok", | ||
"destination_state_id": 14 | ||
}, { | ||
"id": 14, | ||
"type": "att", | ||
"destination_state_id": 99 | ||
}, { | ||
"id": 99, | ||
"type": "reinit" | ||
}] | ||
} |
Binary file added
BIN
+5.44 KB
plugins/2018.3326/iphone/resources/AppLovinSDKResources.bundle/ALDDetailTableViewCell.nib
Binary file not shown.
Binary file removed
BIN
-1016 Bytes
...dNetworkViewController.storyboardc/ALDMediatedNetworkViewController.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-1016 Bytes
...ediatedNetworkViewController.storyboardc/ALDMediatedNetworkViewController.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-9.92 KB
...ediatedNetworkViewController.storyboardc/quf-ks-53r-view-BrY-ch-ahN.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-10 KB
...e/ALDMediatedNetworkViewController.storyboardc/quf-ks-53r-view-BrY-ch-ahN.nib/runtime.nib
Binary file not shown.
Binary file added
BIN
+12.7 KB
...dle/ALDMultiAdViewController.storyboardc/3jf-B1-XNL-view-Iqa-CO-DFs.nib/objects-11.0+.nib
Binary file not shown.
Binary file added
BIN
+12.2 KB
...es.bundle/ALDMultiAdViewController.storyboardc/3jf-B1-XNL-view-Iqa-CO-DFs.nib/runtime.nib
Binary file not shown.
Binary file added
BIN
+1.07 KB
...undle/ALDMultiAdViewController.storyboardc/ALDMultiAdViewController.nib/objects-11.0+.nib
Binary file not shown.
Binary file added
BIN
+1.07 KB
...rces.bundle/ALDMultiAdViewController.storyboardc/ALDMultiAdViewController.nib/runtime.nib
Binary file not shown.
File renamed without changes.
Binary file added
BIN
+4.54 KB
...ns/2018.3326/iphone/resources/AppLovinSDKResources.bundle/ALDRightDetailTableViewCell.nib
Binary file not shown.
Binary file modified
BIN
+817 KB
(1500%)
plugins/2018.3326/iphone/resources/AppLovinSDKResources.bundle/Assets.car
Binary file not shown.
Binary file added
BIN
+538 Bytes
...ins/2018.3326/iphone/resources/AppLovinSDKResources.bundle/Base.lproj/Localizable.strings
Binary file not shown.
Binary file renamed
BIN
+705 Bytes
...es/AppLovinSDKResources.bundle/Info.plist → ...es/AppLovinSDKResources.bundle/Info.plist
Binary file not shown.
Binary file added
BIN
+7.1 KB
...6/iphone/resources/AppLovinSDKResources.bundle/MANativeAdBannerView.nib/objects-11.0+.nib
Binary file not shown.
Binary file added
BIN
+6.45 KB
...18.3326/iphone/resources/AppLovinSDKResources.bundle/MANativeAdBannerView.nib/runtime.nib
Binary file not shown.
Binary file added
BIN
+7.44 KB
...6/iphone/resources/AppLovinSDKResources.bundle/MANativeAdLeaderView.nib/objects-11.0+.nib
Binary file not shown.
Binary file added
BIN
+6.79 KB
...18.3326/iphone/resources/AppLovinSDKResources.bundle/MANativeAdLeaderView.nib/runtime.nib
Binary file not shown.
Binary file added
BIN
+7.44 KB
...326/iphone/resources/AppLovinSDKResources.bundle/MANativeAdMRecView.nib/objects-11.0+.nib
Binary file not shown.
Binary file added
BIN
+6.79 KB
...2018.3326/iphone/resources/AppLovinSDKResources.bundle/MANativeAdMRecView.nib/runtime.nib
Binary file not shown.
Binary file added
BIN
+6.87 KB
...one/resources/AppLovinSDKResources.bundle/MANativeAdMediaBannerView.nib/objects-11.0+.nib
Binary file not shown.
Binary file added
BIN
+6.22 KB
...26/iphone/resources/AppLovinSDKResources.bundle/MANativeAdMediaBannerView.nib/runtime.nib
Binary file not shown.
Binary file added
BIN
+6.06 KB
...s/2018.3326/iphone/resources/AppLovinSDKResources.bundle/MANativeAdVerticalBannerView.nib
Binary file not shown.
Binary file added
BIN
+6.52 KB
...s/2018.3326/iphone/resources/AppLovinSDKResources.bundle/MANativeAdVerticalLeaderView.nib
Binary file not shown.
Binary file added
BIN
+6.41 KB
...8.3326/iphone/resources/AppLovinSDKResources.bundle/MANativeAdVerticalMediaBannerView.nib
Binary file not shown.
Binary file added
BIN
+1.02 KB
plugins/2018.3326/iphone/resources/AppLovinSDKResources.bundle/de.lproj/Localizable.strings
Binary file not shown.
Binary file added
BIN
+538 Bytes
plugins/2018.3326/iphone/resources/AppLovinSDKResources.bundle/en.lproj/Localizable.strings
Binary file not shown.
Binary file added
BIN
+1.08 KB
plugins/2018.3326/iphone/resources/AppLovinSDKResources.bundle/es.lproj/Localizable.strings
Binary file not shown.
Binary file added
BIN
+982 Bytes
plugins/2018.3326/iphone/resources/AppLovinSDKResources.bundle/fr.lproj/Localizable.strings
Binary file not shown.
Binary file added
BIN
+620 Bytes
plugins/2018.3326/iphone/resources/AppLovinSDKResources.bundle/ja.lproj/Localizable.strings
Binary file not shown.
Binary file added
BIN
+596 Bytes
plugins/2018.3326/iphone/resources/AppLovinSDKResources.bundle/ko.lproj/Localizable.strings
Binary file not shown.
File renamed without changes.
Binary file added
BIN
+456 Bytes
.../2018.3326/iphone/resources/AppLovinSDKResources.bundle/zh-Hans.lproj/Localizable.strings
Binary file not shown.
Binary file added
BIN
+456 Bytes
.../2018.3326/iphone/resources/AppLovinSDKResources.bundle/zh-Hant.lproj/Localizable.strings
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-1016 Bytes
...dNetworkViewController.storyboardc/ALDMediatedNetworkViewController.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-1016 Bytes
...dNetworkViewController.storyboardc/ALDMediatedNetworkViewController.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-1016 Bytes
...ediatedNetworkViewController.storyboardc/ALDMediatedNetworkViewController.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-237 Bytes
...urces/AppLovinSDKResources.bundle/ALDMediatedNetworkViewController.storyboardc/Info.plist
Binary file not shown.
Binary file removed
BIN
-10.3 KB
...ediatedNetworkViewController.storyboardc/quf-ks-53r-view-BrY-ch-ahN.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-10.3 KB
...ediatedNetworkViewController.storyboardc/quf-ks-53r-view-BrY-ch-ahN.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-10.5 KB
...e/ALDMediatedNetworkViewController.storyboardc/quf-ks-53r-view-BrY-ch-ahN.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-1018 Bytes
...buggerViewController.storyboardc/ALDMediationDebuggerViewController.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-1018 Bytes
...buggerViewController.storyboardc/ALDMediationDebuggerViewController.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-1018 Bytes
...tionDebuggerViewController.storyboardc/ALDMediationDebuggerViewController.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-193 Bytes
...ces/AppLovinSDKResources.bundle/ALDMediationDebuggerViewController.storyboardc/Info.plist
Binary file not shown.
Binary file removed
BIN
-10.1 KB
...iationDebuggerViewController.storyboardc/XO1-EA-NYu-view-AeQ-kx-j7l.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-10.1 KB
...iationDebuggerViewController.storyboardc/XO1-EA-NYu-view-AeQ-kx-j7l.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-10.2 KB
...ALDMediationDebuggerViewController.storyboardc/XO1-EA-NYu-view-AeQ-kx-j7l.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-12.9 KB
...dle/ALDMultiAdViewController.storyboardc/3jf-B1-XNL-view-Iqa-CO-DFs.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-12.9 KB
...dle/ALDMultiAdViewController.storyboardc/3jf-B1-XNL-view-Iqa-CO-DFs.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-12.5 KB
...es.bundle/ALDMultiAdViewController.storyboardc/3jf-B1-XNL-view-Iqa-CO-DFs.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-4.22 KB
...undle/ALDMultiAdViewController.storyboardc/ALDMultiAdViewController.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-4.23 KB
...undle/ALDMultiAdViewController.storyboardc/ALDMultiAdViewController.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-3.77 KB
...rces.bundle/ALDMultiAdViewController.storyboardc/ALDMultiAdViewController.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-761 KB
plugins/2020.3569/iphone-sim/resources/AppLovinSDKResources.bundle/Assets.car
Binary file not shown.
Binary file removed
BIN
-7.04 KB
...hone-sim/resources/AppLovinSDKResources.bundle/MANativeAdBannerView.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-7.06 KB
...hone-sim/resources/AppLovinSDKResources.bundle/MANativeAdBannerView.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-6.41 KB
...569/iphone-sim/resources/AppLovinSDKResources.bundle/MANativeAdBannerView.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-7.39 KB
...hone-sim/resources/AppLovinSDKResources.bundle/MANativeAdLeaderView.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-7.41 KB
...hone-sim/resources/AppLovinSDKResources.bundle/MANativeAdLeaderView.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-6.74 KB
...569/iphone-sim/resources/AppLovinSDKResources.bundle/MANativeAdLeaderView.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-7.38 KB
...iphone-sim/resources/AppLovinSDKResources.bundle/MANativeAdMRecView.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-7.4 KB
...iphone-sim/resources/AppLovinSDKResources.bundle/MANativeAdMRecView.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-6.74 KB
....3569/iphone-sim/resources/AppLovinSDKResources.bundle/MANativeAdMRecView.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-6.82 KB
...sim/resources/AppLovinSDKResources.bundle/MANativeAdMediaBannerView.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-6.84 KB
...sim/resources/AppLovinSDKResources.bundle/MANativeAdMediaBannerView.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-6.17 KB
...phone-sim/resources/AppLovinSDKResources.bundle/MANativeAdMediaBannerView.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-6.21 KB
.../resources/AppLovinSDKResources.bundle/MANativeAdVerticalBannerView.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-5.99 KB
...ne-sim/resources/AppLovinSDKResources.bundle/MANativeAdVerticalBannerView.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-6.66 KB
.../resources/AppLovinSDKResources.bundle/MANativeAdVerticalLeaderView.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-6.45 KB
...ne-sim/resources/AppLovinSDKResources.bundle/MANativeAdVerticalLeaderView.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-6.56 KB
...urces/AppLovinSDKResources.bundle/MANativeAdVerticalMediaBannerView.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-6.35 KB
...m/resources/AppLovinSDKResources.bundle/MANativeAdVerticalMediaBannerView.nib/runtime.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-1016 Bytes
...dNetworkViewController.storyboardc/ALDMediatedNetworkViewController.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-1016 Bytes
...dNetworkViewController.storyboardc/ALDMediatedNetworkViewController.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-1016 Bytes
...ediatedNetworkViewController.storyboardc/ALDMediatedNetworkViewController.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-237 Bytes
...urces/AppLovinSDKResources.bundle/ALDMediatedNetworkViewController.storyboardc/Info.plist
Binary file not shown.
Binary file removed
BIN
-10.3 KB
...ediatedNetworkViewController.storyboardc/quf-ks-53r-view-BrY-ch-ahN.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-10.3 KB
...ediatedNetworkViewController.storyboardc/quf-ks-53r-view-BrY-ch-ahN.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-10.5 KB
...e/ALDMediatedNetworkViewController.storyboardc/quf-ks-53r-view-BrY-ch-ahN.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-1018 Bytes
...buggerViewController.storyboardc/ALDMediationDebuggerViewController.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-1018 Bytes
...buggerViewController.storyboardc/ALDMediationDebuggerViewController.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-1018 Bytes
...tionDebuggerViewController.storyboardc/ALDMediationDebuggerViewController.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-193 Bytes
...ces/AppLovinSDKResources.bundle/ALDMediationDebuggerViewController.storyboardc/Info.plist
Binary file not shown.
Binary file removed
BIN
-10.1 KB
...iationDebuggerViewController.storyboardc/XO1-EA-NYu-view-AeQ-kx-j7l.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-10.1 KB
...iationDebuggerViewController.storyboardc/XO1-EA-NYu-view-AeQ-kx-j7l.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-10.2 KB
...ALDMediationDebuggerViewController.storyboardc/XO1-EA-NYu-view-AeQ-kx-j7l.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-12.9 KB
...dle/ALDMultiAdViewController.storyboardc/3jf-B1-XNL-view-Iqa-CO-DFs.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-12.9 KB
...dle/ALDMultiAdViewController.storyboardc/3jf-B1-XNL-view-Iqa-CO-DFs.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-12.5 KB
...es.bundle/ALDMultiAdViewController.storyboardc/3jf-B1-XNL-view-Iqa-CO-DFs.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-4.22 KB
...undle/ALDMultiAdViewController.storyboardc/ALDMultiAdViewController.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-4.23 KB
...undle/ALDMultiAdViewController.storyboardc/ALDMultiAdViewController.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-3.77 KB
...rces.bundle/ALDMultiAdViewController.storyboardc/ALDMultiAdViewController.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-761 KB
plugins/2020.3569/iphone/resources/AppLovinSDKResources.bundle/Assets.car
Binary file not shown.
Binary file removed
BIN
-7.04 KB
...9/iphone/resources/AppLovinSDKResources.bundle/MANativeAdBannerView.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-7.06 KB
...9/iphone/resources/AppLovinSDKResources.bundle/MANativeAdBannerView.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-6.41 KB
...20.3569/iphone/resources/AppLovinSDKResources.bundle/MANativeAdBannerView.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-7.39 KB
...9/iphone/resources/AppLovinSDKResources.bundle/MANativeAdLeaderView.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-7.41 KB
...9/iphone/resources/AppLovinSDKResources.bundle/MANativeAdLeaderView.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-6.74 KB
...20.3569/iphone/resources/AppLovinSDKResources.bundle/MANativeAdLeaderView.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-7.38 KB
...569/iphone/resources/AppLovinSDKResources.bundle/MANativeAdMRecView.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-7.4 KB
...569/iphone/resources/AppLovinSDKResources.bundle/MANativeAdMRecView.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-6.74 KB
...2020.3569/iphone/resources/AppLovinSDKResources.bundle/MANativeAdMRecView.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-6.82 KB
...one/resources/AppLovinSDKResources.bundle/MANativeAdMediaBannerView.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed
BIN
-6.84 KB
...one/resources/AppLovinSDKResources.bundle/MANativeAdMediaBannerView.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-6.17 KB
...69/iphone/resources/AppLovinSDKResources.bundle/MANativeAdMediaBannerView.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-6.21 KB
.../resources/AppLovinSDKResources.bundle/MANativeAdVerticalBannerView.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-5.99 KB
...iphone/resources/AppLovinSDKResources.bundle/MANativeAdVerticalBannerView.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-6.66 KB
.../resources/AppLovinSDKResources.bundle/MANativeAdVerticalLeaderView.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-6.45 KB
...iphone/resources/AppLovinSDKResources.bundle/MANativeAdVerticalLeaderView.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-6.56 KB
...urces/AppLovinSDKResources.bundle/MANativeAdVerticalMediaBannerView.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-6.35 KB
...e/resources/AppLovinSDKResources.bundle/MANativeAdVerticalMediaBannerView.nib/runtime.nib
Binary file not shown.