aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/ShortcutRecorder.framework/Versions/A/Headers/ShortcutRecorder.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-11-16 21:19:22 +0000
committerrowanbeentje <rowan@beent.je>2010-11-16 21:19:22 +0000
commita8f62043badbb88849f783b53772bbbc35513379 (patch)
tree395898de97be10262efd32eca9590fc71472c539 /Frameworks/ShortcutRecorder.framework/Versions/A/Headers/ShortcutRecorder.h
parent1ef653b918ddd53d6e54d4e1923b217f8b555080 (diff)
downloadsequelpro-a8f62043badbb88849f783b53772bbbc35513379.tar.gz
sequelpro-a8f62043badbb88849f783b53772bbbc35513379.tar.bz2
sequelpro-a8f62043badbb88849f783b53772bbbc35513379.zip
- Add the NewBSD-licensed ShortcutRecorder.framework to the project, for initial use in the bundle editor (not implemented yet). Includes the .ibplugin within the framework.
- Update localisable strings
Diffstat (limited to 'Frameworks/ShortcutRecorder.framework/Versions/A/Headers/ShortcutRecorder.h')
-rw-r--r--Frameworks/ShortcutRecorder.framework/Versions/A/Headers/ShortcutRecorder.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/Frameworks/ShortcutRecorder.framework/Versions/A/Headers/ShortcutRecorder.h b/Frameworks/ShortcutRecorder.framework/Versions/A/Headers/ShortcutRecorder.h
new file mode 100644
index 00000000..855a2882
--- /dev/null
+++ b/Frameworks/ShortcutRecorder.framework/Versions/A/Headers/ShortcutRecorder.h
@@ -0,0 +1,17 @@
+//
+// ShortcutRecorder.h
+// ShortcutRecorder
+// - 10.5 version only; master framework header
+//
+// Copyright 2007 Contributors. All rights reserved.
+//
+// License: BSD
+//
+// Contributors to this file:
+// Jesper
+
+#import <ShortcutRecorder/SRCommon.h>
+#import <ShortcutRecorder/SRKeyCodeTransformer.h>
+#import <ShortcutRecorder/SRValidator.h>
+#import <ShortcutRecorder/SRRecorderCell.h>
+#import <ShortcutRecorder/SRRecorderControl.h>