|
89 | 89 | 30FDC08116835A8100654BF0 /* GTDiffLine.m in Sources */ = {isa = PBXBuildFile; fileRef = 30FDC07E16835A8100654BF0 /* GTDiffLine.m */; };
|
90 | 90 | 4D123240178E009E0048F785 /* GTRepositoryCommittingSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D12323F178E009E0048F785 /* GTRepositoryCommittingSpec.m */; };
|
91 | 91 | 4D1C40D8182C006D00BE2960 /* GTBlobSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D1C40D7182C006D00BE2960 /* GTBlobSpec.m */; };
|
| 92 | + 4D2740CE1E06C048004C3A6F /* GTAnnotatedCommit.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D2740CC1E06C048004C3A6F /* GTAnnotatedCommit.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 93 | + 4D2740CF1E06C048004C3A6F /* GTAnnotatedCommit.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D2740CC1E06C048004C3A6F /* GTAnnotatedCommit.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 94 | + 4D2740D01E06C048004C3A6F /* GTAnnotatedCommit.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D2740CD1E06C048004C3A6F /* GTAnnotatedCommit.m */; }; |
| 95 | + 4D2740D11E06C048004C3A6F /* GTAnnotatedCommit.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D2740CD1E06C048004C3A6F /* GTAnnotatedCommit.m */; }; |
92 | 96 | 4D79C0EE17DF9F4D00997DE4 /* GTCredential.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D79C0EC17DF9F4D00997DE4 /* GTCredential.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
93 | 97 | 4D79C0EF17DF9F4D00997DE4 /* GTCredential.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D79C0ED17DF9F4D00997DE4 /* GTCredential.m */; };
|
| 98 | + 4D7BA1C3218531AD003CD3CE /* GTAnnotatedCommitSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BA1C2218531AD003CD3CE /* GTAnnotatedCommitSpec.m */; }; |
| 99 | + 4D7BA1C4218531AD003CD3CE /* GTAnnotatedCommitSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BA1C2218531AD003CD3CE /* GTAnnotatedCommitSpec.m */; }; |
94 | 100 | 4D9BCD24206D84AD003CD3CE /* libgit2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D9BCD23206D84AD003CD3CE /* libgit2.a */; };
|
95 | 101 | 4D9BCD25206D84B2003CD3CE /* libgit2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D9BCD23206D84AD003CD3CE /* libgit2.a */; };
|
96 | 102 | 4DBA4A3217DA73CE006CD5F5 /* GTRemoteSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DBA4A3117DA73CE006CD5F5 /* GTRemoteSpec.m */; };
|
|
488 | 494 | 30FDC07E16835A8100654BF0 /* GTDiffLine.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTDiffLine.m; sourceTree = "<group>"; };
|
489 | 495 | 4D12323F178E009E0048F785 /* GTRepositoryCommittingSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTRepositoryCommittingSpec.m; sourceTree = "<group>"; };
|
490 | 496 | 4D1C40D7182C006D00BE2960 /* GTBlobSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTBlobSpec.m; sourceTree = "<group>"; };
|
| 497 | + 4D2740CC1E06C048004C3A6F /* GTAnnotatedCommit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTAnnotatedCommit.h; sourceTree = "<group>"; }; |
| 498 | + 4D2740CD1E06C048004C3A6F /* GTAnnotatedCommit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTAnnotatedCommit.m; sourceTree = "<group>"; }; |
491 | 499 | 4D79C0EC17DF9F4D00997DE4 /* GTCredential.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTCredential.h; sourceTree = "<group>"; };
|
492 | 500 | 4D79C0ED17DF9F4D00997DE4 /* GTCredential.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTCredential.m; sourceTree = "<group>"; };
|
493 | 501 | 4D79C0F617DFAA7100997DE4 /* GTCredential+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTCredential+Private.h"; sourceTree = "<group>"; };
|
| 502 | + 4D7BA1C2218531AD003CD3CE /* GTAnnotatedCommitSpec.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GTAnnotatedCommitSpec.m; sourceTree = "<group>"; }; |
494 | 503 | 4D9BCD23206D84AD003CD3CE /* libgit2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgit2.a; path = External/build/lib/libgit2.a; sourceTree = "<group>"; };
|
495 | 504 | 4DBA4A3117DA73CE006CD5F5 /* GTRemoteSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTRemoteSpec.m; sourceTree = "<group>"; };
|
496 | 505 | 4DC55AE31AD859AD0032563C /* GTCheckoutOptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTCheckoutOptions.h; sourceTree = "<group>"; };
|
|
825 | 834 | 88F05A7516011E5400B7AD1D /* ObjectiveGitTests */ = {
|
826 | 835 | isa = PBXGroup;
|
827 | 836 | children = (
|
| 837 | + 4D7BA1C2218531AD003CD3CE /* GTAnnotatedCommitSpec.m */, |
828 | 838 | 200578C418932A82001C06C3 /* GTBlameSpec.m */,
|
829 | 839 | 4D1C40D7182C006D00BE2960 /* GTBlobSpec.m */,
|
830 | 840 | 88A994B916FCE7D400402C7B /* GTBranchSpec.m */,
|
|
976 | 986 | 6EEB51A0199D62B9001D72C0 /* GTFetchHeadEntry.m */,
|
977 | 987 | 4DC55AE31AD859AD0032563C /* GTCheckoutOptions.h */,
|
978 | 988 | 4DC55AE41AD859AD0032563C /* GTCheckoutOptions.m */,
|
| 989 | + 4D2740CC1E06C048004C3A6F /* GTAnnotatedCommit.h */, |
| 990 | + 4D2740CD1E06C048004C3A6F /* GTAnnotatedCommit.m */, |
979 | 991 | );
|
980 | 992 | path = ObjectiveGit;
|
981 | 993 | sourceTree = "<group>";
|
|
1090 | 1102 | 4DC55AE51AD859AD0032563C /* GTCheckoutOptions.h in Headers */,
|
1091 | 1103 | BD441E08131ED0C300187010 /* GTReference.h in Headers */,
|
1092 | 1104 | 88F6D9D91320451F00CC0BA8 /* ObjectiveGit.h in Headers */,
|
| 1105 | + 4D2740CE1E06C048004C3A6F /* GTAnnotatedCommit.h in Headers */, |
1093 | 1106 | 88B2131C1B20E785005CF2C5 /* GTRepository+References.h in Headers */,
|
1094 | 1107 | 88F6D9FA1320467100CC0BA8 /* GTCommit.h in Headers */,
|
1095 | 1108 | 88F6D9FB1320467500CC0BA8 /* GTObject.h in Headers */,
|
|
1179 | 1192 | D01B6F6F19F82FB300D411BC /* GTDiffHunk.h in Headers */,
|
1180 | 1193 | D01B6F4319F82F8700D411BC /* GTReference.h in Headers */,
|
1181 | 1194 | D01B6F3F19F82F8700D411BC /* GTIndex.h in Headers */,
|
| 1195 | + 4D2740CF1E06C048004C3A6F /* GTAnnotatedCommit.h in Headers */, |
1182 | 1196 | D01B6F2719F82F8700D411BC /* GTRepository+Stashing.h in Headers */,
|
1183 | 1197 | D01B6F5119F82FA600D411BC /* GTBlame.h in Headers */,
|
1184 | 1198 | D01B6F1D19F82F7B00D411BC /* NSArray+StringArray.h in Headers */,
|
|
1435 | 1449 | F8EFA03A1B4059ED000FF7D0 /* GTUtilityFunctions.m in Sources */,
|
1436 | 1450 | 30B1E8001703871900D0814D /* GTTimeAdditionsSpec.m in Sources */,
|
1437 | 1451 | 8870390B1975E3F2004118D7 /* GTDiffDeltaSpec.m in Sources */,
|
| 1452 | + 4D7BA1C3218531AD003CD3CE /* GTAnnotatedCommitSpec.m in Sources */, |
1438 | 1453 | 88C0BC5917038CF3009E99AA /* GTConfigurationSpec.m in Sources */,
|
1439 | 1454 | 88215483171499BE00D76B76 /* GTReflogSpec.m in Sources */,
|
1440 | 1455 | 88948AC91779243600809CDA /* GTObjectDatabaseSpec.m in Sources */,
|
|
1517 | 1532 | D03B57A418BFFF07007124F4 /* GTDiffPatch.m in Sources */,
|
1518 | 1533 | D03B07F71965DAB0009E5624 /* NSData+Git.m in Sources */,
|
1519 | 1534 | 20F43DE618A2F668007D3621 /* GTRepository+Blame.m in Sources */,
|
| 1535 | + 4D2740D01E06C048004C3A6F /* GTAnnotatedCommit.m in Sources */, |
1520 | 1536 | 5BE6128A1745EE3400266D8C /* GTTreeBuilder.m in Sources */,
|
1521 | 1537 | D09C2E381755F16200065E36 /* GTSubmodule.m in Sources */,
|
1522 | 1538 | 4D79C0EF17DF9F4D00997DE4 /* GTCredential.m in Sources */,
|
|
1579 | 1595 | D01B6F6219F82FA600D411BC /* GTFilterSource.m in Sources */,
|
1580 | 1596 | D01B6F1C19F82F7B00D411BC /* NSDate+GTTimeAdditions.m in Sources */,
|
1581 | 1597 | D01B6F1619F82F7B00D411BC /* NSData+Git.m in Sources */,
|
| 1598 | + 4D2740D11E06C048004C3A6F /* GTAnnotatedCommit.m in Sources */, |
1582 | 1599 | D01B6F1E19F82F7B00D411BC /* NSArray+StringArray.m in Sources */,
|
1583 | 1600 | D01B6F5819F82FA600D411BC /* GTReflogEntry.m in Sources */,
|
1584 | 1601 | D01B6F4A19F82F8700D411BC /* GTOdbObject.m in Sources */,
|
|
1615 | 1632 | F8D007901B4FA03B009A8DAF /* GTDiffSpec.m in Sources */,
|
1616 | 1633 | F8D007A71B4FA040009A8DAF /* QuickSpec+GTFixtures.m in Sources */,
|
1617 | 1634 | F8D0079A1B4FA03B009A8DAF /* GTRepositoryCommittingSpec.m in Sources */,
|
| 1635 | + 4D7BA1C4218531AD003CD3CE /* GTAnnotatedCommitSpec.m in Sources */, |
1618 | 1636 | F8D0078E1B4FA03B009A8DAF /* GTCommitSpec.m in Sources */,
|
1619 | 1637 | F86949AA1BF1B79E00A989D3 /* GTUtilityFunctions.m in Sources */,
|
1620 | 1638 | F8D0078F1B4FA03B009A8DAF /* GTConfigurationSpec.m in Sources */,
|
|
0 commit comments