Skip to content

Commit 8c71574

Browse files
committed
启动图片
1 parent 72d014e commit 8c71574

5 files changed

Lines changed: 8 additions & 1 deletion

File tree

Coding_iOS.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,8 @@
578578
4E8765641A22E5B40090CFB9 /* SWUtilityButtonView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SWUtilityButtonView.m; sourceTree = "<group>"; };
579579
4E8AF7841A53D69F00CDC3AE /* StartImagesManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StartImagesManager.h; sourceTree = "<group>"; };
580580
4E8AF7851A53D69F00CDC3AE /* StartImagesManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StartImagesManager.m; sourceTree = "<group>"; };
581+
4E8AF7871A54068700CDC3AE /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
582+
4E8AF7891A5406AE00CDC3AE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
581583
4E91139E1A1C426000AC9431 /* ASPopUpView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASPopUpView.h; sourceTree = "<group>"; };
582584
4E91139F1A1C426000AC9431 /* ASPopUpView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASPopUpView.m; sourceTree = "<group>"; };
583585
4E9113A01A1C426000AC9431 /* ASProgressPopUpView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASProgressPopUpView.h; sourceTree = "<group>"; };
@@ -1664,6 +1666,8 @@
16641666
8E477012198770E700997D05 /* Frameworks */ = {
16651667
isa = PBXGroup;
16661668
children = (
1669+
4E8AF7891A5406AE00CDC3AE /* QuartzCore.framework */,
1670+
4E8AF7871A54068700CDC3AE /* Accelerate.framework */,
16671671
4EDD8F5B1A36F52700E9E232 /* libsqlite3.0.dylib */,
16681672
4EDD8F591A36F4FA00E9E232 /* Security.framework */,
16691673
4EDD8F571A36F4CA00E9E232 /* CoreTelephony.framework */,
-148 KB
Binary file not shown.
112 KB
Loading

Coding_iOS/Images.xcassets/LaunchImage.launchimage/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"extent" : "full-screen",
55
"idiom" : "iphone",
66
"subtype" : "736h",
7-
"filename" : "1080x1920.png",
7+
"filename" : "1242x2208.png",
88
"minimum-system-version" : "8.0",
99
"orientation" : "portrait",
1010
"scale" : "3x"

Podfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ PODS:
3434
- SDWebImage/Core (3.7.1)
3535
- TPKeyboardAvoiding (1.2.4)
3636
- TTTAttributedLabel (1.10.1)
37+
- UIImage+BlurredFrame (0.0.4)
3738

3839
DEPENDENCIES:
3940
- BlocksKit (= 2.2.5)
@@ -49,6 +50,7 @@ DEPENDENCIES:
4950
- SDWebImage (= 3.7.1)
5051
- TPKeyboardAvoiding (= 1.2.4)
5152
- TTTAttributedLabel (= 1.10.1)
53+
- UIImage+BlurredFrame (= 0.0.4)
5254

5355
SPEC CHECKSUMS:
5456
BlocksKit: 4439e7f30a9f90743462ca63545a15c1f4304cef
@@ -64,5 +66,6 @@ SPEC CHECKSUMS:
6466
SDWebImage: 116e88633b5b416ea0ca4b334a4ac59cf72dd38d
6567
TPKeyboardAvoiding: 925e1e1912597d1a4956697eec3bd9656552153c
6668
TTTAttributedLabel: 94bb04f1e005616002dd2cee0262a0082e533627
69+
UIImage+BlurredFrame: 0c38f5760d72125c47d16001a88faaac573bd35d
6770

6871
COCOAPODS: 0.35.0

0 commit comments

Comments
 (0)