Skip to content

Commit

Permalink
Merge branch 'ikorichSubmodules'
Browse files Browse the repository at this point in the history
  • Loading branch information
VilemKurz committed Jan 19, 2012
2 parents 3efa958 + beeb4c2 commit 4d82e61
Show file tree
Hide file tree
Showing 15 changed files with 58 additions and 1,519 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -9,3 +9,4 @@
build
.DS_Store
Classes/ShareKit/SHKConfig.h
DerivedData
8 changes: 7 additions & 1 deletion .gitmodules
Expand Up @@ -3,4 +3,10 @@
url = git://github.com/ShareKit/facebook-ios-sdk.git
[submodule "JSONKit"]
path = Submodules/JSONKit
url = git://github.com/johnezang/JSONKit.git
url = git://github.com/johnezang/JSONKit.git
[submodule "Submodules/sskeychain"]
path = Submodules/sskeychain
url = git@github.com:samsoffes/sskeychain
[submodule "Submodules/objectiveflickr"]
path = Submodules/objectiveflickr
url = git@github.com:lukhnos/objectiveflickr
2 changes: 1 addition & 1 deletion Classes/Example/ShareKitDemoConfigurator.m
Expand Up @@ -190,7 +190,7 @@ - (NSString*)barStyle {
}

- (UIColor*)barTintForView:(UIViewController*)vc {
if ([NSStringFromClass([vc class]) isEqualToString:@"SHKTwitter"])
return [UIColor colorWithRed:0 green:151.0f/255 blue:222.0f/255 alpha:1];

Expand Down
2 changes: 2 additions & 0 deletions Classes/ShareKit/Configuration/LegacySHKConfigurator.m
Expand Up @@ -41,6 +41,8 @@ @implementation LegacySHKConfigurator
- (void)dealloc
{
[configuration release];

[super dealloc];
}

- (id)init
Expand Down
41 changes: 0 additions & 41 deletions Classes/ShareKit/Core/Helpers/Keychain/SFHFKeychainUtils.h

This file was deleted.

0 comments on commit 4d82e61

Please sign in to comment.