Skip to content

Commit

Permalink
Adding binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Shchvova committed Apr 14, 2020
1 parent 27941be commit 0309b61
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 0 deletions.
14 changes: 14 additions & 0 deletions plugins/2018.3326/android/metadata.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
local metadata =
{
plugin =
{
format = "jar",
},
coronaManifest = {
dependencies = {
["shared.google.play.services.ads"] = "com.coronalabs",
}
}
}

return metadata
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added plugins/2018.3326/iphone-sim/libnanopb.a
Binary file not shown.
12 changes: 12 additions & 0 deletions plugins/2018.3326/iphone-sim/metadata.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
local metadata =
{
plugin =
{
format = 'staticLibrary',
staticLibs = { 'APDGoogleAdMobAdapter', 'GoogleUtilities', 'nanopb' },
frameworks = { 'GoogleAppMeasurement', 'GoogleMobileAds' },
frameworksOptional = {},
},
}

return metadata
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added plugins/2018.3326/iphone/libGoogleUtilities.a
Binary file not shown.
Binary file added plugins/2018.3326/iphone/libnanopb.a
Binary file not shown.
12 changes: 12 additions & 0 deletions plugins/2018.3326/iphone/metadata.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
local metadata =
{
plugin =
{
format = 'staticLibrary',
staticLibs = { 'APDGoogleAdMobAdapter', 'GoogleUtilities', 'nanopb' },
frameworks = { 'GoogleAppMeasurement', 'GoogleMobileAds' },
frameworksOptional = {},
},
}

return metadata

0 comments on commit 0309b61

Please sign in to comment.