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 #213 from bartsipes/TestFlight-SDK-3.0.2
Browse files Browse the repository at this point in the history
Upgrading to TestFlight SDK 3.0.2
  • Loading branch information
migueldeicaza committed Mar 9, 2015
2 parents 3f48053 + 324c8cd commit f212dc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions TestFlight/README.md
Expand Up @@ -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
========
Expand Down Expand Up @@ -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.
But that way it isn't tested and you could be having unexpected crashes off your app.
4 changes: 2 additions & 2 deletions 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:
Expand All @@ -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 \
Expand Down

0 comments on commit f212dc8

Please sign in to comment.