Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit f1e3f43

Browse files
author
Chris Combs
committed
Fixing tvOS
1 parent 63260a3 commit f1e3f43

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cartfile.resolved

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "Alamofire/Alamofire" "4.8.2"
2-
github "nodes-ios/Cashier" "1.3"
3-
github "nodes-ios/Serpent" "2.0.0"
1+
github "Alamofire/Alamofire" "4.9.0"
2+
github "nodes-ios/Cashier" "2.0.1"
3+
github "nodes-ios/Serpent" "2.0.1"

Nodes.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@
633633
SDKROOT = appletvos;
634634
SKIP_INSTALL = YES;
635635
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
636-
SWIFT_VERSION = 3.0;
636+
SWIFT_VERSION = 5.0;
637637
TARGETED_DEVICE_FAMILY = 3;
638638
TVOS_DEPLOYMENT_TARGET = 9.0;
639639
};
@@ -663,7 +663,7 @@
663663
SDKROOT = appletvos;
664664
SKIP_INSTALL = YES;
665665
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
666-
SWIFT_VERSION = 3.0;
666+
SWIFT_VERSION = 5.0;
667667
TARGETED_DEVICE_FAMILY = 3;
668668
TVOS_DEPLOYMENT_TARGET = 9.0;
669669
};

0 commit comments

Comments
 (0)