Skip to content

Instantly share code, notes, and snippets.

@tion-low
Created July 11, 2019 06:25
Show Gist options
  • Save tion-low/fb136f43511f837e4cb41e2995e641f8 to your computer and use it in GitHub Desktop.
Save tion-low/fb136f43511f837e4cb41e2995e641f8 to your computer and use it in GitHub Desktop.
Unity.modulemap
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