Skip to content
This repository has been archived by the owner on Apr 25, 2018. It is now read-only.

Commit

Permalink
Updated API version to 0.9. Added ignores for Xcode4 user files (I th…
Browse files Browse the repository at this point in the history
…ink that's what those are)
  • Loading branch information
davedelong committed Jun 24, 2010
1 parent 3cdf2a8 commit 65d97c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -2,4 +2,6 @@ build
consumerKey.txt consumerKey.txt
**/*.mode1v3 **/*.mode1v3
**/*.perspectivev3 **/*.perspectivev3
**/*.pbxuser **/*.pbxuser
**/*.xcworkspace
**/xcuserdata
2 changes: 1 addition & 1 deletion Classes/SKConstants.m
Expand Up @@ -26,7 +26,7 @@ of this software and associated documentation files (the "Software"), to deal
#import "SKConstants.h" #import "SKConstants.h"
#import "SKConstants_Internal.h" #import "SKConstants_Internal.h"


NSString * const SKAPIVersion = @"0.8"; NSString * const SKAPIVersion = @"0.9";


NSUInteger const SKPageSizeLimitMax = 100; NSUInteger const SKPageSizeLimitMax = 100;


Expand Down

0 comments on commit 65d97c0

Please sign in to comment.