Skip to content

Commit 45e04d4

Browse files
committed
setup tab bar icons
1 parent 1027af4 commit 45e04d4

19 files changed

Lines changed: 87 additions & 6 deletions

File tree

AnimalsApp/AnimalsApp.xcodeproj/project.pbxproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
A463D0582858F62600929A3C /* RegisterViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A463D0562858F62600929A3C /* RegisterViewController.xib */; };
2626
A463D05D2858F64B00929A3C /* FavoritesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A463D05B2858F64B00929A3C /* FavoritesViewController.swift */; };
2727
A463D05E2858F64B00929A3C /* FavoritesViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A463D05C2858F64B00929A3C /* FavoritesViewController.xib */; };
28+
A463D06228590D0300929A3C /* Images.swift in Sources */ = {isa = PBXBuildFile; fileRef = A463D06128590D0300929A3C /* Images.swift */; };
2829
/* End PBXBuildFile section */
2930

3031
/* Begin PBXContainerItemProxy section */
@@ -73,6 +74,7 @@
7374
A463D0562858F62600929A3C /* RegisterViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = RegisterViewController.xib; sourceTree = "<group>"; };
7475
A463D05B2858F64B00929A3C /* FavoritesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FavoritesViewController.swift; sourceTree = "<group>"; };
7576
A463D05C2858F64B00929A3C /* FavoritesViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = FavoritesViewController.xib; sourceTree = "<group>"; };
77+
A463D06128590D0300929A3C /* Images.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Images.swift; sourceTree = "<group>"; };
7678
/* End PBXFileReference section */
7779

7880
/* Begin PBXFrameworksBuildPhase section */
@@ -141,6 +143,7 @@
141143
A463D0152858EBBB00929A3C /* AnimalsApp */ = {
142144
isa = PBXGroup;
143145
children = (
146+
A463D06028590CB700929A3C /* DesignSystem */,
144147
A463D05F2858F66B00929A3C /* Views */,
145148
A463D0162858EBBB00929A3C /* AppDelegate.swift */,
146149
A463D0222858EBBD00929A3C /* Assets.xcassets */,
@@ -215,6 +218,14 @@
215218
path = Views;
216219
sourceTree = "<group>";
217220
};
221+
A463D06028590CB700929A3C /* DesignSystem */ = {
222+
isa = PBXGroup;
223+
children = (
224+
A463D06128590D0300929A3C /* Images.swift */,
225+
);
226+
path = DesignSystem;
227+
sourceTree = "<group>";
228+
};
218229
A9C6C33CA0A11D6B033AAEA1 /* Frameworks */ = {
219230
isa = PBXGroup;
220231
children = (
@@ -467,6 +478,7 @@
467478
isa = PBXSourcesBuildPhase;
468479
buildActionMask = 2147483647;
469480
files = (
481+
A463D06228590D0300929A3C /* Images.swift in Sources */,
470482
A463D0212858EBBB00929A3C /* AnimalsApp.xcdatamodeld in Sources */,
471483
A463D0572858F62600929A3C /* RegisterViewController.swift in Sources */,
472484
A463D0172858EBBB00929A3C /* AppDelegate.swift in Sources */,

AnimalsApp/AnimalsApp/Assets.xcassets/Icons/favoritesTabBar.imageset/Contents.json renamed to AnimalsApp/AnimalsApp/Assets.xcassets/Icons/favoritesBlack.imageset/Contents.json

File renamed without changes.

AnimalsApp/AnimalsApp/Assets.xcassets/Icons/favoritesTabBar.imageset/favorites.png renamed to AnimalsApp/AnimalsApp/Assets.xcassets/Icons/favoritesBlack.imageset/favorites.png

File renamed without changes.

AnimalsApp/AnimalsApp/Assets.xcassets/Icons/favoritesTabBar.imageset/favorites@2x.png renamed to AnimalsApp/AnimalsApp/Assets.xcassets/Icons/favoritesBlack.imageset/favorites@2x.png

File renamed without changes.

AnimalsApp/AnimalsApp/Assets.xcassets/Icons/favoritesTabBar.imageset/favorites@3x.png renamed to AnimalsApp/AnimalsApp/Assets.xcassets/Icons/favoritesBlack.imageset/favorites@3x.png

File renamed without changes.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "Vector.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "Vector@2x.png",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"filename" : "Vector@3x.png",
15+
"idiom" : "universal",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"author" : "xcode",
21+
"version" : 1
22+
},
23+
"properties" : {
24+
"template-rendering-intent" : "original"
25+
}
26+
}
443 Bytes
Loading
796 Bytes
Loading
1.13 KB
Loading

AnimalsApp/AnimalsApp/Assets.xcassets/Icons/registerTabBar.imageset/Contents.json renamed to AnimalsApp/AnimalsApp/Assets.xcassets/Icons/registerBlack.imageset/Contents.json

File renamed without changes.

0 commit comments

Comments
 (0)