Skip to content

Commit

Permalink
Update the Makefile for Xamarin.iOS 64-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Sep 14, 2014
1 parent c169361 commit eeb8718
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ MDTOOL ?= /Applications/Xamarin\ Studio.app/Contents/MacOS/mdtool

.PHONY: all clean

all: ModernHttpClient.iOS.dll ModernHttpClient.Android.dll ModernHttpClient.Portable.dll
all: ModernHttpClient.iOS.dll ModernHttpClient.iOS64.dll ModernHttpClient.Android.dll ModernHttpClient.Portable.dll

package: ModernHttpClient.iOS.dll ModernHttpClient.Android.dll ModernHttpClient.Portable.dll
package: ModernHttpClient.iOS.dll ModernHttpClient.iOS64.dll ModernHttpClient.Android.dll ModernHttpClient.Portable.dll
mono vendor/nuget/NuGet.exe pack ./ModernHttpClient.nuspec
mv modernhttpclient*.nupkg ./build/

Expand All @@ -26,6 +26,11 @@ ModernHttpClient.iOS.dll:
mkdir -p ./build/MonoTouch
mv ./src/ModernHttpClient/bin/Release/MonoTouch/* ./build/MonoTouch

ModernHttpClient.iOS64.dll:
$(MDTOOL) build -c:Release ./src/ModernHttpClient/ModernHttpClient.iOS64.csproj
mkdir -p ./build/Xamarin.iOS10
mv ./src/ModernHttpClient/bin/Release/Xamarin.iOS10/* ./build/Xamarin.iOS10

ModernHttpClient.Portable.dll:
$(MDTOOL) build -c:Release ./src/ModernHttpClient/ModernHttpClient.Portable.csproj
mkdir -p ./build/Portable-Net45+WinRT45+WP8+WPA81
Expand Down

0 comments on commit eeb8718

Please sign in to comment.