Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.

Commit

Permalink
Updated for swift 4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaMishchenko committed Oct 4, 2018
1 parent 5252f4c commit 1a8072f
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions EasyFutures.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
9628E88E20F64A5E00C0B083 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 9628E87C20F64A5D00C0B083 /* Info.plist */; };
9628E88F20F64A5E00C0B083 /* Future.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9628E87E20F64A5D00C0B083 /* Future.swift */; };
9628E89020F64A5E00C0B083 /* Sequence+Future.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9628E87F20F64A5D00C0B083 /* Sequence+Future.swift */; };
9628E89120F64A5E00C0B083 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9628E88020F64A5D00C0B083 /* Result.swift */; };
Expand Down Expand Up @@ -206,10 +205,11 @@
TargetAttributes = {
964C3FE420E7A3260092D5D4 = {
CreatedOnToolsVersion = 9.3.1;
LastSwiftMigration = 0930;
LastSwiftMigration = 1000;
};
964C3FED20E7A3260092D5D4 = {
CreatedOnToolsVersion = 9.3.1;
LastSwiftMigration = 1000;
};
};
};
Expand All @@ -236,7 +236,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9628E88E20F64A5E00C0B083 /* Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -347,7 +346,7 @@
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down Expand Up @@ -404,7 +403,7 @@
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down Expand Up @@ -434,7 +433,7 @@
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand Down Expand Up @@ -462,7 +461,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.dima.mishchenko.EasyFutures;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand All @@ -481,7 +480,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.dima.mishchenko.EasyFuturesTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -500,7 +499,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.dima.mishchenko.EasyFuturesTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down

0 comments on commit 1a8072f

Please sign in to comment.