diff --git a/iphone/Classes/DeHansknoechelGooglemapsMarkerProxy.m b/iphone/Classes/DeHansknoechelGooglemapsMarkerProxy.m index 098d150..97e99e3 100644 --- a/iphone/Classes/DeHansknoechelGooglemapsMarkerProxy.m +++ b/iphone/Classes/DeHansknoechelGooglemapsMarkerProxy.m @@ -98,7 +98,7 @@ -(NSNumber*)flat -(void)setDraggable:(id)value { ENSURE_UI_THREAD_1_ARG(value); - [[self marker] setDraggable:[TiUtils boolValue:value def:YES]]; + [[self marker] setDraggable:[TiUtils boolValue:value def:NO]]; } -(NSNumber*)draggable diff --git a/iphone/build.py b/iphone/build.py index fe85df2..e82ca42 100755 --- a/iphone/build.py +++ b/iphone/build.py @@ -225,7 +225,8 @@ def package_module(manifest,mf,config): zf.write(mf,'%s/manifest' % modulepath) libname = 'lib%s.a' % moduleid zf.write('build/%s' % libname, '%s/%s' % (modulepath,libname)) - docs = generate_doc(config) + # Currently no manual docs existing + docs = None if docs!=None: for doc in docs: for file, html in doc.iteritems(): diff --git a/iphone/manifest b/iphone/manifest index 121ac77..7bd548f 100644 --- a/iphone/manifest +++ b/iphone/manifest @@ -2,7 +2,7 @@ # this is your module manifest and used by Titanium # during compilation, packaging, distribution, etc. # -version: 1.0.1 +version: 1.0.2 apiversion: 2 architectures: armv7 arm64 i386 x86_64 description: ti.googlemaps diff --git a/iphone/ti.googlemaps.xcodeproj/project.xcworkspace/xcuserdata/hans.xcuserdatad/UserInterfaceState.xcuserstate b/iphone/ti.googlemaps.xcodeproj/project.xcworkspace/xcuserdata/hans.xcuserdatad/UserInterfaceState.xcuserstate index 039bbde..0e019c6 100644 Binary files a/iphone/ti.googlemaps.xcodeproj/project.xcworkspace/xcuserdata/hans.xcuserdatad/UserInterfaceState.xcuserstate and b/iphone/ti.googlemaps.xcodeproj/project.xcworkspace/xcuserdata/hans.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/iphone/titanium.xcconfig b/iphone/titanium.xcconfig index 965c704..022785b 100644 --- a/iphone/titanium.xcconfig +++ b/iphone/titanium.xcconfig @@ -4,7 +4,7 @@ // OF YOUR TITANIUM SDK YOU'RE BUILDING FOR // // -TITANIUM_SDK_VERSION = 5.0.2.GA +TITANIUM_SDK_VERSION = 5.1.0.GA //