feat: 구글 애드몹 패키지 추가(안드로이드 용만 추가)

This commit is contained in:
aube.lee
2025-03-01 00:32:40 +09:00
parent 7be735a4b1
commit 674e45cd29
161 changed files with 14670 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
<linker>
<assembly fullname="GoogleMobileAds.iOS" ignoreIfMissing="1">
<namespace fullname="GoogleMobileAds" preserve="all" />
<namespace fullname="GoogleMobileAds.iOS" preserve="all" />
</assembly>
<assembly fullname="GoogleMobileAds.Android" ignoreIfMissing="1">
<namespace fullname="GoogleMobileAds" preserve="all" />
<namespace fullname="GoogleMobileAds.Android" preserve="all" />
</assembly>
<assembly fullname="GoogleMobileAds.Ump.Android" ignoreIfMissing="1">
<namespace fullname="GoogleMobileAds" preserve="all" />
<namespace fullname="GoogleMobileAds.Ump.Android" preserve="all" />
</assembly>
<assembly fullname="GoogleMobileAds.Ump.iOS" ignoreIfMissing="1">
<namespace fullname="GoogleMobileAds" preserve="all" />
<namespace fullname="GoogleMobileAds.Ump.iOS" preserve="all" />
</assembly>
</linker>