GamePlay is an open-source, cross-platform native C++ game framework for creating 2D/3D mobile and desktop games.
- Windows
- [Linux](https://github.com/gameplay3d/GamePlay/wiki/CMake Setup - Linux)
- MacOSX
- iOS
- Android
When archiving a project we now need to fix the project's build settings so Release includes deps library, same as Debug.
- Linking / Other Linker Flags / Release / Any iOS Simulator SDK -- -L../../GamePlay/external-deps/lib/ios/x86
- Linking / Other Linker Flags / Release / Any iOS SDK -- -L../../GamePlay/external-deps/lib/ios/arm
Also turn of bitcode in iOS project under Build options set 'Enabled Bitcode' to 'No'