Skip to content

Commit

Permalink
Correct location of HockeyApp sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
timanrebel committed Dec 15, 2014
1 parent 1cb68c3 commit 219f29a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion iphone/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions iphone/module.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
OTHER_LDFLAGS=$(inherited) -framework HockeySDK -framework Foundation -framework UIKit -framework SystemConfiguration -framework QuartzCore -framework CoreGraphics

0 comments on commit 219f29a

Please sign in to comment.