Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. settings =
  2. {
  3. splashScreen =
  4. {
  5. enable = false
  6. },
  7. orientation = {
  8. default = "landscapeRight",
  9. -- supported = { "landscapeLeft", "landscapeRight" },
  10. },
  11. excludeFiles =
  12. {
  13. -- Include only the necessary icon files on each platform
  14. ios = { "Icon-*dpi.png", },
  15. android = { "Icon.png", "Images.xcassets","LaunchScreen.storyboardc" },
  16. },
  17. plugins =
  18. {
  19. ["plugin.applovin.paid"] =
  20. {
  21. publisherId = "com.coronalabs"
  22. },
  23. ["plugin.admob"] =
  24. {
  25. publisherId = "com.coronalabs",
  26. },
  27. },
  28. android =
  29. {
  30. applicationChildElements =
  31. {
  32. [[
  33. <meta-data android:name="com.google.android.gms.ads.APPLICATION_ID"
  34. android:value="ca-app-pub-3494747309949094~9382079933"/>
  35. ]],
  36. },
  37. },
  38. iphone =
  39. {
  40. xcassets = "Images.xcassets",
  41. plist =
  42. {
  43.  
  44. },
  45. },
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement