|
448 | 448 | D0D8186B174421EB00995A2E /* Mac-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-StaticLibrary.xcconfig"; sourceTree = "<group>"; };
|
449 | 449 | D0D8186C174421EB00995A2E /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
|
450 | 450 | D2F7E79907B2D74100F64583 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
|
451 |
| - E46931A7172740D300F2077D /* update_libgit2.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = update_libgit2.sh; sourceTree = "<group>"; }; |
452 |
| - E46931A8172740D300F2077D /* update_libgit2_ios.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = update_libgit2_ios.sh; sourceTree = "<group>"; }; |
| 451 | + E46931A7172740D300F2077D /* update_libgit2 */ = {isa = PBXFileReference; lastKnownFileType = text; name = update_libgit2; path = script/update_libgit2; sourceTree = "<group>"; }; |
| 452 | + E46931A8172740D300F2077D /* update_libgit2_ios */ = {isa = PBXFileReference; lastKnownFileType = text; name = update_libgit2_ios; path = script/update_libgit2_ios; sourceTree = "<group>"; }; |
453 | 453 | /* End PBXFileReference section */
|
454 | 454 |
|
455 | 455 | /* Begin PBXFrameworksBuildPhase section */
|
|
793 | 793 | E46931A6172740D300F2077D /* Scripts */ = {
|
794 | 794 | isa = PBXGroup;
|
795 | 795 | children = (
|
796 |
| - E46931A7172740D300F2077D /* update_libgit2.sh */, |
797 |
| - E46931A8172740D300F2077D /* update_libgit2_ios.sh */, |
| 796 | + E46931A7172740D300F2077D /* update_libgit2 */, |
| 797 | + E46931A8172740D300F2077D /* update_libgit2_ios */, |
798 | 798 | );
|
799 | 799 | path = Scripts;
|
800 | 800 | sourceTree = "<group>";
|
|
1317 | 1317 | GCC_PREFIX_HEADER = ObjectiveGitFramework_Prefix.pch;
|
1318 | 1318 | INFOPLIST_FILE = Info.plist;
|
1319 | 1319 | OTHER_LDFLAGS = (
|
| 1320 | + "-L/usr/local/lib", |
1320 | 1321 | "-lgit2",
|
1321 | 1322 | "-force_load",
|
1322 | 1323 | libgit2.a,
|
| 1324 | + "-weak-lssh2", |
1323 | 1325 | );
|
1324 | 1326 | PRODUCT_NAME = ObjectiveGit;
|
1325 | 1327 | WRAPPER_EXTENSION = framework;
|
|
1336 | 1338 | GCC_PREFIX_HEADER = ObjectiveGitFramework_Prefix.pch;
|
1337 | 1339 | INFOPLIST_FILE = Info.plist;
|
1338 | 1340 | OTHER_LDFLAGS = (
|
| 1341 | + "-L/usr/local/lib", |
1339 | 1342 | "-lgit2",
|
1340 | 1343 | "-force_load",
|
1341 | 1344 | libgit2.a,
|
| 1345 | + "-weak-lssh2", |
1342 | 1346 | );
|
1343 | 1347 | PRODUCT_NAME = ObjectiveGit;
|
1344 | 1348 | WRAPPER_EXTENSION = framework;
|
|
1436 | 1440 | GCC_PREFIX_HEADER = ObjectiveGitFramework_Prefix.pch;
|
1437 | 1441 | INFOPLIST_FILE = Info.plist;
|
1438 | 1442 | OTHER_LDFLAGS = (
|
| 1443 | + "-L/usr/local/lib", |
1439 | 1444 | "-lgit2",
|
1440 | 1445 | "-force_load",
|
1441 | 1446 | libgit2.a,
|
| 1447 | + "-weak-lssh2", |
1442 | 1448 | );
|
1443 | 1449 | PRODUCT_NAME = ObjectiveGit;
|
1444 | 1450 | WRAPPER_EXTENSION = framework;
|
|
0 commit comments