Skip to content

Commit 1e53b9a

Browse files
committed
Fixes to Network Framework
1 parent 0f5b647 commit 1e53b9a

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 = { 'APDIronSourceAdapter',"IronSource" },
77
frameworks = {},
8-
frameworksOptional = {},
8+
frameworksOptional = {"Network"},
99
},
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 = { 'APDIronSourceAdapter'},
77
frameworks = {"IronSource"},
8-
frameworksOptional = {},
8+
frameworksOptional = {"Network"},
99
},
1010
}
1111

0 commit comments

Comments
 (0)