diff options
author | Jay Freeman <saurik@saurik.com> | 2008-09-06 19:44:29 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-09-06 19:44:29 +0000 |
commit | 685666c6e02822966f20e79ee4d0070cc07c870c (patch) | |
tree | 658e29546b29fff6f020f3f9bb6c1303ad20454d /data/jocstrap/location.diff | |
parent | 3eab1a228422e95ca4642cf087c42904972d3fd1 (diff) |
A few recent bug fixes to JocStrap for memory management.
git-svn-id: http://svn.telesphoreo.org/trunk@462 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/jocstrap/location.diff')
-rw-r--r-- | data/jocstrap/location.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/jocstrap/location.diff b/data/jocstrap/location.diff new file mode 100644 index 000000000..97ab645ed --- /dev/null +++ b/data/jocstrap/location.diff @@ -0,0 +1,11 @@ +diff -ru jocstrap-1.0.2549/jocstrap/makefile jocstrap-1.0.2549+iPhone/jocstrap/makefile +--- jocstrap-1.0.2549/jocstrap/makefile 2008-08-26 11:08:53.000000000 +0000 ++++ jocstrap-1.0.2549+iPhone/jocstrap/makefile 2008-08-26 11:13:02.000000000 +0000 +@@ -43,7 +43,6 @@ + frameworks += MessageUI + frameworks += AddressBookUI + frameworks += CoreTelephony +- frameworks += CoreLocation + frameworks += MusicLibrary + frameworks += CoreLocation + main += HelloJava |