Skip to content

Commit d67c9fb

Browse files
Rename asset catalog from Images to Assets
- Prepare for adding color assets for Mojave Dark Mode
1 parent da13e05 commit d67c9fb

File tree

9 files changed

+4
-4
lines changed

9 files changed

+4
-4
lines changed

BuildSettingExtractor.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
53719E9F19BF4C6D005D3DE0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 53719E9E19BF4C6D005D3DE0 /* main.m */; };
1313
53719EA619BF4C6D005D3DE0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 53719EA519BF4C6D005D3DE0 /* AppDelegate.m */; };
1414
53719EA919BF4C6D005D3DE0 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 53719EA719BF4C6D005D3DE0 /* MainMenu.xib */; };
15-
53719EAB19BF4C6D005D3DE0 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 53719EAA19BF4C6D005D3DE0 /* Images.xcassets */; };
15+
53719EAB19BF4C6D005D3DE0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 53719EAA19BF4C6D005D3DE0 /* Assets.xcassets */; };
1616
53719EB219BF4C6D005D3DE0 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53719EB119BF4C6D005D3DE0 /* XCTest.framework */; };
1717
53719EB319BF4C6D005D3DE0 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53719E9219BF4C6D005D3DE0 /* Cocoa.framework */; };
1818
53719EBB19BF4C6D005D3DE0 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 53719EB919BF4C6D005D3DE0 /* InfoPlist.strings */; };
@@ -49,7 +49,7 @@
4949
53719EA419BF4C6D005D3DE0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
5050
53719EA519BF4C6D005D3DE0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
5151
53719EA819BF4C6D005D3DE0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
52-
53719EAA19BF4C6D005D3DE0 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
52+
53719EAA19BF4C6D005D3DE0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
5353
53719EB019BF4C6D005D3DE0 /* BuildSettingExtractorTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BuildSettingExtractorTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
5454
53719EB119BF4C6D005D3DE0 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
5555
53719EB819BF4C6D005D3DE0 /* BuildSettingExtractorTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "BuildSettingExtractorTests-Info.plist"; sourceTree = "<group>"; };
@@ -143,7 +143,7 @@
143143
53F372F91A7C5803006118CB /* Constants+Categories.h */,
144144
53F372FA1A7C5803006118CB /* Constants+Categories.m */,
145145
53719EA719BF4C6D005D3DE0 /* MainMenu.xib */,
146-
53719EAA19BF4C6D005D3DE0 /* Images.xcassets */,
146+
53719EAA19BF4C6D005D3DE0 /* Assets.xcassets */,
147147
538196C41A851BB40033CB65 /* BuildSettingInfoSubpaths.plist */,
148148
53719E9919BF4C6D005D3DE0 /* Supporting Files */,
149149
);
@@ -266,7 +266,7 @@
266266
files = (
267267
53719E9D19BF4C6D005D3DE0 /* InfoPlist.strings in Resources */,
268268
538196C51A851BB40033CB65 /* BuildSettingInfoSubpaths.plist in Resources */,
269-
53719EAB19BF4C6D005D3DE0 /* Images.xcassets in Resources */,
269+
53719EAB19BF4C6D005D3DE0 /* Assets.xcassets in Resources */,
270270
53719EA919BF4C6D005D3DE0 /* MainMenu.xib in Resources */,
271271
);
272272
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)