File tree 5 files changed +12
-8
lines changed
EasySocialButton/Base.lproj
EasySocialButton.xcodeproj
5 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -63,3 +63,5 @@ fastlane/report.xml
63
63
fastlane /Preview.html
64
64
fastlane /screenshots
65
65
fastlane /test_output
66
+
67
+ \. DS_Store
Original file line number Diff line number Diff line change
1
+ 4.0
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "EasySocialButton"
3
- s . version = "1.0.1 "
3
+ s . version = "1.0.2 "
4
4
s . summary = "An easy way to create beautiful social authentication buttons."
5
5
s . homepage = "https://github.com/Minitour/EasySocialButton"
6
6
s . license = "MIT"
Original file line number Diff line number Diff line change 107
107
TargetAttributes = {
108
108
9D1BF7761EA238A8004F8F8C = {
109
109
CreatedOnToolsVersion = 8.3;
110
- DevelopmentTeam = Y759RK5K7D ;
110
+ DevelopmentTeam = 35DWKWL79J ;
111
111
ProvisioningStyle = Automatic;
112
112
};
113
113
};
273
273
isa = XCBuildConfiguration;
274
274
buildSettings = {
275
275
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
276
- DEVELOPMENT_TEAM = Y759RK5K7D ;
276
+ DEVELOPMENT_TEAM = 35DWKWL79J ;
277
277
INFOPLIST_FILE = EasySocialButton/Info.plist;
278
278
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
279
279
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
280
280
PRODUCT_BUNDLE_IDENTIFIER = net.crofis.EasySocialButton;
281
281
PRODUCT_NAME = "$(TARGET_NAME)";
282
- SWIFT_VERSION = 3 .0;
282
+ SWIFT_VERSION = 4 .0;
283
283
};
284
284
name = Debug;
285
285
};
286
286
9D1BF78B1EA238A9004F8F8C /* Release */ = {
287
287
isa = XCBuildConfiguration;
288
288
buildSettings = {
289
289
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
290
- DEVELOPMENT_TEAM = Y759RK5K7D ;
290
+ DEVELOPMENT_TEAM = 35DWKWL79J ;
291
291
INFOPLIST_FILE = EasySocialButton/Info.plist;
292
292
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
293
293
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
294
294
PRODUCT_BUNDLE_IDENTIFIER = net.crofis.EasySocialButton;
295
295
PRODUCT_NAME = "$(TARGET_NAME)";
296
- SWIFT_VERSION = 3 .0;
296
+ SWIFT_VERSION = 4 .0;
297
297
};
298
298
name = Release;
299
299
};
Original file line number Diff line number Diff line change 1
1
<?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" >
3
3
<device id =" retina4_7" orientation =" portrait" >
4
4
<adaptation id =" fullscreen" />
5
5
</device >
6
6
<dependencies >
7
- <plugIn identifier =" com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version =" 12088" />
7
+ <deployment identifier =" iOS" />
8
+ <plugIn identifier =" com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version =" 13173" />
8
9
<capability name =" Constraints with non-1.0 multipliers" minToolsVersion =" 5.1" />
9
10
<capability name =" documents saved in the Xcode 8 format" minToolsVersion =" 8.0" />
10
11
</dependencies >
You can’t perform that action at this time.
0 commit comments