diff --git a/ios/manifest b/ios/manifest index 2a37055..37ffa22 100644 --- a/ios/manifest +++ b/ios/manifest @@ -2,7 +2,7 @@ # this is your module manifest and used by Titanium # during compilation, packaging, distribution, etc. # -version: 3.2.1 +version: 3.2.2 apiversion: 2 architectures: armv7 arm64 i386 x86_64 description: ti.googlemaps diff --git a/ios/module.xcconfig b/ios/module.xcconfig index c6360a6..f3c2748 100644 --- a/ios/module.xcconfig +++ b/ios/module.xcconfig @@ -6,7 +6,7 @@ // for this file: // http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/XcodeBuildSystem/400-Build_Configurations/build_configs.html // -FRAMEWORK_SEARCH_PATHS=$(SRCROOT)/../../modules/iphone/ti.googlemaps/3.2.1/platform "~/Library/Application\ Support/Titanium/modules/iphone/ti.googlemaps/3.2.1/platform" +FRAMEWORK_SEARCH_PATHS=$(SRCROOT)/../../modules/iphone/ti.googlemaps/3.2.2/platform "~/Library/Application\ Support/Titanium/modules/iphone/ti.googlemaps/3.2.2/platform" OTHER_LDFLAGS = $(inherited) -framework Accelerate -framework AVFoundation -framework CoreBluetooth -framework CoreData -framework CoreGraphics -framework CoreLocation -framework CoreText -framework GLKit -framework ImageIO -lobjc -lc++ -lz -licucore -framework OpenGLES -framework QuartzCore -framework Security -framework SystemConfiguration -framework GoogleMaps -framework GoogleMapsBase -framework GoogleMapsCore -framework GooglePlaces