Skip to content

Commit 3cd6aef

Browse files
committed
Add how-to-use screenshot
1 parent 49dcf75 commit 3cd6aef

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

fk-architecture-generator-cli-macos.xcodeproj/project.pbxproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
A99FBF7D2520BAC500FF23F2 /* DateExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateExtension.swift; sourceTree = "<group>"; };
4343
A99FBF802520BBD900FF23F2 /* ArchitectureUtility.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArchitectureUtility.swift; sourceTree = "<group>"; };
4444
A99FBFA42520BF7D00FF23F2 /* AppUtility.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppUtility.swift; sourceTree = "<group>"; };
45+
A99FBFAB2520E8DE00FF23F2 /* example.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = example.png; sourceTree = "<group>"; };
4546
A9A2BA60252093CB00B19008 /* Logger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = "<group>"; };
4647
A9A2BA632520962200B19008 /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
4748
/* End PBXFileReference section */
@@ -77,6 +78,7 @@
7778
A93633D5251FD1F9009E74EA /* fk-architecture-generator-cli-macos */ = {
7879
isa = PBXGroup;
7980
children = (
81+
A99FBFAA2520E8D300FF23F2 /* Screenshots */,
8082
A99FBF7C2520BAB800FF23F2 /* Extensions */,
8183
A9A2BBE125209D7600B19008 /* Protocols */,
8284
A936341C252000C9009E74EA /* Utilities */,
@@ -123,6 +125,14 @@
123125
path = Extensions;
124126
sourceTree = "<group>";
125127
};
128+
A99FBFAA2520E8D300FF23F2 /* Screenshots */ = {
129+
isa = PBXGroup;
130+
children = (
131+
A99FBFAB2520E8DE00FF23F2 /* example.png */,
132+
);
133+
path = Screenshots;
134+
sourceTree = "<group>";
135+
};
126136
A9A2BBE125209D7600B19008 /* Protocols */ = {
127137
isa = PBXGroup;
128138
children = (
1.08 MB
Loading

0 commit comments

Comments
 (0)