Skip to content

Commit

Permalink
Bug Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrules44 committed Mar 26, 2024
1 parent b5e7e86 commit 1ccb70d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added plugins/2018.3326/iphone-sim/libAPDIABAdapter.a
Binary file not shown.
4 changes: 2 additions & 2 deletions plugins/2018.3326/iphone-sim/metadata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ local metadata =
plugin =
{
format = 'staticLibrary',
staticLibs = { 'plugin_appodeal_base', "xml2", "z", "AppVerificationLibrary" },
frameworks = {"JavaScriptCore", "CoreBluetooth", "WebKit", "CoreTelephony", "Appodeal", "AppodealMediationCore", "OMSDK_Appodeal", "Protobuf", "StackAnalytics", "StackConsentManager", "StackCrashReporter", "StackFoundation", "StackIABAssets", "StackModules", "StackMRAIDKit", "StackNASTKit", "StackOpenMeasure", "StackProductPresentation", "StackProtobuf", "StackRichMedia", "StackUIKit", "StackVASTAssets", "StackVASTKit", "StackVideoPlayer", "StackXML"},
staticLibs = { 'plugin_appodeal_base', "xml2", "z", "AppVerificationLibrary", "APDIABAdapter" },
frameworks = {"JavaScriptCore", "CoreBluetooth", "WebKit", "CoreTelephony", "WatchConnectivity", "SafariServices", "EventKit", "Appodeal", "AppodealMediationCore", "OMSDK_Appodeal", "Protobuf", "StackAnalytics", "StackConsentManager", "StackCrashReporter", "StackFoundation", "StackIABAssets", "StackModules", "StackMRAIDKit", "StackNASTKit", "StackOpenMeasure", "StackProductPresentation", "StackProtobuf", "StackRichMedia", "StackUIKit", "StackVASTAssets", "StackVASTKit", "StackVideoPlayer", "StackXML", "UserMessagingPlatform"},
frameworksOptional = {"SafariServices", "AdSupport", "AppTrackingTransparency"},
usesSwift = true,
},
Expand Down
Binary file added plugins/2018.3326/iphone/libAPDIABAdapter.a
Binary file not shown.
2 changes: 1 addition & 1 deletion plugins/2018.3326/iphone/metadata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local metadata =
plugin =
{
format = 'staticLibrary',
staticLibs = { 'plugin_appodeal_base', "xml2", "z", "AppVerificationLibrary" },
staticLibs = { 'plugin_appodeal_base', "xml2", "z", "AppVerificationLibrary", "APDIABAdapter" },
frameworks = {"JavaScriptCore", "CoreBluetooth", "WebKit", "CoreTelephony", "WatchConnectivity", "SafariServices", "EventKit", "Appodeal", "AppodealMediationCore", "OMSDK_Appodeal", "Protobuf", "StackAnalytics", "StackConsentManager", "StackCrashReporter", "StackFoundation", "StackIABAssets", "StackModules", "StackMRAIDKit", "StackNASTKit", "StackOpenMeasure", "StackProductPresentation", "StackProtobuf", "StackRichMedia", "StackUIKit", "StackVASTAssets", "StackVASTKit", "StackVideoPlayer", "StackXML", "UserMessagingPlatform"},
frameworksOptional = {"SafariServices", "AdSupport", "AppTrackingTransparency"},
usesSwift = true,
Expand Down

0 comments on commit 1ccb70d

Please sign in to comment.