Skip to content

Commit 52c9c00

Browse files
committed
xcode-update
1 parent 52b75ae commit 52c9c00

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

ObjectiveGit/Categories/NSArray+StringArray.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import <Foundation/Foundation.h>
10-
#import "git2/strarray.h"
10+
#import <ObjectiveGit/git2/strarray.h>
1111

1212
@interface NSArray (StringArray)
1313

ObjectiveGit/Categories/NSData+Git.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
//
44

55
#import <Foundation/Foundation.h>
6-
#import "git2/buffer.h"
7-
#import "git2/oid.h"
6+
#import <ObjectiveGit/git2/buffer.h>
7+
#import <ObjectiveGit/git2/oid.h>
88

99
@interface NSData (Git)
1010

ObjectiveGit/Categories/NSDate+GTTimeAdditions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import <Foundation/Foundation.h>
10-
#import "git2/types.h"
10+
#import <ObjectiveGit/git2/types.h>
1111

1212
@interface NSDate (GTTimeAdditions)
1313

ObjectiveGit/GTOID.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
//
88

99
#import <Foundation/Foundation.h>
10-
#import "git2/oid.h"
11-
#import "GTObject.h"
10+
#import <ObjectiveGit/git2/oid.h>
11+
#import <ObjectiveGit/GTObject.h>
1212

1313
NS_ASSUME_NONNULL_BEGIN
1414

ObjectiveGit/GTObject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
//
2929

3030
#import <Foundation/Foundation.h>
31-
#import "git2/types.h"
31+
#import <ObjectiveGit/git2/types.h>
3232

3333
typedef NS_ENUM(int, GTObjectType) {
3434
GTObjectTypeAny = GIT_OBJECT_ANY, /**< Object can be any of the following */

ObjectiveGit/GTReflogEntry+Private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ NS_ASSUME_NONNULL_BEGIN
2323

2424
@end
2525

26-
NS_ASSUME_NONNULL_END
26+
NS_ASSUME_NONNULL_END

0 commit comments

Comments
 (0)