Created
July 11, 2019 06:25
-
-
Save tion-low/fb136f43511f837e4cb41e2995e641f8 to your computer and use it in GitHub Desktop.
Unity.modulemap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
framework module CustomFramework { | |
umbrella header "CustomFramework.h" | |
link framework "GameKit" | |
link framework "iAd" | |
link framework "CoreMotion" | |
link framework "CoreGraphics" | |
link framework "AVFoundation" | |
link framework "MediaToolbox" | |
link framework "CoreVideo" | |
link framework "CoreMedia" | |
link framework "SystemConfiguration" | |
link framework "CoreLocation" | |
link framework "MediaPlayer" | |
link framework "CFNetwork" | |
link framework "AudioToolbox" | |
link framework "OpenAL" | |
link framework "OpenGLES" | |
link "iconv.2" | |
link "sqlite3" | |
link "z" | |
link "c++" | |
export * | |
module * { export * } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment