Skip to content

Commit

Permalink
Merge pull request #2 from olejnjak/swift5
Browse files Browse the repository at this point in the history
Swift 5
  • Loading branch information
olejnjak authored May 9, 2019
2 parents 48ae463 + a2b0dff commit 1b91c8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
osx_image: xcode10
osx_image: xcode10.2
language: objective-c
env:
global:
Expand Down
2 changes: 1 addition & 1 deletion StoreKitUserInfo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Simply store any data you like to your StoreKit transactions
s.social_media_url = 'https://twitter.com/olejnjak'
s.ios.deployment_target = '8.3'
s.source_files = 'StoreKitUserInfo/**/*.swift'
s.swift_version = '4.2.1'
s.swift_version = '5.0'
end
5 changes: 3 additions & 2 deletions StoreKitUserInfo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 697BE19D204DCC0A00183828;
productRefGroup = 697BE1AA204DCD1500183828 /* Products */;
Expand Down Expand Up @@ -192,6 +193,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
ONLY_ACTIVE_ARCH = YES;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
Expand Down Expand Up @@ -224,6 +226,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
SWIFT_VERSION = 5.0;
};
name = Release;
};
Expand Down Expand Up @@ -294,7 +297,6 @@
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down Expand Up @@ -360,7 +362,6 @@
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
Expand Down

0 comments on commit 1b91c8a

Please sign in to comment.