Skip to content

Commit

Permalink
Update import commands
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Nov 6, 2015
1 parent d6dcba0 commit 3258969
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "A9023A5A8E4E2A7528B2DD770D462120A948878B",
"DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : {

},
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
"A9023A5A8E4E2A7528B2DD770D462120A948878B" : 0,
"A81925F2-FC62-42F2-B453-3AB5287B921D" : 0
},
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "122EFC76-200A-40BB-A997-FA4FFAC6F546",
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
"A9023A5A8E4E2A7528B2DD770D462120A948878B" : "MendeleySDKNew",
"A81925F2-FC62-42F2-B453-3AB5287B921D" : "MendeleySDKOAuth2"
},
"DVTSourceControlWorkspaceBlueprintNameKey" : "MendeleySDKDemo",
"DVTSourceControlWorkspaceBlueprintVersion" : 204,
"DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "Examples\/MendeleySDKDemo\/MendeleySDKDemo.xcworkspace",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "ssh:\/\/github.com\/shazino\/MendeleySDK.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "A81925F2-FC62-42F2-B453-3AB5287B921D"
},
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:shazino\/MendeleySDK.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "A9023A5A8E4E2A7528B2DD770D462120A948878B"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#import "MDLFilesViewController.h"

#import "MDLFile.h"
#import <AFNetworking.h>
#import <AFNetworking/AFNetworking.h>

#import "UIViewController+MDLError.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#import <MendeleySDK/MDLMendeleyAPIClient.h>
#import <MendeleySDK/MDLProfile.h>

#import <AFNetworking.h>
#import <AFNetworking/AFNetworking.h>

#import "UIViewController+MDLError.h"

Expand Down
2 changes: 1 addition & 1 deletion MendeleySDK/MDLMendeleyAPIClient.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#import "MDLResponseInfo.h"

#import <AFNetworking.h>
#import <AFNetworking/AFNetworking.h>

NSString * const MDLMendeleyAPIBaseURLString = @"https://api.mendeley.com/";

Expand Down
4 changes: 2 additions & 2 deletions MendeleySDK/MendeleySDK.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

#define _MENDELEY_SDK_

#import <AFOAuth2Client.h>
#import <AFNetworking.h>
#import <AFOAuth2Client/AFOAuth2Client.h>
#import <AFNetworking/AFNetworking.h>

#import "MDLMendeleyAPIClient.h"
#import "MDLResponseInfo.h"
Expand Down

0 comments on commit 3258969

Please sign in to comment.