Skip to content

Commit

Permalink
remove swift_versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Kelso committed Sep 18, 2023
1 parent ba66041 commit ce3c820
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions RecurlySDK-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.1;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down Expand Up @@ -754,7 +753,6 @@
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_VERSION = 5.0;
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down
2 changes: 1 addition & 1 deletion RecurlySDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "RecurlySDK"
# s.version = ENV['LIB_VERSION'] || "2.0.0"
s.version = "2.0.7.15"
s.version = "2.0.7.16"
s.summary = "Integrate recurrent payments in your iOS app in a matter of minutes."

s.homepage = "https://dev.recurly.com/docs/client-libraries"
Expand Down

0 comments on commit ce3c820

Please sign in to comment.