Skip to content

Commit 4fb49cd

Browse files
sota000facebook-github-bot
authored andcommitted
Rename AppDelegate.m to AppDelegate.mm in the app template
Summary: Changelog: [Internal] changing the extention from AppDelegate.m to AppDelegate.mm in the app template to support the new architecture. Most changes were generated when opening the xcworkspace. Reviewed By: cortinico Differential Revision: D33051442 fbshipit-source-id: f472a9df26db11a02fc9f7d0544f0207e7c3e7ca
1 parent eb4ace8 commit 4fb49cd

File tree

3 files changed

+182
-19
lines changed

3 files changed

+182
-19
lines changed

template/ios/HelloWorld.xcodeproj/project.pbxproj

Lines changed: 152 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88

99
/* Begin PBXBuildFile section */
1010
00E356F31AD99517003FC87E /* HelloWorldTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* HelloWorldTests.m */; };
11-
13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
11+
0C80B921A6F3F58F76C31292 /* libPods-HelloWorld.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-HelloWorld.a */; };
12+
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
1213
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1314
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
15+
7699B88040F8A987B510C191 /* libPods-HelloWorld-HelloWorldTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-HelloWorld-HelloWorldTests.a */; };
1416
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
1517
/* End PBXBuildFile section */
1618

@@ -30,11 +32,17 @@
3032
00E356F21AD99517003FC87E /* HelloWorldTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HelloWorldTests.m; sourceTree = "<group>"; };
3133
13B07F961A680F5B00A75B9A /* HelloWorld.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloWorld.app; sourceTree = BUILT_PRODUCTS_DIR; };
3234
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = HelloWorld/AppDelegate.h; sourceTree = "<group>"; };
33-
13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = HelloWorld/AppDelegate.m; sourceTree = "<group>"; };
35+
13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = HelloWorld/AppDelegate.mm; sourceTree = "<group>"; };
3436
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = HelloWorld/Images.xcassets; sourceTree = "<group>"; };
3537
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = HelloWorld/Info.plist; sourceTree = "<group>"; };
3638
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = HelloWorld/main.m; sourceTree = "<group>"; };
39+
19F6CBCC0A4E27FBF8BF4A61 /* libPods-HelloWorld-HelloWorldTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HelloWorld-HelloWorldTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
40+
3B4392A12AC88292D35C810B /* Pods-HelloWorld.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld.debug.xcconfig"; path = "Target Support Files/Pods-HelloWorld/Pods-HelloWorld.debug.xcconfig"; sourceTree = "<group>"; };
41+
5709B34CF0A7D63546082F79 /* Pods-HelloWorld.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld.release.xcconfig"; path = "Target Support Files/Pods-HelloWorld/Pods-HelloWorld.release.xcconfig"; sourceTree = "<group>"; };
42+
5B7EB9410499542E8C5724F5 /* Pods-HelloWorld-HelloWorldTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld-HelloWorldTests.debug.xcconfig"; path = "Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests.debug.xcconfig"; sourceTree = "<group>"; };
43+
5DCACB8F33CDC322A6C60F78 /* libPods-HelloWorld.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HelloWorld.a"; sourceTree = BUILT_PRODUCTS_DIR; };
3744
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = HelloWorld/LaunchScreen.storyboard; sourceTree = "<group>"; };
45+
89C6BE57DB24E9ADA2F236DE /* Pods-HelloWorld-HelloWorldTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld-HelloWorldTests.release.xcconfig"; path = "Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests.release.xcconfig"; sourceTree = "<group>"; };
3846
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
3947
/* End PBXFileReference section */
4048

