Skip to content

Commit

Permalink
Revert "Bump to Swift 5.1 (#280)"
Browse files Browse the repository at this point in the history
This reverts commit 8c34dd3.
  • Loading branch information
Lucas Nelaupe committed Apr 30, 2020
1 parent 1565dfa commit 8d2c5b0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1
5.0
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.1
// swift-tools-version:5.0
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down
2 changes: 1 addition & 1 deletion SwiftQueue.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { "Lucas Nelaupe" => "lucas.nelaupe@gmail.com" }
s.source = { :git => "https://github.com/lucas34/SwiftQueue.git", :tag => s.version.to_s }

s.swift_version = '5.1'
s.swift_version = '5.0'

s.ios.deployment_target = "8.0"
s.tvos.deployment_target= "9.0"
Expand Down
20 changes: 10 additions & 10 deletions SwiftQueue.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
SWIFT_VERSION = 5.1;
SWIFT_VERSION = 5.0;
TARGET_NAME = SwiftQueue;
};
name = Debug;
Expand All @@ -583,7 +583,7 @@
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
SWIFT_VERSION = 5.1;
SWIFT_VERSION = 5.0;
TARGET_NAME = SwiftQueue;
};
name = Release;
Expand All @@ -607,7 +607,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos";
SWIFT_VERSION = 5.1;
SWIFT_VERSION = 5.0;
TARGET_NAME = SwiftQueue;
};
name = Debug;
Expand All @@ -631,7 +631,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos";
SWIFT_VERSION = 5.1;
SWIFT_VERSION = 5.0;
TARGET_NAME = SwiftQueue;
};
name = Release;
Expand All @@ -655,7 +655,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
SWIFT_VERSION = 5.1;
SWIFT_VERSION = 5.0;
TARGET_NAME = SwiftQueue;
};
name = Debug;
Expand All @@ -679,7 +679,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
SWIFT_VERSION = 5.1;
SWIFT_VERSION = 5.0;
TARGET_NAME = SwiftQueue;
};
name = Release;
Expand All @@ -703,7 +703,7 @@
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
SWIFT_VERSION = 5.1;
SWIFT_VERSION = 5.0;
TARGET_NAME = SwiftQueue;
};
name = Debug;
Expand All @@ -727,7 +727,7 @@
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
SWIFT_VERSION = 5.1;
SWIFT_VERSION = 5.0;
TARGET_NAME = SwiftQueue;
};
name = Release;
Expand All @@ -746,7 +746,7 @@
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @loader_path/Frameworks $(PROJECT_DIR)/Carthage/build/Mac";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
SWIFT_VERSION = 5.1;
SWIFT_VERSION = 5.0;
TARGET_NAME = SwiftQueueTests;
};
name = Debug;
Expand All @@ -765,7 +765,7 @@
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @loader_path/Frameworks $(PROJECT_DIR)/Carthage/build/Mac";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
SWIFT_VERSION = 5.1;
SWIFT_VERSION = 5.0;
TARGET_NAME = SwiftQueueTests;
};
name = Release;
Expand Down

0 comments on commit 8d2c5b0

Please sign in to comment.