Skip to content

Commit 966334a

Browse files
committed
Fixes to Network
1 parent 4508f86 commit 966334a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/2018.3326/iphone-sim/metadata.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local metadata =
55
format = 'staticLibrary',
66
staticLibs = { 'plugin_appodeal_base', "xml2", "z", "AppVerificationLibrary", "APDIABAdapter" },
77
frameworks={ "JavaScriptCore","CoreBluetooth","WebKit","CoreTelephony","WatchConnectivity","SafariServices","EventKit","Appodeal","AppodealMediationCore","OMSDK_Appodeal","Protobuf", "StackConsentManager", "StackModules", "StackProductPresentation", "StackRendering", "UserMessagingPlatform"},
8-
frameworksOptional = {"SafariServices", "AdSupport", "AppTrackingTransparency"},
8+
frameworksOptional = {"SafariServices", "AdSupport", "AppTrackingTransparency", "Network"},
99
usesSwift = true,
1010
},
1111
}

plugins/2018.3326/iphone/metadata.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local metadata =
55
format = 'staticLibrary',
66
staticLibs = { 'plugin_appodeal_base', "xml2", "z", "AppVerificationLibrary", "APDIABAdapter" },
77
frameworks={ "JavaScriptCore","CoreBluetooth","WebKit","CoreTelephony","WatchConnectivity","SafariServices","EventKit","Appodeal","AppodealMediationCore","OMSDK_Appodeal","Protobuf", "StackConsentManager", "StackModules", "StackProductPresentation", "StackRendering", "UserMessagingPlatform"},
8-
frameworksOptional = {"SafariServices", "AdSupport", "AppTrackingTransparency"},
8+
frameworksOptional = {"SafariServices", "AdSupport", "AppTrackingTransparency", "Network"},
99
usesSwift = true,
1010
},
1111
}

0 commit comments

Comments
 (0)