Skip to content

Commit

Permalink
more changes merged from Google Code
Browse files Browse the repository at this point in the history
PLATFORM() macro
  • Loading branch information
itod committed Aug 10, 2012
1 parent eb778c5 commit f9b512e
Show file tree
Hide file tree
Showing 86 changed files with 5,078 additions and 71 deletions.
2 changes: 1 addition & 1 deletion ParseKit.xcodeproj/.svn/entries
Expand Up @@ -32,7 +32,7 @@ file



2012-08-10T21:19:54.000000Z
2012-08-10T22:20:27.000000Z
3f59b7acc3970f87f42bbfeec62ac11c
2012-08-10T21:21:04.016657Z
118
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion ParseKitMobile_Prefix.pch
Expand Up @@ -4,4 +4,4 @@
#import <CoreGraphics/CoreGraphics.h>
#endif

#define PK_INCLUDE_TWITTER_STATE 0
#define PLATFORM(TWITTER_STATE) 0
9 changes: 3 additions & 6 deletions ParseKit_Prefix.pch
Expand Up @@ -6,10 +6,7 @@
#import <Foundation/Foundation.h>
#endif

#if defined(MAC_OS_X_VERSION_10_6) && defined(TARGET_OS_MAC)
#define TARGET_OS_SNOW_LEOPARD
#endif

#define PLATFORM(PK_FEATURE) (defined PK_PLATFORM_##PK_FEATURE && PK_PLATFORM_##PK_FEATURE)
#define PLATFORM(PK_FEATURE) (defined PK_PLATFORM_##PK_FEATURE && PK_PLATFORM_##PK_FEATURE)

#define PK_INCLUDE_TWITTER_STATE 0
#define PK_PLATFORM_EMAIL_STATE 0
#define PK_PLATFORM_TWITTER_STATE 0
5 changes: 5 additions & 0 deletions include/.svn/all-wcprops
@@ -0,0 +1,5 @@
K 25
svn:wc:ra_dav:version-url
V 30
/svn/!svn/ver/68/trunk/include
END
31 changes: 31 additions & 0 deletions include/.svn/entries
@@ -0,0 +1,31 @@
10

dir
105
https://todd.ditchendorf@parsekit.googlecode.com/svn/trunk/include
https://todd.ditchendorf@parsekit.googlecode.com/svn



2012-03-18T20:10:59.455761Z
68
todd.ditchendorf














47a69902-6c80-45e3-bb3b-c8207f6fa097

ParseKit
dir

0 comments on commit f9b512e

Please sign in to comment.