* Update for Xcode 13, workaround Combine issues. * Disable Combine on Windows and Linux.
@@ -1224,7 +1224,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1250;
- LastUpgradeCheck = 1250;
+ LastUpgradeCheck = 1300;
ORGANIZATIONNAME = Alamofire;
TargetAttributes = {
31293064263E17D600473CEA = {
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
- LastUpgradeVersion = "1250"
+ LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
@@ -22,7 +22,7 @@
// THE SOFTWARE.
//
-#if canImport(Combine)
+#if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
import Combine
import Dispatch
import Alamofire