Skip to content

Commit aa20e25

Browse files
committed
Fix Carthage build-related errors
1 parent aab05a0 commit aa20e25

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

PusherSwift.xcodeproj/project.pbxproj

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
33831CD21A9CFF8200B124F1 /* PusherSwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33831CD11A9CFF8200B124F1 /* PusherSwiftTests.swift */; };
1313
33831CD41A9CFFD900B124F1 /* PusherSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33831CD31A9CFFD900B124F1 /* PusherSwift.swift */; };
1414
33831CD71A9CFFF200B124F1 /* PusherSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 33831CD61A9CFFF200B124F1 /* PusherSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
15+
33C40CB91C1DFC9C008A54E3 /* PusherSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 33831CD61A9CFFF200B124F1 /* PusherSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
1516
D7BADE0A0DECC1423F0EB60C /* Pods_PusherSwiftTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 453D0A4BB2E30972E26203E2 /* Pods_PusherSwiftTests.framework */; };
1617
/* End PBXBuildFile section */
1718

@@ -222,6 +223,14 @@
222223
);
223224
runOnlyForDeploymentPostprocessing = 0;
224225
};
226+
33C40CB81C1DFC91008A54E3 /* Headers */ = {
227+
isa = PBXHeadersBuildPhase;
228+
buildActionMask = 2147483647;
229+
files = (
230+
33C40CB91C1DFC9C008A54E3 /* PusherSwift.h in Headers */,
231+
);
232+
runOnlyForDeploymentPostprocessing = 0;
233+
};
225234
/* End PBXHeadersBuildPhase section */
226235

227236
/* Begin PBXNativeTarget section */
@@ -253,6 +262,7 @@
253262
45D017C6911C3E432B5B1065 /* Check Pods Manifest.lock */,
254263
33831C911A9CF61600B124F1 /* Frameworks */,
255264
33831C901A9CF61600B124F1 /* Sources */,
265+
33C40CB81C1DFC91008A54E3 /* Headers */,
256266
33831C921A9CF61600B124F1 /* Resources */,
257267
B314115062146939B9063B67 /* Embed Pods Frameworks */,
258268
CCE968AEE28CCAB9A5C857F5 /* Copy Pods Resources */,
@@ -652,10 +662,7 @@
652662
COPY_PHASE_STRIP = NO;
653663
DEBUG_INFORMATION_FORMAT = dwarf;
654664
ENABLE_STRICT_OBJC_MSGSEND = YES;
655-
FRAMEWORK_SEARCH_PATHS = (
656-
"$(SDKROOT)/Developer/Library/Frameworks",
657-
"$(inherited)",
658-
);
665+
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
659666
GCC_C_LANGUAGE_STANDARD = gnu99;
660667
GCC_DYNAMIC_NO_PIC = NO;
661668
GCC_OPTIMIZATION_LEVEL = 0;
@@ -705,10 +712,7 @@
705712
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
706713
ENABLE_NS_ASSERTIONS = NO;
707714
ENABLE_STRICT_OBJC_MSGSEND = YES;
708-
FRAMEWORK_SEARCH_PATHS = (
709-
"$(SDKROOT)/Developer/Library/Frameworks",
710-
"$(inherited)",
711-
);
715+
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
712716
GCC_C_LANGUAGE_STANDARD = gnu99;
713717
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
714718
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;

0 commit comments

Comments
 (0)