Skip to content

Commit

Permalink
fix pod & swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbriatte committed Dec 9, 2018
1 parent a6d139c commit afa3f8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DependencyInjector.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'
s.requires_arc = true
s.swift_version = '4.2'
end
3 changes: 3 additions & 0 deletions DependencyInjector.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@
A3169E131DE072C800BABAFD = {
CreatedOnToolsVersion = 8.1;
DevelopmentTeam = 582762VK3P;
LastSwiftMigration = 1010;
ProvisioningStyle = Automatic;
};
};
Expand Down Expand Up @@ -1284,6 +1285,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.digipolitan.DependencyInjectorTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_VERSION = 4.2;
};
name = Debug;
};
Expand All @@ -1300,6 +1302,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.digipolitan.DependencyInjectorTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_VERSION = 4.2;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"

gem "cocoapods"
gem "cocoapods", '>= 1.6.0.beta' # SWIFT 4.2 +
gem "fastlane"
gem 'digipolitan-apps-tools'

0 comments on commit afa3f8f

Please sign in to comment.