From 219f29a5fa87a220ac00f5d3ddb81a3075f13bfb Mon Sep 17 00:00:00 2001 From: Timan Rebel Date: Mon, 15 Dec 2014 12:16:57 +0100 Subject: [PATCH] Correct location of HockeyApp sdk --- iphone/manifest | 2 +- iphone/module.xcconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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