@@ -43,13 +51,15 @@
4351
isa = PBXFrameworksBuildPhase;
4452
buildActionMask = 2147483647;
4553
files = (
54+
7699B88040F8A987B510C191 /* libPods-HelloWorld-HelloWorldTests.a in Frameworks */,
4655
);
4756
runOnlyForDeploymentPostprocessing = 0;
4857
};
4958
13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
5059
isa = PBXFrameworksBuildPhase;
5160
buildActionMask = 2147483647;
5261
files = (
62+
0C80B921A6F3F58F76C31292 /* libPods-HelloWorld.a in Frameworks */,
5363
);
5464
runOnlyForDeploymentPostprocessing = 0;
5565
};
@@ -77,7 +87,7 @@
7787
isa = PBXGroup;
7888
children = (
7989
13B07FAF1A68108700A75B9A /* AppDelegate.h */,
80-
13B07FB01A68108700A75B9A /* AppDelegate.m */,
90+
13B07FB01A68108700A75B9A /* AppDelegate.mm */,
8191
13B07FB51A68108700A75B9A /* Images.xcassets */,
8292
13B07FB61A68108700A75B9A /* Info.plist */,
8393
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
@@ -90,6 +100,8 @@
90100
isa = PBXGroup;
91101
children = (
92102
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
103+
5DCACB8F33CDC322A6C60F78 /* libPods-HelloWorld.a */,
104+
19F6CBCC0A4E27FBF8BF4A61 /* libPods-HelloWorld-HelloWorldTests.a */,
93105
);
94106
name = Frameworks;
95107
sourceTree = "<group>";
@@ -109,6 +121,7 @@
109121
00E356EF1AD99517003FC87E /* HelloWorldTests */,
110122
83CBBA001A601CBA00E9B192 /* Products */,
111123
2D16E6871FA4F8E400B85C8A /* Frameworks */,
124+
BBD78D7AC51CEA395F1C20DB /* Pods */,
112125
);
113126
indentWidth = 2;
114127
sourceTree = "<group>";
@@ -124,16 +137,30 @@
124137
name = Products;
125138
sourceTree = "<group>";
126139
};
140+
BBD78D7AC51CEA395F1C20DB /* Pods */ = {
141+
isa = PBXGroup;
142+
children = (
143+
3B4392A12AC88292D35C810B /* Pods-HelloWorld.debug.xcconfig */,
144+
5709B34CF0A7D63546082F79 /* Pods-HelloWorld.release.xcconfig */,
145+
5B7EB9410499542E8C5724F5 /* Pods-HelloWorld-HelloWorldTests.debug.xcconfig */,
146+
89C6BE57DB24E9ADA2F236DE /* Pods-HelloWorld-HelloWorldTests.release.xcconfig */,
147+
);
148+
path = Pods;
149+
sourceTree = "<group>";
150+
};
127151
/* End PBXGroup section */
128152

