Skip to content

Commit

Permalink
Xcode 9.2 stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
vfn committed Dec 21, 2017
1 parent 2702f87 commit cc19ac3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -5,7 +5,7 @@ before_install:
- gem install cocoapods -v '1.3.1'
- pod repo update

osx_image: xcode9
osx_image: xcode9.2

cache: cocoapods

Expand All @@ -15,9 +15,7 @@ env:
- SCHEME=GEOSwift
- SDK=iphonesimulator11.0
matrix:
# - DESTINATION="OS=10.3,name=iPhone 6"
- DESTINATION="OS=11.0,name=iPhone 7"
# - DESTINATION="OS=8.3,name=iPhone 6"
- DESTINATION="OS=11.2,name=iPhone 8"

script:
- set -o pipefail
Expand Down
10 changes: 7 additions & 3 deletions GEOSwift.xcodeproj/project.pbxproj
Expand Up @@ -8,7 +8,7 @@

/* Begin PBXBuildFile section */
335C11A98B9F38F1FD0BADB2 /* Pods_GEOSwiftTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FC30B2E0DB51B308F3F23D7D /* Pods_GEOSwiftTests.framework */; };
7DF3A6F13BA744362BEF2CBF /* BuildFile in Frameworks */ = {isa = PBXBuildFile; settings = {ATTRIBUTES = (Weak, ); }; };
7DF3A6F13BA744362BEF2CBF /* (null) in Frameworks */ = {isa = PBXBuildFile; settings = {ATTRIBUTES = (Weak, ); }; };
BF7C38081F82F03D001509AF /* Feature.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF7C38071F82F03D001509AF /* Feature.swift */; };
CD20F1DD1B2830700045D8FD /* GEOSwift.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = CD2299841B10B506002C19AE /* GEOSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
CD20F1DF1B283F580045D8FD /* SpatialRelations.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD20F1DE1B283F580045D8FD /* SpatialRelations.swift */; };
Expand Down Expand Up @@ -109,7 +109,7 @@
buildActionMask = 2147483647;
files = (
CD22998F1B10B506002C19AE /* GEOSwift.framework in Frameworks */,
7DF3A6F13BA744362BEF2CBF /* BuildFile in Frameworks */,
7DF3A6F13BA744362BEF2CBF /* (null) in Frameworks */,
335C11A98B9F38F1FD0BADB2 /* Pods_GEOSwiftTests.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -286,7 +286,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0700;
LastUpgradeCheck = 0900;
LastUpgradeCheck = 0920;
ORGANIZATIONNAME = andreacremaschi;
TargetAttributes = {
CD2299831B10B506002C19AE = {
Expand Down Expand Up @@ -475,6 +475,7 @@
baseConfigurationReference = 7D7DCB36E4FE6316A656A43A /* Pods-GEOSwift.debug.xcconfig */;
buildSettings = {
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_CXX_LIBRARY = "compiler-default";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
Expand Down Expand Up @@ -502,6 +503,7 @@
baseConfigurationReference = FF90076F32D911E63EE5ACA5 /* Pods-GEOSwift.release.xcconfig */;
buildSettings = {
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_CXX_LIBRARY = "compiler-default";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
Expand All @@ -525,6 +527,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 4929BC7A1B0BE392CD9BD0CD /* Pods-GEOSwiftTests.debug.xcconfig */;
buildSettings = {
CLANG_CXX_LIBRARY = "compiler-default";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
Expand All @@ -542,6 +545,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 537B2F7965DB5ECD6E1CFB64 /* Pods-GEOSwiftTests.release.xcconfig */;
buildSettings = {
CLANG_CXX_LIBRARY = "compiler-default";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
INFOPLIST_FILE = GEOSwiftTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0900"
LastUpgradeVersion = "0920"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit cc19ac3

Please sign in to comment.