Skip to content

Commit

Permalink
fix(ios): add pods to user search path
Browse files Browse the repository at this point in the history
Signed-off-by: Godefroy Ponsinet <godefroy.ponsinet@outlook.com>
  • Loading branch information
90dy committed Aug 22, 2019
1 parent 31eece9 commit b87e086
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions client/ios/Berty.xcodeproj/project.pbxproj
Expand Up @@ -5,6 +5,7 @@
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
Expand Down Expand Up @@ -1771,7 +1772,7 @@
SWIFT_PRECOMPILE_BRIDGING_HEADER = YES;
SWIFT_VERSION = 5.0;
TVOS_DEPLOYMENT_TARGET = 9.0;
USER_HEADER_SEARCH_PATHS = "";
USER_HEADER_SEARCH_PATHS = "$(PODS_ROOT)/**";
VERSIONING_SYSTEM = "apple-generic";
};
name = Debug;
Expand Down Expand Up @@ -1819,7 +1820,7 @@
SWIFT_PRECOMPILE_BRIDGING_HEADER = YES;
SWIFT_VERSION = 5.0;
TVOS_DEPLOYMENT_TARGET = 9.0;
USER_HEADER_SEARCH_PATHS = "";
USER_HEADER_SEARCH_PATHS = "$(PODS_ROOT)/**";
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;
Expand Down Expand Up @@ -2034,7 +2035,7 @@
SWIFT_PRECOMPILE_BRIDGING_HEADER = YES;
SWIFT_VERSION = 5.0;
TVOS_DEPLOYMENT_TARGET = 9.0;
USER_HEADER_SEARCH_PATHS = "";
USER_HEADER_SEARCH_PATHS = "$(PODS_ROOT)/**";
VERSIONING_SYSTEM = "apple-generic";
};
name = house;
Expand Down Expand Up @@ -2210,7 +2211,7 @@
SWIFT_PRECOMPILE_BRIDGING_HEADER = YES;
SWIFT_VERSION = 5.0;
TVOS_DEPLOYMENT_TARGET = 9.0;
USER_HEADER_SEARCH_PATHS = "";
USER_HEADER_SEARCH_PATHS = "$(PODS_ROOT)/**";
VERSIONING_SYSTEM = "apple-generic";
};
name = adhoc;
Expand Down

0 comments on commit b87e086

Please sign in to comment.