Skip to content

Commit

Permalink
Upgrade to Swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Rodriguez committed May 15, 2019
1 parent 4fca248 commit 2289d17
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
24 changes: 19 additions & 5 deletions ExecutorKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
OBJ_14 /* swift_executorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = swift_executorTests.swift; sourceTree = "<group>"; };
OBJ_15 /* build */ = {isa = PBXFileReference; lastKnownFileType = folder; path = build; sourceTree = SOURCE_ROOT; };
OBJ_17 /* ExecutorKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ExecutorKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
OBJ_18 /* swift_executorTests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; name = swift_executorTests.xctest; path = "swift-executorTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
OBJ_18 /* swift-executorTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = "swift-executorTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
OBJ_8 /* AsyncOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsyncOperation.swift; sourceTree = "<group>"; };
OBJ_9 /* Executor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Executor.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -75,7 +75,7 @@
isa = PBXGroup;
children = (
OBJ_17 /* ExecutorKit.framework */,
OBJ_18 /* swift_executorTests.xctest */,
OBJ_18 /* swift-executorTests.xctest */,
);
name = Products;
sourceTree = BUILT_PRODUCTS_DIR;
Expand Down Expand Up @@ -135,7 +135,7 @@
);
name = "swift-executorTests";
productName = swift_executorTests;
productReference = OBJ_18 /* swift_executorTests.xctest */;
productReference = OBJ_18 /* swift-executorTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
Expand All @@ -145,6 +145,14 @@
isa = PBXProject;
attributes = {
LastUpgradeCheck = 9999;
TargetAttributes = {
OBJ_19 = {
LastSwiftMigration = 1010;
};
OBJ_29 = {
LastSwiftMigration = 1010;
};
};
};
buildConfigurationList = OBJ_2 /* Build configuration list for PBXProject "ExecutorKit" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -206,6 +214,7 @@
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
TARGET_NAME = ExecutorKit;
};
name = Debug;
Expand All @@ -229,6 +238,7 @@
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
TARGET_NAME = ExecutorKit;
};
name = Release;
Expand All @@ -244,7 +254,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_NS_ASSERTIONS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
ONLY_ACTIVE_ARCH = YES;
OTHER_SWIFT_FLAGS = "-DXcode";
Expand All @@ -270,9 +280,11 @@
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = ExecutorKit.xcodeproj/swift_executorTests_Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
SWIFT_VERSION = 4.2;
TARGET_NAME = "swift-executorTests";
};
name = Debug;
Expand All @@ -287,9 +299,11 @@
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = ExecutorKit.xcodeproj/swift_executorTests_Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
SWIFT_VERSION = 4.2;
TARGET_NAME = "swift-executorTests";
};
name = Release;
Expand All @@ -304,7 +318,7 @@
DEFINES_MODULE = YES;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_OPTIMIZATION_LEVEL = s;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
OTHER_SWIFT_FLAGS = "-DXcode";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

0 comments on commit 2289d17

Please sign in to comment.