diff options
author | Jay Freeman <saurik@saurik.com> | 2008-04-09 13:16:30 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-04-09 13:16:30 +0000 |
commit | 57c1ffed38c8aeb6b060a569f154786537773d3d (patch) | |
tree | 93dd238b4a66712f338c8d9e0f134146a74fb71b /data/mobileterminal/import.diff | |
parent | cf2539cb36513141dd09ce2a78d2468ef23e3beb (diff) |
Upgraded a few projects to their latest builds.
git-svn-id: http://svn.telesphoreo.org/trunk@204 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/mobileterminal/import.diff')
-rw-r--r-- | data/mobileterminal/import.diff | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/data/mobileterminal/import.diff b/data/mobileterminal/import.diff new file mode 100644 index 000000000..aacabb5fc --- /dev/null +++ b/data/mobileterminal/import.diff @@ -0,0 +1,36 @@ +diff -ru mobileterminal-273/MobileTerminal.h mobileterminal-273+iPhone/MobileTerminal.h +--- mobileterminal-273/MobileTerminal.h 2007-10-08 05:00:47.000000000 +0000 ++++ mobileterminal-273+iPhone/MobileTerminal.h 2008-04-09 11:50:48.000000000 +0000 +@@ -1,5 +1,6 @@ + // MobileTermina.h + #import <UIKit/UIKit.h> ++#import <Foundation/Foundation.h> + #import <GraphicsServices/GraphicsServices.h> + + @class PTYTextView; +diff -ru mobileterminal-273/PieView.m mobileterminal-273+iPhone/PieView.m +--- mobileterminal-273/PieView.m 2007-10-08 05:00:47.000000000 +0000 ++++ mobileterminal-273+iPhone/PieView.m 2008-04-09 12:06:49.000000000 +0000 +@@ -1,3 +1,4 @@ ++#import <Foundation/Foundation.h> + #import "PieView.h" + + @implementation PieView +diff -ru mobileterminal-273/PTYTextView.h mobileterminal-273+iPhone/PTYTextView.h +--- mobileterminal-273/PTYTextView.h 2007-10-01 08:23:11.000000000 +0000 ++++ mobileterminal-273+iPhone/PTYTextView.h 2008-04-09 11:55:17.000000000 +0000 +@@ -1,4 +1,5 @@ + // PTYTextView.h ++#import <CoreGraphics/CoreGraphics.h> + #import <UIKit/UIKit.h> + #import <UIKit/UITiledView.h> + +diff -ru mobileterminal-273/ShellKeyboard.h mobileterminal-273+iPhone/ShellKeyboard.h +--- mobileterminal-273/ShellKeyboard.h 2007-10-08 05:00:47.000000000 +0000 ++++ mobileterminal-273+iPhone/ShellKeyboard.h 2008-04-09 11:51:26.000000000 +0000 +@@ -1,4 +1,5 @@ + // ShellKeyboard.h ++#import <Foundation/Foundation.h> + #import <UIKit/UIKit.h> + #import <UIKit/UITextView.h> + |