Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #206 from Redth/hockeyapp
Browse files Browse the repository at this point in the history
Changed makefile to download the HockeyApp-SDK for iOS dynamically
  • Loading branch information
dalexsoto committed Mar 31, 2014
2 parents 7c95ce4 + 8ec9cc8 commit 41899a7
Show file tree
Hide file tree
Showing 35 changed files with 8 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file removed HockeyApp/binding/HockeySDKResources.bundle/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed HockeyApp/binding/HockeySDKResources.bundle/bg.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 8 additions & 2 deletions HockeyApp/binding/Makefile
Expand Up @@ -7,9 +7,15 @@ VERSION=3.5.4

all: HockeyApp.iOS.dll

HockeyApp.iOS.dll:
Prepare:
curl -L -o HockeySDK-iOS-$(VERSION).zip http://download.hockeyapp.net/sdk/ios/HockeySDK-iOS-$(VERSION).zip
unzip HockeySDK-iOS-$(VERSION).zip
cp HockeySDK-iOS/HockeySDK.embeddedframework/HockeySDK.framework/HockeySDK HockeySDK.a
cp -r HockeySDK-iOS/HockeySDK.embeddedframework/Resources/HockeySDKResources.bundle HockeySDKResources.bundle

HockeyApp.iOS.dll: Prepare
$(MDTOOL) build -c:"Release" HockeyApp.iOS.csproj
cp bin/Release/HockeyApp.iOS.dll HockeyApp.iOS.dll

clean:
-rm -rf Resources/ bin/ obj/ *.dll *.o *.mdb
-rm -rf Resources/ bin/ obj/ *.dll *.o *.mdb *.a Hockey-SDK-iOS-$(VERSION)/ *.zip HockeySDKResources.bundle HockeySDK-iOS/

0 comments on commit 41899a7

Please sign in to comment.