Skip to content

virtualplaynl/godot-4-appodeal-ios-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Work In Progress!) Appodeal iOS Plugin for Godot 4

For Godot 3 version see the original repository

This repository contains source code of Appodeal iOS Plugin for Godot engine. If you are looking for the Appodeal plugin itself, follow the first link below.

Links:

Building Instructions:

In case you want to build an iOS plugin yourself (for different Godot Engine or Appodeal SDK versions), follow these steps:

  1. If you have extracted engine headers, you can skip steps 1-3, and manually put them into /headers/godot directory.

  2. Add the desired version of Godot Engine to the /godot folder.

  3. Run ./scripts/generate_headers.sh in terminal to build the Godot Engine header files.

  4. Run ./scripts/extract_headers.sh to copy all required headers into /headers/godot directory.

  5. Download Appodeal iOS SDK fat build archive from the official website and copy the header files from Appodeal.xcframework folder into /headers/appodeal/Appodeal directory.

  6. Run ./scripts/release_xcframework.sh to build the plugin.

  7. Get your plugin from the /bin/release directory.

About

Appodeal iOS Plugin for Godot 4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Objective-C++ 56.1%
  • C# 24.8%
  • Objective-C 8.8%
  • Python 5.9%
  • Shell 3.3%
  • C++ 0.6%
  • C 0.5%