Skip to content

Commit

Permalink
Upgrade to Swift 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Rodriguez committed May 15, 2019
1 parent 2289d17 commit 3fad0f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
13 changes: 7 additions & 6 deletions ExecutorKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@
LastUpgradeCheck = 9999;
TargetAttributes = {
OBJ_19 = {
LastSwiftMigration = 1010;
LastSwiftMigration = 1020;
};
OBJ_29 = {
LastSwiftMigration = 1010;
LastSwiftMigration = 1020;
};
};
};
Expand All @@ -159,6 +159,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = OBJ_5;
Expand Down Expand Up @@ -214,7 +215,7 @@
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGET_NAME = ExecutorKit;
};
name = Debug;
Expand All @@ -238,7 +239,7 @@
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGET_NAME = ExecutorKit;
};
name = Release;
Expand Down Expand Up @@ -284,7 +285,7 @@
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGET_NAME = "swift-executorTests";
};
name = Debug;
Expand All @@ -303,7 +304,7 @@
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGET_NAME = "swift-executorTests";
};
name = Release;
Expand Down
3 changes: 2 additions & 1 deletion swift-executor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "swift-executor"
s.version = "1.8.6"
s.version = "1.9.0"
s.summary = "A lightweight simple implementation of Foundation's Concurrent Operation"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -90,6 +90,7 @@ Pod::Spec.new do |s|
#

s.source_files = "Sources"
s.swift_version = "5.0"
#s.exclude_files = "Classes/Exclude"

# s.public_header_files = "Classes/**/*.h"
Expand Down

0 comments on commit 3fad0f3

Please sign in to comment.