Skip to content

Commit 3b46f94

Browse files
committed
Add iPad icons
1 parent a3f50f5 commit 3b46f94

12 files changed

+58
-4
lines changed

Demo/Demo/Assets.xcassets/AppIcon.appiconset/Contents.json

+54
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,60 @@
5454
"filename" : "Icon-App-60x60@3x.png",
5555
"scale" : "3x"
5656
},
57+
{
58+
"size" : "20x20",
59+
"idiom" : "ipad",
60+
"filename" : "Icon-App-20x20@1x.png",
61+
"scale" : "1x"
62+
},
63+
{
64+
"size" : "20x20",
65+
"idiom" : "ipad",
66+
"filename" : "Icon-App-20x20@2x-1.png",
67+
"scale" : "2x"
68+
},
69+
{
70+
"size" : "29x29",
71+
"idiom" : "ipad",
72+
"filename" : "Icon-App-29x29@1x-1.png",
73+
"scale" : "1x"
74+
},
75+
{
76+
"size" : "29x29",
77+
"idiom" : "ipad",
78+
"filename" : "Icon-App-29x29@2x-1.png",
79+
"scale" : "2x"
80+
},
81+
{
82+
"size" : "40x40",
83+
"idiom" : "ipad",
84+
"filename" : "Icon-App-20x20@2x-2.png",
85+
"scale" : "1x"
86+
},
87+
{
88+
"size" : "40x40",
89+
"idiom" : "ipad",
90+
"filename" : "Icon-App-40x40@2x-1.png",
91+
"scale" : "2x"
92+
},
93+
{
94+
"size" : "76x76",
95+
"idiom" : "ipad",
96+
"filename" : "Icon-App-76x76@1x.png",
97+
"scale" : "1x"
98+
},
99+
{
100+
"size" : "76x76",
101+
"idiom" : "ipad",
102+
"filename" : "Icon-App-76x76@2x.png",
103+
"scale" : "2x"
104+
},
105+
{
106+
"size" : "83.5x83.5",
107+
"idiom" : "ipad",
108+
"filename" : "Icon-App-83.5x83.5@2x.png",
109+
"scale" : "2x"
110+
},
57111
{
58112
"size" : "1024x1024",
59113
"idiom" : "ios-marketing",
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

SwiftMessages.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'SwiftMessages'
3-
spec.version = '6.0.2'
3+
spec.version = '6.0.3'
44
spec.license = { :type => 'MIT' }
55
spec.homepage = 'https://github.com/SwiftKickMobile/SwiftMessages'
66
spec.authors = { 'Timothy Moose' => 'tim@swiftkick.it' }
77
spec.summary = 'A very flexible message bar for iOS written in Swift.'
88
spec.source = {:git => 'https://github.com/SwiftKickMobile/SwiftMessages.git', :tag => spec.version}
99
spec.platform = :ios, '9.0'
10-
spec.swift_version = '4.2'
10+
spec.swift_version = '5'
1111
spec.ios.deployment_target = '9.0'
1212
spec.framework = 'UIKit'
1313
spec.requires_arc = true

SwiftMessages.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@
723723
PRODUCT_BUNDLE_IDENTIFIER = it.swiftkick.SwiftMessagesTests;
724724
PRODUCT_NAME = "$(TARGET_NAME)";
725725
SWIFT_SWIFT3_OBJC_INFERENCE = On;
726-
SWIFT_VERSION = 4.0;
726+
SWIFT_VERSION = 5.0;
727727
};
728728
name = Debug;
729729
};
@@ -735,7 +735,7 @@
735735
PRODUCT_BUNDLE_IDENTIFIER = it.swiftkick.SwiftMessagesTests;
736736
PRODUCT_NAME = "$(TARGET_NAME)";
737737
SWIFT_SWIFT3_OBJC_INFERENCE = On;
738-
SWIFT_VERSION = 4.0;
738+
SWIFT_VERSION = 5.0;
739739
};
740740
name = Release;
741741
};

0 commit comments

Comments
 (0)