Skip to content

Commit

Permalink
Reuse plist from iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
frederoni committed Sep 25, 2017
1 parent 316ac0a commit e17d1d0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 32 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

**Warning:** The Turf-swift API is **experimental** and will change. It is published to be able to get feedback from the community. Please use with caution and open issues for any problems you see or missing features that should be added.

[![](https://www.bitrise.io/app/49f5bcca71bf6c8d/status.svg?token=SzGBTkEtxsbuAnbcF9MTog&branch=master)](https://www.bitrise.io/app/49f5bcca71bf6c8d)
📱[![](https://www.bitrise.io/app/49f5bcca71bf6c8d/status.svg?token=SzGBTkEtxsbuAnbcF9MTog&branch=master)](https://www.bitrise.io/app/49f5bcca71bf6c8d)
🖥💻[![](https://www.bitrise.io/app/b72273651db53613/status.svg?token=ODv2UnyAHoOxV8APATEBFw&branch=master)](https://www.bitrise.io/app/b72273651db53613)

A Swift language port of [Turf.js](http://turfjs.org).

Expand Down
24 changes: 0 additions & 24 deletions Turf copy-Info.plist

This file was deleted.

19 changes: 12 additions & 7 deletions Turf.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
356D24541F17948C003BBB9D /* CoreLocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 356D24531F17948C003BBB9D /* CoreLocation.swift */; };
356D24561F179B32003BBB9D /* Fixture.swift in Sources */ = {isa = PBXBuildFile; fileRef = 356D24551F179B32003BBB9D /* Fixture.swift */; };
356D24591F179B72003BBB9D /* dc-line.geojson in Resources */ = {isa = PBXBuildFile; fileRef = 356D24581F179B72003BBB9D /* dc-line.geojson */; };
35CB7F6D1F79899C008A18C8 /* TurfTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35650AFE1F150DC500B5C158 /* TurfTests.swift */; };
35CB7F6E1F798A4B008A18C8 /* Fixture.swift in Sources */ = {isa = PBXBuildFile; fileRef = 356D24551F179B32003BBB9D /* Fixture.swift */; };
35CB7F6F1F798A51008A18C8 /* dc-line.geojson in Resources */ = {isa = PBXBuildFile; fileRef = 356D24581F179B72003BBB9D /* dc-line.geojson */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -92,7 +95,6 @@
35650AF21F150DC500B5C158 /* Turf */,
35650AFD1F150DC500B5C158 /* TurfTests */,
35650AF11F150DC500B5C158 /* Products */,
353E9B011F3E08BD007CFA23 /* Turf copy-Info.plist */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -288,6 +290,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
35CB7F6F1F798A51008A18C8 /* dc-line.geojson in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -322,6 +325,8 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
35CB7F6D1F79899C008A18C8 /* TurfTests.swift in Sources */,
35CB7F6E1F798A4B008A18C8 /* Fixture.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -379,7 +384,7 @@
PRODUCT_NAME = Turf;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 3.0;
};
name = Debug;
};
Expand All @@ -403,7 +408,7 @@
PRODUCT_NAME = Turf;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 3.0;
};
name = Release;
};
Expand All @@ -415,13 +420,13 @@
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = TurfMacTests/Info.plist;
INFOPLIST_FILE = TurfTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.13;
PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.TurfMacTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 3.0;
};
name = Debug;
};
Expand All @@ -433,13 +438,13 @@
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = TurfMacTests/Info.plist;
INFOPLIST_FILE = TurfTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.13;
PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.TurfMacTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 3.0;
};
name = Release;
};
Expand Down

0 comments on commit e17d1d0

Please sign in to comment.