|
175 | 175 | BDFAF9C4131C1845000508BC /* GTIndex.m in Sources */ = {isa = PBXBuildFile; fileRef = BDFAF9C2131C1845000508BC /* GTIndex.m */; };
|
176 | 176 | BDFAF9C9131C1868000508BC /* GTIndexEntry.h in Headers */ = {isa = PBXBuildFile; fileRef = BDFAF9C7131C1868000508BC /* GTIndexEntry.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
177 | 177 | BDFAF9CA131C1868000508BC /* GTIndexEntry.m in Sources */ = {isa = PBXBuildFile; fileRef = BDFAF9C8131C1868000508BC /* GTIndexEntry.m */; };
|
| 178 | + BEF7E4E01A3A47690035BB8E /* git2 in Copy git2 Headers again */ = {isa = PBXBuildFile; fileRef = 79262F0E13C697BE00A4B1EA /* git2 */; }; |
178 | 179 | D00F6816175D373C004DB9D6 /* GTReferenceSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = D00F6815175D373C004DB9D6 /* GTReferenceSpec.m */; };
|
179 | 180 | D015F7CA17F695E800AD5E1F /* GTRepository+Stashing.h in Headers */ = {isa = PBXBuildFile; fileRef = D015F7C817F695E800AD5E1F /* GTRepository+Stashing.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
180 | 181 | D015F7CC17F695E800AD5E1F /* GTRepository+Stashing.m in Sources */ = {isa = PBXBuildFile; fileRef = D015F7C917F695E800AD5E1F /* GTRepository+Stashing.m */; };
|
|
366 | 367 | name = "Copy git2 Headers";
|
367 | 368 | runOnlyForDeploymentPostprocessing = 0;
|
368 | 369 | };
|
| 370 | + BEF7E4DF1A3A47450035BB8E /* Copy git2 Headers again */ = { |
| 371 | + isa = PBXCopyFilesBuildPhase; |
| 372 | + buildActionMask = 2147483647; |
| 373 | + dstPath = Headers/git2/sys; |
| 374 | + dstSubfolderSpec = 1; |
| 375 | + files = ( |
| 376 | + BEF7E4E01A3A47690035BB8E /* git2 in Copy git2 Headers again */, |
| 377 | + ); |
| 378 | + name = "Copy git2 Headers again"; |
| 379 | + runOnlyForDeploymentPostprocessing = 0; |
| 380 | + }; |
369 | 381 | /* End PBXCopyFilesBuildPhase section */
|
370 | 382 |
|
371 | 383 | /* Begin PBXFileReference section */
|
|
452 | 464 | 8870390A1975E3F2004118D7 /* GTDiffDeltaSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTDiffDeltaSpec.m; sourceTree = "<group>"; };
|
453 | 465 | 88746CC217FA1C950005888A /* GTRepository+Committing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTRepository+Committing.h"; sourceTree = "<group>"; };
|
454 | 466 | 88746CC317FA1C950005888A /* GTRepository+Committing.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GTRepository+Committing.m"; sourceTree = "<group>"; };
|
| 467 | + 887B948D1A3A38130070D41D /* ObjectiveGit.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = ObjectiveGit.modulemap; sourceTree = "<group>"; }; |
455 | 468 | 887DAFF615CB1C8000F30D0D /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
|
456 | 469 | 88948AC81779243600809CDA /* GTObjectDatabaseSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTObjectDatabaseSpec.m; sourceTree = "<group>"; };
|
457 | 470 | 889923F919FF5DD40092A9A6 /* git2 */ = {isa = PBXFileReference; lastKnownFileType = folder; name = git2; path = External/libgit2/include/git2; sourceTree = "<group>"; };
|
|
608 | 621 | isa = PBXGroup;
|
609 | 622 | children = (
|
610 | 623 | BDD8AB01130F01AB00CB5D40 /* README.md */,
|
| 624 | + 887B948D1A3A38130070D41D /* ObjectiveGit.modulemap */, |
611 | 625 | BDE4C05E130EFE2C00851650 /* ObjectiveGit */,
|
612 | 626 | 88F05A7516011E5400B7AD1D /* ObjectiveGitTests */,
|
613 | 627 | 32C88DFF0371C24200C91783 /* Other Sources */,
|
|
1074 | 1088 | 8DC2EF520486A6940098B216 /* Resources */,
|
1075 | 1089 | 8DC2EF560486A6940098B216 /* Frameworks */,
|
1076 | 1090 | 79262F0F13C697BE00A4B1EA /* Copy git2 Headers */,
|
| 1091 | + BEF7E4DF1A3A47450035BB8E /* Copy git2 Headers again */, |
1077 | 1092 | 8DC2EF500486A6940098B216 /* Headers */,
|
1078 | 1093 | );
|
1079 | 1094 | buildRules = (
|
|
1429 | 1444 | isa = XCBuildConfiguration;
|
1430 | 1445 | baseConfigurationReference = D0D8186A174421EB00995A2E /* Mac-Framework.xcconfig */;
|
1431 | 1446 | buildSettings = {
|
| 1447 | + CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO; |
1432 | 1448 | DYLIB_COMPATIBILITY_VERSION = 1;
|
1433 | 1449 | DYLIB_CURRENT_VERSION = 1;
|
1434 | 1450 | FRAMEWORK_VERSION = A;
|
1435 | 1451 | INFOPLIST_FILE = Info.plist;
|
| 1452 | + MODULEMAP_FILE = ObjectiveGit.modulemap; |
1436 | 1453 | OTHER_LDFLAGS = (
|
1437 | 1454 | "-lgit2",
|
1438 | 1455 | "-force_load",
|
|
1450 | 1467 | isa = XCBuildConfiguration;
|
1451 | 1468 | baseConfigurationReference = D0D8186A174421EB00995A2E /* Mac-Framework.xcconfig */;
|
1452 | 1469 | buildSettings = {
|
| 1470 | + CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO; |
1453 | 1471 | DYLIB_COMPATIBILITY_VERSION = 1;
|
1454 | 1472 | DYLIB_CURRENT_VERSION = 1;
|
1455 | 1473 | FRAMEWORK_VERSION = A;
|
1456 | 1474 | INFOPLIST_FILE = Info.plist;
|
| 1475 | + MODULEMAP_FILE = ObjectiveGit.modulemap; |
1457 | 1476 | OTHER_LDFLAGS = (
|
1458 | 1477 | "-lgit2",
|
1459 | 1478 | "-force_load",
|
|
1631 | 1650 | isa = XCBuildConfiguration;
|
1632 | 1651 | baseConfigurationReference = D0D8186A174421EB00995A2E /* Mac-Framework.xcconfig */;
|
1633 | 1652 | buildSettings = {
|
| 1653 | + CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO; |
1634 | 1654 | DYLIB_COMPATIBILITY_VERSION = 1;
|
1635 | 1655 | DYLIB_CURRENT_VERSION = 1;
|
1636 | 1656 | FRAMEWORK_VERSION = A;
|
1637 | 1657 | INFOPLIST_FILE = Info.plist;
|
| 1658 | + MODULEMAP_FILE = ObjectiveGit.modulemap; |
1638 | 1659 | OTHER_LDFLAGS = (
|
1639 | 1660 | "-lgit2",
|
1640 | 1661 | "-force_load",
|
|
1846 | 1867 | isa = XCBuildConfiguration;
|
1847 | 1868 | baseConfigurationReference = D0D8186A174421EB00995A2E /* Mac-Framework.xcconfig */;
|
1848 | 1869 | buildSettings = {
|
| 1870 | + CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO; |
1849 | 1871 | DYLIB_COMPATIBILITY_VERSION = 1;
|
1850 | 1872 | DYLIB_CURRENT_VERSION = 1;
|
1851 | 1873 | FRAMEWORK_VERSION = A;
|
1852 | 1874 | INFOPLIST_FILE = Info.plist;
|
| 1875 | + MODULEMAP_FILE = ObjectiveGit.modulemap; |
1853 | 1876 | OTHER_LDFLAGS = (
|
1854 | 1877 | "-lgit2",
|
1855 | 1878 | "-force_load",
|
|
0 commit comments