Skip to content

Commit

Permalink
Merge pull request #152 from madhavajay/carthage
Browse files Browse the repository at this point in the history
Added copy geos.framework script to Build/Products to fix Playground
  • Loading branch information
macdrevx committed Apr 23, 2019
2 parents 480ead2 + e70000f commit c2ed01b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions GEOSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@
CD2299811B10B506002C19AE /* Headers */,
CD2299821B10B506002C19AE /* Resources */,
36BA490CD3061F30F02CD17A /* Frameworks */,
E2836B6C226F339E0081B1F6 /* Copy geos for Playground */,
);
buildRules = (
);
Expand Down Expand Up @@ -372,6 +373,24 @@
shellPath = /bin/sh;
shellScript = "if which swiftlint > /dev/null; then\n swiftlint autocorrect\n swiftlint\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi";
};
E2836B6C226F339E0081B1F6 /* Copy geos for Playground */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = "Copy geos for Playground";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# This fixes playground unable to find the framework \ncp -R $SRCROOT/Carthage/Build/iOS/geos.framework $BUILT_PRODUCTS_DIR/geos.framework\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down

0 comments on commit c2ed01b

Please sign in to comment.