diff --git a/TestFlight/README.md b/TestFlight/README.md index 2a712b70..8e1641a9 100644 --- a/TestFlight/README.md +++ b/TestFlight/README.md @@ -5,7 +5,7 @@ This is a MonoTouch binding for the TestFlight SDK which can be found at https://testflightapp.com/sdk/ -The current version of this binding is for TestFlight SDK 3.0.0 released on 19 Feb 2014 +The current version of this binding is for TestFlight SDK 3.0.2 released on 14 April 2014 Building ======== @@ -40,4 +40,4 @@ Future versions =============== If the bindings aren't updated to the latest version, you could try to edit the makefile yourself. -But that way it isn't tested and you could be having unexpected crashes off your app. \ No newline at end of file +But that way it isn't tested and you could be having unexpected crashes off your app. diff --git a/TestFlight/binding/Makefile b/TestFlight/binding/Makefile index 315ddf8b..706f5f6c 100644 --- a/TestFlight/binding/Makefile +++ b/TestFlight/binding/Makefile @@ -1,5 +1,5 @@ BTOUCH=/Developer/MonoTouch/usr/bin/btouch -VERSION=3.0.0 +VERSION=3.0.2 all: TestFlight.dll TestFlightSDK$(VERSION).zip: @@ -11,7 +11,7 @@ TestFlightSDK$(VERSION).zip: libTestFlight.a: TestFlightSDK$(VERSION).zip unzip -p $^ $@ > $@ - + #Please do not remove libTestFlight.a/CITest check CITest: @if test -f ../../../monotouch-bindings-externals/TestFlight/libTestFlight.a; then \