Skip to content

Commit 5589ff5

Browse files
committed
Swift 4.0 support
1 parent 361b74c commit 5589ff5

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,5 @@ fastlane/report.xml
6363
fastlane/Preview.html
6464
fastlane/screenshots
6565
fastlane/test_output
66+
67+
\.DS_Store

.swift-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4.0

EasySocialButton.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "EasySocialButton"
3-
s.version = "1.0.1"
3+
s.version = "1.0.2"
44
s.summary = "An easy way to create beautiful social authentication buttons."
55
s.homepage = "https://github.com/Minitour/EasySocialButton"
66
s.license = "MIT"

EasySocialButton.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
TargetAttributes = {
108108
9D1BF7761EA238A8004F8F8C = {
109109
CreatedOnToolsVersion = 8.3;
110-
DevelopmentTeam = Y759RK5K7D;
110+
DevelopmentTeam = 35DWKWL79J;
111111
ProvisioningStyle = Automatic;
112112
};
113113
};
@@ -273,27 +273,27 @@
273273
isa = XCBuildConfiguration;
274274
buildSettings = {
275275
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
276-
DEVELOPMENT_TEAM = Y759RK5K7D;
276+
DEVELOPMENT_TEAM = 35DWKWL79J;
277277
INFOPLIST_FILE = EasySocialButton/Info.plist;
278278
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
279279
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
280280
PRODUCT_BUNDLE_IDENTIFIER = net.crofis.EasySocialButton;
281281
PRODUCT_NAME = "$(TARGET_NAME)";
282-
SWIFT_VERSION = 3.0;
282+
SWIFT_VERSION = 4.0;
283283
};
284284
name = Debug;
285285
};
286286
9D1BF78B1EA238A9004F8F8C /* Release */ = {
287287
isa = XCBuildConfiguration;
288288
buildSettings = {
289289
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
290-
DEVELOPMENT_TEAM = Y759RK5K7D;
290+
DEVELOPMENT_TEAM = 35DWKWL79J;
291291
INFOPLIST_FILE = EasySocialButton/Info.plist;
292292
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
293293
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
294294
PRODUCT_BUNDLE_IDENTIFIER = net.crofis.EasySocialButton;
295295
PRODUCT_NAME = "$(TARGET_NAME)";
296-
SWIFT_VERSION = 3.0;
296+
SWIFT_VERSION = 4.0;
297297
};
298298
name = Release;
299299
};

EasySocialButton/Base.lproj/Main.storyboard

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
7-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
7+
<deployment identifier="iOS"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13173"/>
89
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
910
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1011
</dependencies>

0 commit comments

Comments
 (0)