|
94 | 94 | 4D79C0EE17DF9F4D00997DE4 /* GTCredential.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D79C0EC17DF9F4D00997DE4 /* GTCredential.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
95 | 95 | 4D79C0EF17DF9F4D00997DE4 /* GTCredential.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D79C0ED17DF9F4D00997DE4 /* GTCredential.m */; };
|
96 | 96 | 4DBA4A3217DA73CE006CD5F5 /* GTRemoteSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DBA4A3117DA73CE006CD5F5 /* GTRemoteSpec.m */; };
|
| 97 | + 4DC3720D1F27CD96003CD3CE /* GTRepository+Worktree.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DC3720B1F27CD96003CD3CE /* GTRepository+Worktree.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 98 | + 4DC3720E1F27CD96003CD3CE /* GTRepository+Worktree.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DC3720C1F27CD96003CD3CE /* GTRepository+Worktree.m */; }; |
| 99 | + 4DC372111F27D6D3003CD3CE /* GTWorktree.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DC3720F1F27D6D3003CD3CE /* GTWorktree.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 100 | + 4DC372121F27D6D3003CD3CE /* GTWorktree.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DC372101F27D6D3003CD3CE /* GTWorktree.m */; }; |
97 | 101 | 4DC55AE51AD859AD0032563C /* GTCheckoutOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DC55AE31AD859AD0032563C /* GTCheckoutOptions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
98 | 102 | 4DC55AE61AD859AD0032563C /* GTCheckoutOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DC55AE31AD859AD0032563C /* GTCheckoutOptions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
99 | 103 | 4DC55AE71AD859AD0032563C /* GTCheckoutOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DC55AE41AD859AD0032563C /* GTCheckoutOptions.m */; };
|
100 | 104 | 4DC55AE81AD859AD0032563C /* GTCheckoutOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DC55AE41AD859AD0032563C /* GTCheckoutOptions.m */; };
|
| 105 | + 4DE935D21FCB0096003CD3CE /* GTWorktree.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DC3720F1F27D6D3003CD3CE /* GTWorktree.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
101 | 106 | 4DFFB15B183AA8D600D1565E /* GTRepository+RemoteOperations.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DFFB159183AA8D600D1565E /* GTRepository+RemoteOperations.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
102 | 107 | 4DFFB15C183AA8D600D1565E /* GTRepository+RemoteOperations.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DFFB15A183AA8D600D1565E /* GTRepository+RemoteOperations.m */; };
|
103 | 108 | 55C8055013861FE7004DCB0F /* GTObjectDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = 55C8054D13861F34004DCB0F /* GTObjectDatabase.m */; };
|
|
491 | 496 | 4D79C0ED17DF9F4D00997DE4 /* GTCredential.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTCredential.m; sourceTree = "<group>"; };
|
492 | 497 | 4D79C0F617DFAA7100997DE4 /* GTCredential+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTCredential+Private.h"; sourceTree = "<group>"; };
|
493 | 498 | 4DBA4A3117DA73CE006CD5F5 /* GTRemoteSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTRemoteSpec.m; sourceTree = "<group>"; };
|
| 499 | + 4DC3720B1F27CD96003CD3CE /* GTRepository+Worktree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTRepository+Worktree.h"; sourceTree = "<group>"; }; |
| 500 | + 4DC3720C1F27CD96003CD3CE /* GTRepository+Worktree.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GTRepository+Worktree.m"; sourceTree = "<group>"; }; |
| 501 | + 4DC3720F1F27D6D3003CD3CE /* GTWorktree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTWorktree.h; sourceTree = "<group>"; }; |
| 502 | + 4DC372101F27D6D3003CD3CE /* GTWorktree.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTWorktree.m; sourceTree = "<group>"; }; |
494 | 503 | 4DC55AE31AD859AD0032563C /* GTCheckoutOptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTCheckoutOptions.h; sourceTree = "<group>"; };
|
495 | 504 | 4DC55AE41AD859AD0032563C /* GTCheckoutOptions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTCheckoutOptions.m; sourceTree = "<group>"; };
|
496 | 505 | 4DE864341794A37E00371A65 /* GTRepository+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTRepository+Private.h"; sourceTree = "<group>"; };
|
|
898 | 907 | 88B2131B1B20E785005CF2C5 /* GTRepository+References.m */,
|
899 | 908 | 23F39FAB1C86DB1C00849F3C /* GTRepository+Merging.h */,
|
900 | 909 | 23F39FAC1C86DB1C00849F3C /* GTRepository+Merging.m */,
|
| 910 | + 4DC3720B1F27CD96003CD3CE /* GTRepository+Worktree.h */, |
| 911 | + 4DC3720C1F27CD96003CD3CE /* GTRepository+Worktree.m */, |
901 | 912 | BDD8AE6D13131B8800CB5D40 /* GTEnumerator.h */,
|
902 | 913 | BDD8AE6E13131B8800CB5D40 /* GTEnumerator.m */,
|
903 | 914 | BD6C22A71314625800992935 /* GTObject.h */,
|
|
967 | 978 | 6EEB51A0199D62B9001D72C0 /* GTFetchHeadEntry.m */,
|
968 | 979 | 4DC55AE31AD859AD0032563C /* GTCheckoutOptions.h */,
|
969 | 980 | 4DC55AE41AD859AD0032563C /* GTCheckoutOptions.m */,
|
| 981 | + 4DC3720F1F27D6D3003CD3CE /* GTWorktree.h */, |
| 982 | + 4DC372101F27D6D3003CD3CE /* GTWorktree.m */, |
970 | 983 | );
|
971 | 984 | path = ObjectiveGit;
|
972 | 985 | sourceTree = "<group>";
|
|
1081 | 1094 | BDD627991318391200DE34D1 /* GTBlob.h in Headers */,
|
1082 | 1095 | 886E622A18AEBF75000611A0 /* GTFilterSource.h in Headers */,
|
1083 | 1096 | BDD62924131C03D600DE34D1 /* GTTag.h in Headers */,
|
| 1097 | + 4DC372111F27D6D3003CD3CE /* GTWorktree.h in Headers */, |
1084 | 1098 | 88BC0E5018EF4F3600C7D0E6 /* GTRepository+Reset.h in Headers */,
|
1085 | 1099 | BDFAF9C3131C1845000508BC /* GTIndex.h in Headers */,
|
1086 | 1100 | BDFAF9C9131C1868000508BC /* GTIndexEntry.h in Headers */,
|
|
1108 | 1122 | 55C8057E13875C1B004DCB0F /* NSString+Git.h in Headers */,
|
1109 | 1123 | 30A3D6541667F11C00C49A39 /* GTDiff.h in Headers */,
|
1110 | 1124 | 3011D86B1668E48500CE3409 /* GTDiffFile.h in Headers */,
|
| 1125 | + 4DC3720D1F27CD96003CD3CE /* GTRepository+Worktree.h in Headers */, |
1111 | 1126 | 3011D8711668E78500CE3409 /* GTDiffHunk.h in Headers */,
|
1112 | 1127 | 880EE66118AE700500B82455 /* GTFilter.h in Headers */,
|
1113 | 1128 | 30FDC07F16835A8100654BF0 /* GTDiffLine.h in Headers */,
|
|
1143 | 1158 | D01B6F4D19F82F8700D411BC /* GTRemote.h in Headers */,
|
1144 | 1159 | D01B6F1519F82F7B00D411BC /* NSData+Git.h in Headers */,
|
1145 | 1160 | D01B6F6119F82FA600D411BC /* GTFilterSource.h in Headers */,
|
| 1161 | + 4DE935D21FCB0096003CD3CE /* GTWorktree.h in Headers */, |
1146 | 1162 | D0E0171519F9AD820019930C /* ObjectiveGit.h in Headers */,
|
1147 | 1163 | 88B2131D1B20E785005CF2C5 /* GTRepository+References.h in Headers */,
|
1148 | 1164 | D01B6F4919F82F8700D411BC /* GTOdbObject.h in Headers */,
|
|
1473 | 1489 | 30DCBA6517B45A78009B0EBD /* GTRepository+Status.m in Sources */,
|
1474 | 1490 | BD6C235413146E6A00992935 /* GTObject.m in Sources */,
|
1475 | 1491 | 4DC55AE71AD859AD0032563C /* GTCheckoutOptions.m in Sources */,
|
| 1492 | + 4DC3720E1F27CD96003CD3CE /* GTRepository+Worktree.m in Sources */, |
1476 | 1493 | BD6C254613148DD300992935 /* GTSignature.m in Sources */,
|
1477 | 1494 | BD6B0412131496B8001909D0 /* GTTree.m in Sources */,
|
1478 | 1495 | BD6B0418131496CC001909D0 /* GTTreeEntry.m in Sources */,
|
|
1494 | 1511 | 88EB7E4E14AEBA600046FEA4 /* GTConfiguration.m in Sources */,
|
1495 | 1512 | 883CD6AC1600EBC600F57354 /* GTRemote.m in Sources */,
|
1496 | 1513 | 30DCBA7317B4791A009B0EBD /* NSArray+StringArray.m in Sources */,
|
| 1514 | + 4DC372121F27D6D3003CD3CE /* GTWorktree.m in Sources */, |
1497 | 1515 | 4DFFB15C183AA8D600D1565E /* GTRepository+RemoteOperations.m in Sources */,
|
1498 | 1516 | 88F05AC61601209A00B7AD1D /* ObjectiveGit.m in Sources */,
|
1499 | 1517 | 30A3D6561667F11C00C49A39 /* GTDiff.m in Sources */,
|
|
0 commit comments