Skip to content

Commit a8e007f

Browse files
committed
Remove asset catalog from the project template
1 parent 1b3bb49 commit a8e007f

File tree

3 files changed

+0
-112
lines changed

3 files changed

+0
-112
lines changed

build/project-template/__PROJECT_NAME__.xcodeproj/project.pbxproj

-8
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
858B842918CA22B800AB12DE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 858B833118CA111C00AB12DE /* Foundation.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
1313
858B842A18CA22B800AB12DE /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 858B833518CA111C00AB12DE /* UIKit.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
1414
858B842D18CA22B800AB12DE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 858B833A18CA111C00AB12DE /* InfoPlist.strings */; };
15-
858B842F18CA22B800AB12DE /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 858B834318CA111C00AB12DE /* Images.xcassets */; };
1615
CD1343101AF8E03800D3B65B /* libNativeScript.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CD13430F1AF8E03800D3B65B /* libNativeScript.a */; };
1716
CD45EE7C18DC2D5800FB50C0 /* app in Resources */ = {isa = PBXBuildFile; fileRef = CD45EE7A18DC2D5800FB50C0 /* app */; };
1817
F9161D911993C00300F9E5FD /* libc++.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = F9161D901993C00300F9E5FD /* libc++.dylib */; };
@@ -43,7 +42,6 @@
4342
858B833B18CA111C00AB12DE /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
4443
858B833D18CA111C00AB12DE /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
4544
858B833F18CA111C00AB12DE /* __PROJECT_NAME__-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "__PROJECT_NAME__-Prefix.pch"; sourceTree = "<group>"; };
46-
858B834318CA111C00AB12DE /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
4745
858B843318CA22B800AB12DE /* __PROJECT_NAME__.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = __PROJECT_NAME__.app; sourceTree = BUILT_PRODUCTS_DIR; };
4846
CD13430F1AF8E03800D3B65B /* libNativeScript.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libNativeScript.a; path = "../../dist/package 2/framework/NativeScript/lib/libNativeScript.a"; sourceTree = "<group>"; };
4947
CD45EE7A18DC2D5800FB50C0 /* app */ = {isa = PBXFileReference; lastKnownFileType = folder; path = app; sourceTree = "<group>"; };
@@ -108,7 +106,6 @@
108106
isa = PBXGroup;
109107
children = (
110108
CD45EE7A18DC2D5800FB50C0 /* app */,
111-
858B834318CA111C00AB12DE /* Images.xcassets */,
112109
F9B8C6A21ACEDEEB00547416 /* LaunchScreen.xib */,
113110
858B833818CA111C00AB12DE /* Supporting Files */,
114111
);
@@ -190,7 +187,6 @@
190187
files = (
191188
CD45EE7C18DC2D5800FB50C0 /* app in Resources */,
192189
858B842D18CA22B800AB12DE /* InfoPlist.strings in Resources */,
193-
858B842F18CA22B800AB12DE /* Images.xcassets in Resources */,
194190
);
195191
runOnlyForDeploymentPostprocessing = 0;
196192
};
@@ -338,8 +334,6 @@
338334
isa = XCBuildConfiguration;
339335
buildSettings = {
340336
ARCHS = "$(ARCHS_STANDARD)";
341-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
342-
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
343337
CLANG_ENABLE_MODULES = NO;
344338
CLANG_MODULES_AUTOLINK = NO;
345339
FRAMEWORK_SEARCH_PATHS = (
@@ -374,8 +368,6 @@
374368
isa = XCBuildConfiguration;
375369
buildSettings = {
376370
ARCHS = "$(ARCHS_STANDARD)";
377-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
378-
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
379371
CLANG_ENABLE_MODULES = NO;
380372
CLANG_MODULES_AUTOLINK = NO;
381373
FRAMEWORK_SEARCH_PATHS = (

build/project-template/__PROJECT_NAME__/Images.xcassets/AppIcon.appiconset/Contents.json

-53
This file was deleted.

build/project-template/__PROJECT_NAME__/Images.xcassets/LaunchImage.launchimage/Contents.json

-51
This file was deleted.

0 commit comments

Comments
 (0)