Manual integration of RNN and RNM
This commit is contained in:
21
mobile/ios/GoogleMaps.framework/Modules/module.modulemap
Executable file
21
mobile/ios/GoogleMaps.framework/Modules/module.modulemap
Executable file
@@ -0,0 +1,21 @@
|
||||
framework module GoogleMaps {
|
||||
umbrella header "GoogleMaps.h"
|
||||
export *
|
||||
module * { export *}
|
||||
link "z"
|
||||
link framework "Accelerate"
|
||||
link framework "CoreData"
|
||||
link framework "CoreFoundation"
|
||||
link framework "CoreGraphics"
|
||||
link framework "CoreImage"
|
||||
link framework "CoreLocation"
|
||||
link framework "CoreTelephony"
|
||||
link framework "CoreText"
|
||||
link framework "Foundation"
|
||||
link framework "GLKit"
|
||||
link framework "ImageIO"
|
||||
link framework "OpenGLES"
|
||||
link framework "QuartzCore"
|
||||
link framework "Security"
|
||||
link framework "SystemConfiguration"
|
||||
link framework "UIKit"}
|
||||
Reference in New Issue
Block a user