From a8a8dfb90d6a51ae369c042c95162f45754c7c4b Mon Sep 17 00:00:00 2001 From: randomguy3 Date: Mon, 9 Jan 2012 11:00:50 +0000 Subject: Move tikzit into "trunk" directory git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@365 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64 --- .../Sparkle.framework/Versions/A/Headers/Sparkle.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tikzit/Frameworks/Sparkle.framework/Versions/A/Headers/Sparkle.h (limited to 'tikzit/Frameworks/Sparkle.framework/Versions/A/Headers/Sparkle.h') diff --git a/tikzit/Frameworks/Sparkle.framework/Versions/A/Headers/Sparkle.h b/tikzit/Frameworks/Sparkle.framework/Versions/A/Headers/Sparkle.h new file mode 100644 index 0000000..08dd577 --- /dev/null +++ b/tikzit/Frameworks/Sparkle.framework/Versions/A/Headers/Sparkle.h @@ -0,0 +1,21 @@ +// +// Sparkle.h +// Sparkle +// +// Created by Andy Matuschak on 3/16/06. (Modified by CDHW on 23/12/07) +// Copyright 2006 Andy Matuschak. All rights reserved. +// + +#ifndef SPARKLE_H +#define SPARKLE_H + +// This list should include the shared headers. It doesn't matter if some of them aren't shared (unless +// there are name-space collisions) so we can list all of them to start with: + +#import + +#import +#import +#import + +#endif -- cgit v1.2.3