Skip to content

Commit 877d8cd

Browse files
committed
Revert "Try a prefix header for importing libgit2's git2.h"
This reverts commit 7808a8f.
1 parent 2c0885e commit 877d8cd

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

ObjectiveGit/ObjectiveGit-Prefix.pch

Lines changed: 0 additions & 10 deletions
This file was deleted.

ObjectiveGitFramework.xcodeproj/project.pbxproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@
538538
D0AC906B172F941F00347DC4 /* GTRepositorySpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTRepositorySpec.m; sourceTree = "<group>"; };
539539
D0CE551E18B6C58F008EB8E0 /* GTFilterList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTFilterList.h; sourceTree = "<group>"; };
540540
D0CE551F18B6C58F008EB8E0 /* GTFilterList.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTFilterList.m; sourceTree = "<group>"; };
541-
D0D0D6251A0C30320016EF62 /* ObjectiveGit-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "ObjectiveGit-Prefix.pch"; path = "ObjectiveGit/ObjectiveGit-Prefix.pch"; sourceTree = "<group>"; };
542541
D0D81863174421EB00995A2E /* iOS-Application.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-Application.xcconfig"; sourceTree = "<group>"; };
543542
D0D81864174421EB00995A2E /* iOS-Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-Base.xcconfig"; sourceTree = "<group>"; };
544543
D0D81865174421EB00995A2E /* iOS-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-StaticLibrary.xcconfig"; sourceTree = "<group>"; };
@@ -686,7 +685,6 @@
686685
children = (
687686
79262F0E13C697BE00A4B1EA /* git2 */,
688687
79262F8A13C69B1600A4B1EA /* git2.h */,
689-
D0D0D6251A0C30320016EF62 /* ObjectiveGit-Prefix.pch */,
690688
);
691689
name = "Other Sources";
692690
sourceTree = "<group>";
@@ -1470,7 +1468,6 @@
14701468
baseConfigurationReference = D0A463D817E57C45000F5021 /* Debug.xcconfig */;
14711469
buildSettings = {
14721470
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
1473-
GCC_PREFIX_HEADER = "ObjectiveGit/ObjectiveGit-Prefix.pch";
14741471
GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = NO;
14751472
HEADER_SEARCH_PATHS = (
14761473
External/libgit2/include,
@@ -1499,7 +1496,6 @@
14991496
baseConfigurationReference = D0A463DA17E57C45000F5021 /* Release.xcconfig */;
15001497
buildSettings = {
15011498
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
1502-
GCC_PREFIX_HEADER = "ObjectiveGit/ObjectiveGit-Prefix.pch";
15031499
GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = NO;
15041500
HEADER_SEARCH_PATHS = (
15051501
External/libgit2/include,
@@ -1604,7 +1600,6 @@
16041600
baseConfigurationReference = D0A463DB17E57C45000F5021 /* Test.xcconfig */;
16051601
buildSettings = {
16061602
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
1607-
GCC_PREFIX_HEADER = "ObjectiveGit/ObjectiveGit-Prefix.pch";
16081603
GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = NO;
16091604
HEADER_SEARCH_PATHS = (
16101605
External/libgit2/include,
@@ -1820,7 +1815,6 @@
18201815
baseConfigurationReference = D0A463D917E57C45000F5021 /* Profile.xcconfig */;
18211816
buildSettings = {
18221817
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
1823-
GCC_PREFIX_HEADER = "ObjectiveGit/ObjectiveGit-Prefix.pch";
18241818
GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = NO;
18251819
HEADER_SEARCH_PATHS = (
18261820
External/libgit2/include,

0 commit comments

Comments
 (0)