diff --git a/iphone/manifest b/iphone/manifest index 5d0d0b2..907594b 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: 0.4.1 +version: 0.4.2 apiversion: 2 description: Appcelerator module wrapping the HockeyApp SDK author: Timan Rebel diff --git a/iphone/module.xcconfig b/iphone/module.xcconfig index 54ef483..0632d59 100644 --- a/iphone/module.xcconfig +++ b/iphone/module.xcconfig @@ -25,7 +25,7 @@ // // IMPORTANT NOTE: always use $(inherited) in your overrides // -FRAMEWORK_SEARCH_PATHS=$(SRCROOT)/../../modules/iphone/nl.rebelic.hockeyapp/0.3/platform +FRAMEWORK_SEARCH_PATHS=$(SRCROOT)/../../modules/iphone/nl.rebelic.hockeyapp/0.4.2/platform -OTHER_LDFLAGS=$(inherited) -framework HockeySDK -framework Foundation -framework UIKit -framework SystemConfiguration -framework QuartzCore -framework CoreGraphics \ No newline at end of file +OTHER_LDFLAGS=$(inherited) -framework HockeySDK -framework Foundation -framework UIKit -framework SystemConfiguration -framework QuartzCore -framework CoreGraphics