From 1ccc8762a6564348b775a5038c16b3566114f2eb Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Wed, 11 Nov 2009 22:07:28 +0100 Subject: Simplify 'libiphone.iPhone' module to 'iphone' --- swig/iphone.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swig/iphone.i') diff --git a/swig/iphone.i b/swig/iphone.i index 6604c63..a0ee509 100644 --- a/swig/iphone.i +++ b/swig/iphone.i @@ -1,5 +1,5 @@ /* swig.i */ - %module(package="libiphone") iPhone + %module iphone %feature("autodoc", "1"); %{ /* Includes the header in the wrapper code */ -- cgit v1.1-32-gdbae