Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrules44 committed Dec 4, 2024
1 parent e866562 commit 58be8cc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
Binary file added plugins/2018.3326/.DS_Store
Binary file not shown.
7 changes: 4 additions & 3 deletions plugins/2018.3326/iphone-sim/metadata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ local metadata =
plugin =
{
format = 'staticLibrary',
staticLibs = { 'APDAppLovinAdapter', },
frameworks = { 'AppLovinSDK', },
frameworksOptional = {},
staticLibs = { 'APDAppLovinAdapter', "objc", "sqlite3", "z" },

frameworks = {"CoreGraphics", "SafariServices","SystemConfiguration", "AdSupport", "StoreKit", "CoreTelephony", "AppLovinSDK" },
frameworksOptional = {"WebKit", "AppTrackingTransparency"},
},
}

Expand Down
Binary file modified plugins/2018.3326/iphone-sim/resources/Frameworks/.DS_Store
Binary file not shown.
Binary file modified plugins/2018.3326/iphone/libAPDAppLovinAdapter.a
Binary file not shown.
7 changes: 4 additions & 3 deletions plugins/2018.3326/iphone/metadata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ local metadata =
plugin =
{
format = 'staticLibrary',
staticLibs = { 'APDAppLovinAdapter', },
frameworks = { 'AppLovinSDK', },
frameworksOptional = {},
staticLibs = { 'APDAppLovinAdapter', "objc", "sqlite3", "z" },

frameworks = {"CoreGraphics", "SafariServices","SystemConfiguration", "AdSupport", "StoreKit", "CoreTelephony", "AppLovinSDK" },
frameworksOptional = {"WebKit", "AppTrackingTransparency"},
},
}

Expand Down

0 comments on commit 58be8cc

Please sign in to comment.