129153
/* Begin PBXNativeTarget section */
130154
00E356ED1AD99517003FC87E /* HelloWorldTests */ = {
131155
isa = PBXNativeTarget;
132156
buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "HelloWorldTests" */;
133157
buildPhases = (
158+
A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */,
134159
00E356EA1AD99517003FC87E /* Sources */,
135160
00E356EB1AD99517003FC87E /* Frameworks */,
136161
00E356EC1AD99517003FC87E /* Resources */,
162+
C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */,
163+
F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */,
137164
);
138165
buildRules = (
139166
);
@@ -149,11 +176,14 @@
149176
isa = PBXNativeTarget;
150177
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "HelloWorld" */;
151178
buildPhases = (
179+
C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */,
152180
FD10A7F022414F080027D42C /* Start Packager */,
153181
13B07F871A680F5B00A75B9A /* Sources */,
154182
13B07F8C1A680F5B00A75B9A /* Frameworks */,
155183
13B07F8E1A680F5B00A75B9A /* Resources */,
156184
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
185+
00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */,
186+
E235C05ADACE081382539298 /* [CP] Copy Pods Resources */,
157187
);
158188
buildRules = (
159189
);
@@ -234,6 +264,118 @@
234264
shellPath = /bin/sh;
235265
shellScript = "set -e\n\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
236266
};
267+
00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
268+
isa = PBXShellScriptBuildPhase;
269+
buildActionMask = 2147483647;
270+
files = (
271+
);
272+
inputFileListPaths = (
273+
"${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-frameworks-${CONFIGURATION}-input-files.xcfilelist",
274+
);
275+
name = "[CP] Embed Pods Frameworks";
276+
outputFileListPaths = (
277+
"${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-frameworks-${CONFIGURATION}-output-files.xcfilelist",
278+
);
279+
runOnlyForDeploymentPostprocessing = 0;
280+
shellPath = /bin/sh;
281+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-frameworks.sh\"\n";
282+
showEnvVarsInLog = 0;
283+
};
284+
A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */ = {
285+
isa = PBXShellScriptBuildPhase;
286+
buildActionMask = 2147483647;
287+
files = (
288+
);
289+
inputFileListPaths = (
290+
);
291+
inputPaths = (
292+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
293+
"${PODS_ROOT}/Manifest.lock",
294+
);
295+
name = "[CP] Check Pods Manifest.lock";
296+
outputFileListPaths = (
297+
);
298+
outputPaths = (
299+
"$(DERIVED_FILE_DIR)/Pods-HelloWorld-HelloWorldTests-checkManifestLockResult.txt",
300+
);
301+
runOnlyForDeploymentPostprocessing = 0;
302+
shellPath = /bin/sh;
303+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
304+
showEnvVarsInLog = 0;
305+
};
306+
C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = {
307+
isa = PBXShellScriptBuildPhase;
308+
buildActionMask = 2147483647;
309+
files = (
310+
);
311+
inputFileListPaths = (
312+
);
313+
inputPaths = (
314+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
315+
"${PODS_ROOT}/Manifest.lock",
316+
);
317+
name = "[CP] Check Pods Manifest.lock";
318+
outputFileListPaths = (
319+
);
320+
outputPaths = (
321+
"$(DERIVED_FILE_DIR)/Pods-HelloWorld-checkManifestLockResult.txt",
322+
);
323+
runOnlyForDeploymentPostprocessing = 0;
324+
shellPath = /bin/sh;
325+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
326+
showEnvVarsInLog = 0;
327+
};
328+
C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */ = {
329+
isa = PBXShellScriptBuildPhase;
330+
buildActionMask = 2147483647;
331+
files = (
332+
);
333+
inputFileListPaths = (
334+
"${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
335+
);
336+
name = "[CP] Embed Pods Frameworks";
337+
outputFileListPaths = (
338+
"${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
339+
);
340+
runOnlyForDeploymentPostprocessing = 0;
341+
shellPath = /bin/sh;
342+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-frameworks.sh\"\n";
343+
showEnvVarsInLog = 0;
344+
};
345+
E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = {
346+
isa = PBXShellScriptBuildPhase;
347+
buildActionMask = 2147483647;
348+
files = (
349+
);
350+
inputFileListPaths = (
351+
"${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-resources-${CONFIGURATION}-input-files.xcfilelist",
352+
);
353+
name = "[CP] Copy Pods Resources";
354+
outputFileListPaths = (
355+
"${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-resources-${CONFIGURATION}-output-files.xcfilelist",
356+
);
357+
runOnlyForDeploymentPostprocessing = 0;
358+
shellPath = /bin/sh;
359+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-resources.sh\"\n";
360+
showEnvVarsInLog = 0;
361+
};
362+
F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */ = {
363+
isa = PBXShellScriptBuildPhase;
364+
buildActionMask = 2147483647;
365+
files = (
366+
);
367+
inputFileListPaths = (
368+
"${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-resources-${CONFIGURATION}-input-files.xcfilelist",
369+
);
370+
name = "[CP] Copy Pods Resources";
371+
outputFileListPaths = (
372+
"${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-resources-${CONFIGURATION}-output-files.xcfilelist",
373+
);
374+
runOnlyForDeploymentPostprocessing = 0;
375+
shellPath = /bin/sh;
376+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-resources.sh\"\n";
377+
showEnvVarsInLog = 0;
378+
};
237379
FD10A7F022414F080027D42C /* Start Packager */ = {
238380
isa = PBXShellScriptBuildPhase;
239381
buildActionMask = 2147483647;
@@ -268,7 +410,7 @@
268410
isa = PBXSourcesBuildPhase;
269411
buildActionMask = 2147483647;
270412
files = (
271-
13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
413+
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
272414
13B07FC11A68108700A75B9A /* main.m in Sources */,
273415
);
274416
runOnlyForDeploymentPostprocessing = 0;
@@ -286,6 +428,7 @@
286428
/* Begin XCBuildConfiguration section */
287429
00E356F61AD99517003FC87E /* Debug */ = {
288430
isa = XCBuildConfiguration;
431+
baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-HelloWorld-HelloWorldTests.debug.xcconfig */;
289432
buildSettings = {
290433
BUNDLE_LOADER = "$(TEST_HOST)";
291434
GCC_PREPROCESSOR_DEFINITIONS = (
@@ -312,6 +455,7 @@
312455
};
313456
00E356F71AD99517003FC87E /* Release */ = {
314457
isa = XCBuildConfiguration;
458+
baseConfigurationReference = 89C6BE57DB24E9ADA2F236DE /* Pods-HelloWorld-HelloWorldTests.release.xcconfig */;
315459
buildSettings = {
316460
BUNDLE_LOADER = "$(TEST_HOST)";
317461
COPY_PHASE_STRIP = NO;
@@ -335,6 +479,7 @@
335479
};
336480
13B07F941A680F5B00A75B9A /* Debug */ = {
337481
isa = XCBuildConfiguration;
482+
baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-HelloWorld.debug.xcconfig */;
338483
buildSettings = {
339484
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
340485
CLANG_ENABLE_MODULES = YES;
@@ -360,6 +505,7 @@
360505
};
361506
13B07F951A680F5B00A75B9A /* Release */ = {
362507
isa = XCBuildConfiguration;
508+
baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-HelloWorld.release.xcconfig */;
363509
buildSettings = {
364510
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
365511
CLANG_ENABLE_MODULES = YES;
@@ -414,6 +560,7 @@
414560
COPY_PHASE_STRIP = NO;
415561
ENABLE_STRICT_OBJC_MSGSEND = YES;
416562
ENABLE_TESTABILITY = YES;
563+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
417564
GCC_C_LANGUAGE_STANDARD = gnu99;
418565
GCC_DYNAMIC_NO_PIC = NO;
419566
GCC_NO_COMMON_BLOCKS = YES;
@@ -478,6 +625,7 @@
478625
COPY_PHASE_STRIP = YES;
479626
ENABLE_NS_ASSERTIONS = NO;
480627
ENABLE_STRICT_OBJC_MSGSEND = YES;
628+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
481629
GCC_C_LANGUAGE_STANDARD = gnu99;
482630
GCC_NO_COMMON_BLOCKS = YES;
483631
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
File renamed without changes.

template/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,52 @@
22
"images" : [
33
{
44
"idiom" : "iphone",
5-
"size" : "29x29",
6-
"scale" : "2x"
5+
"scale" : "2x",
6+
"size" : "20x20"
77
},
88
{
99
"idiom" : "iphone",
10-
"size" : "29x29",
11-
"scale" : "3x"
10+
"scale" : "3x",
11+
"size" : "20x20"
1212
},
1313
{
1414
"idiom" : "iphone",
15-
"size" : "40x40",
16-
"scale" : "2x"
15+
"scale" : "2x",
16+
"size" : "29x29"
1717
},
1818
{
1919
"idiom" : "iphone",
20-
"size" : "40x40",
21-
"scale" : "3x"
20+
"scale" : "3x",
21+
"size" : "29x29"
2222
},
2323
{
2424
"idiom" : "iphone",
25-
"size" : "60x60",
26-
"scale" : "2x"
25+
"scale" : "2x",
26+
"size" : "40x40"
2727
},
2828
{
2929
"idiom" : "iphone",
30-
"size" : "60x60",
31-
"scale" : "3x"
30+
"scale" : "3x",
31+
"size" : "40x40"
32+
},
33+
{
34+
"idiom" : "iphone",
35+
"scale" : "2x",
36+
"size" : "60x60"
37+
},
38+
{
39+
"idiom" : "iphone",
40+
"scale" : "3x",
41+
"size" : "60x60"
42+
},
43+
{
44+
"idiom" : "ios-marketing",
45+
"scale" : "1x",
46+
"size" : "1024x1024"
3247
}
3348
],
3449
"info" : {
35-
"version" : 1,
36-
"author" : "xcode"
50+
"author" : "xcode",
51+
"version" : 1
3752
}
38-
}
53+
}

0 commit comments

Comments
 (0)