|
451 | 451 | 8870390A1975E3F2004118D7 /* GTDiffDeltaSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTDiffDeltaSpec.m; sourceTree = "<group>"; }; |
452 | 452 | 88746CC217FA1C950005888A /* GTRepository+Committing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTRepository+Committing.h"; sourceTree = "<group>"; }; |
453 | 453 | 88746CC317FA1C950005888A /* GTRepository+Committing.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GTRepository+Committing.m"; sourceTree = "<group>"; }; |
| 454 | + 887B948D1A3A38130070D41D /* module.map */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = module.map; sourceTree = "<group>"; }; |
454 | 455 | 887DAFF615CB1C8000F30D0D /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; |
455 | 456 | 88948AC81779243600809CDA /* GTObjectDatabaseSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTObjectDatabaseSpec.m; sourceTree = "<group>"; }; |
456 | 457 | 889923F919FF5DD40092A9A6 /* git2 */ = {isa = PBXFileReference; lastKnownFileType = folder; name = git2; path = External/libgit2/include/git2; sourceTree = "<group>"; }; |
|
606 | 607 | isa = PBXGroup; |
607 | 608 | children = ( |
608 | 609 | BDD8AB01130F01AB00CB5D40 /* README.md */, |
| 610 | + 887B948D1A3A38130070D41D /* module.map */, |
609 | 611 | BDE4C05E130EFE2C00851650 /* ObjectiveGit */, |
610 | 612 | 88F05A7516011E5400B7AD1D /* ObjectiveGitTests */, |
611 | 613 | 32C88DFF0371C24200C91783 /* Other Sources */, |
|
1429 | 1431 | DYLIB_CURRENT_VERSION = 1; |
1430 | 1432 | FRAMEWORK_VERSION = A; |
1431 | 1433 | INFOPLIST_FILE = Info.plist; |
| 1434 | + MODULEMAP_FILE = module.map; |
1432 | 1435 | OTHER_LDFLAGS = ( |
1433 | 1436 | "-lgit2", |
1434 | 1437 | "-force_load", |
|
1450 | 1453 | DYLIB_CURRENT_VERSION = 1; |
1451 | 1454 | FRAMEWORK_VERSION = A; |
1452 | 1455 | INFOPLIST_FILE = Info.plist; |
| 1456 | + MODULEMAP_FILE = module.map; |
1453 | 1457 | OTHER_LDFLAGS = ( |
1454 | 1458 | "-lgit2", |
1455 | 1459 | "-force_load", |
|
1631 | 1635 | DYLIB_CURRENT_VERSION = 1; |
1632 | 1636 | FRAMEWORK_VERSION = A; |
1633 | 1637 | INFOPLIST_FILE = Info.plist; |
| 1638 | + MODULEMAP_FILE = module.map; |
1634 | 1639 | OTHER_LDFLAGS = ( |
1635 | 1640 | "-lgit2", |
1636 | 1641 | "-force_load", |
|
1846 | 1851 | DYLIB_CURRENT_VERSION = 1; |
1847 | 1852 | FRAMEWORK_VERSION = A; |
1848 | 1853 | INFOPLIST_FILE = Info.plist; |
| 1854 | + MODULEMAP_FILE = module.map; |
1849 | 1855 | OTHER_LDFLAGS = ( |
1850 | 1856 | "-lgit2", |
1851 | 1857 | "-force_load", |
|
0 commit comments