Skip to content

Commit 9e29e54

Browse files
author
愤怒的晃晃
committed
add iOS app logo resource
1 parent 4ebf512 commit 9e29e54

File tree

20 files changed

+296
-39
lines changed

20 files changed

+296
-39
lines changed

ios/reactNativeCnblogs.xcodeproj/project.pbxproj

Lines changed: 172 additions & 1 deletion
Large diffs are not rendered by default.

ios/reactNativeCnblogs.xcodeproj/xcshareddata/xcschemes/reactNativeCnblogs.xcscheme

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
</BuildActionEntries>
3838
</BuildAction>
3939
<TestAction
40+
buildConfiguration = "Debug"
4041
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4142
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
42-
shouldUseLaunchSchemeArgsEnv = "YES"
43-
buildConfiguration = "Debug">
43+
shouldUseLaunchSchemeArgsEnv = "YES">
4444
<Testables>
4545
<TestableReference
4646
skipped = "NO">
@@ -62,15 +62,18 @@
6262
ReferencedContainer = "container:reactNativeCnblogs.xcodeproj">
6363
</BuildableReference>
6464
</MacroExpansion>
65+
<AdditionalOptions>
66+
</AdditionalOptions>
6567
</TestAction>
6668
<LaunchAction
69+
buildConfiguration = "Debug"
6770
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
6871
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
6972
launchStyle = "0"
7073
useCustomWorkingDirectory = "NO"
71-
buildConfiguration = "Debug"
7274
ignoresPersistentStateOnLaunch = "NO"
7375
debugDocumentVersioning = "YES"
76+
debugServiceExtension = "internal"
7477
allowLocationSimulation = "YES">
7578
<BuildableProductRunnable
7679
runnableDebuggingMode = "0">
@@ -86,10 +89,10 @@
8689
</AdditionalOptions>
8790
</LaunchAction>
8891
<ProfileAction
92+
buildConfiguration = "Release"
8993
shouldUseLaunchSchemeArgsEnv = "YES"
9094
savedToolIdentifier = ""
9195
useCustomWorkingDirectory = "NO"
92-
buildConfiguration = "Release"
9396
debugDocumentVersioning = "YES">
9497
<BuildableProductRunnable
9598
runnableDebuggingMode = "0">

ios/reactNativeCnblogs/Images.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 72 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,100 @@
11
{
22
"images" : [
33
{
4-
"idiom" : "iphone",
54
"size" : "29x29",
5+
"idiom" : "iphone",
6+
"filename" : "Icon-Small@2x-1.png",
67
"scale" : "2x"
78
},
89
{
9-
"idiom" : "iphone",
1010
"size" : "29x29",
11+
"idiom" : "iphone",
12+
"filename" : "Icon-Small@3x-1.png",
1113
"scale" : "3x"
1214
},
1315
{
14-
"idiom" : "iphone",
1516
"size" : "40x40",
17+
"idiom" : "iphone",
18+
"filename" : "Icon-40@2x.png",
1619
"scale" : "2x"
1720
},
1821
{
19-
"idiom" : "iphone",
2022
"size" : "40x40",
23+
"idiom" : "iphone",
24+
"filename" : "Icon-40@3x.png",
2125
"scale" : "3x"
2226
},
2327
{
24-
"idiom" : "iphone",
2528
"size" : "60x60",
29+
"idiom" : "iphone",
30+
"filename" : "Icon-60@2x.png",
2631
"scale" : "2x"
2732
},
2833
{
29-
"idiom" : "iphone",
3034
"size" : "60x60",
35+
"idiom" : "iphone",
36+
"filename" : "Icon-60@3x.png",
37+
"scale" : "3x"
38+
},
39+
{
40+
"size" : "29x29",
41+
"idiom" : "ipad",
42+
"filename" : "Icon-Small.png",
43+
"scale" : "1x"
44+
},
45+
{
46+
"size" : "40x40",
47+
"idiom" : "ipad",
48+
"filename" : "Icon-40.png",
49+
"scale" : "1x"
50+
},
51+
{
52+
"size" : "40x40",
53+
"idiom" : "ipad",
54+
"filename" : "Icon-40@2x-1.png",
55+
"scale" : "2x"
56+
},
57+
{
58+
"size" : "72x72",
59+
"idiom" : "ipad",
60+
"filename" : "Icon-72.png",
61+
"scale" : "1x"
62+
},
63+
{
64+
"size" : "72x72",
65+
"idiom" : "ipad",
66+
"filename" : "Icon-72@2x.png",
67+
"scale" : "2x"
68+
},
69+
{
70+
"size" : "76x76",
71+
"idiom" : "ipad",
72+
"filename" : "Icon-76.png",
73+
"scale" : "1x"
74+
},
75+
{
76+
"size" : "76x76",
77+
"idiom" : "ipad",
78+
"filename" : "Icon-76@2x.png",
79+
"scale" : "2x"
80+
},
81+
{
82+
"size" : "29x29",
83+
"idiom" : "watch",
84+
"role" : "companionSettings",
85+
"scale" : "2x"
86+
},
87+
{
88+
"size" : "29x29",
89+
"idiom" : "watch",
90+
"role" : "companionSettings",
3191
"scale" : "3x"
92+
},
93+
{
94+
"size" : "256x256",
95+
"idiom" : "mac",
96+
"filename" : "cnblogs_icon.png",
97+
"scale" : "1x"
3298
}
3399
],
34100
"info" : {
2.24 KB
Loading
3.4 KB
Loading
3.4 KB
Loading
4.88 KB
Loading
4.87 KB
Loading
7.44 KB
Loading
3.24 KB
Loading

0 commit comments

Comments
 (0)