Skip to content

Commit

Permalink
add bidmachine and Pangle for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Jun 3, 2024
1 parent 6b8129a commit a1d8f04
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion extension-ironsource/ext.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ platforms:
excludeJars: ["(.*)/androidx-multidex.jar"]
ios:
context:
flags: ["-std=c++11"]
flags: ["-std=c++11"]
frameworks: ["UIKit", "AppTrackingTransparency", "AVFoundation"]
linkFlags: ["-ObjC", "-Wl,-rpath,/usr/lib/swift", "-Wl,-rpath,@executable_path/Frameworks"]
libs: ["swiftCompatibility50", "swiftCompatibility51"]
6 changes: 6 additions & 0 deletions extension-ironsource/ext.properties
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ admob_ios.type = bool
admob_ios_appid.private = 1
admob_ios_appid.type = string

bidmachine_ios.private = 1
bidmachine_ios.type = bool

hyprmx_ios.private = 1
hyprmx_ios.type = bool

Expand All @@ -102,6 +105,9 @@ moloco_ios.type = bool
mytarget_ios.private = 1
mytarget_ios.type = bool

pangle_ios.private = 1
pangle_ios.type = bool

tapjoy_ios.private = 1
tapjoy_ios.type = bool

Expand Down
2 changes: 2 additions & 0 deletions game.project
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ adcolony_ios = 1
admob_ios = 1
admob_ios_appid = ca-app-pub-3940256099942544~1458002511
applovin_ios = 1
bidmachine_ios = 1
charboost_ios = 1
dt_exchange_ios = 1
facebook_ios = 1
Expand All @@ -56,6 +57,7 @@ maio_ios = 1
mintegral_ios = 1
moloco_ios = 1
mytarget_ios = 1
pangle_ios = 1
unityads_ios = 1
yandex_ads_ios = 1

Expand Down

0 comments on commit a1d8f04

Please sign in to comment.