Skip to content

Commit 8a684e9

Browse files
author
dolmere
authored
Created Common group (huggingface#55)
XCode file order update. Created a new "Common" group at the top level and moved all files that are assigned to both the Diffusion and the Diffusion-macOS targets into the common folder. Extracted from pull 51 - huggingface#51
1 parent 1d89a52 commit 8a684e9

File tree

7 files changed

+14
-5
lines changed

7 files changed

+14
-5
lines changed

Diffusion.xcodeproj/project.pbxproj

+14-5
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,19 @@
138138
/* End PBXFrameworksBuildPhase section */
139139

140140
/* Begin PBXGroup section */
141+
8CF53E022A44AE0400E6358B /* Common */ = {
142+
isa = PBXGroup;
143+
children = (
144+
EBB5BA5929426E06003A2A5B /* Downloader.swift */,
145+
EBE3FF4B295E1EFE00E921AA /* ModelInfo.swift */,
146+
EBDD7DB72976AAFE00C1C4B2 /* State.swift */,
147+
EBDD7DB22973200200C1C4B2 /* Utils.swift */,
148+
EBB5BA5129425B07003A2A5B /* Pipeline */,
149+
);
150+
name = Common;
151+
path = Diffusion/Common;
152+
sourceTree = "<group>";
153+
};
141154
EBB5BA5129425B07003A2A5B /* Pipeline */ = {
142155
isa = PBXGroup;
143156
children = (
@@ -155,6 +168,7 @@
155168
EBE4438729488DCA00CDA605 /* README.md */,
156169
EBE443892948953600CDA605 /* LICENSE */,
157170
EBE755FF293E910800806B32 /* Packages */,
171+
8CF53E022A44AE0400E6358B /* Common */,
158172
EBE755C7293E37DD00806B32 /* Diffusion */,
159173
F15520222971093300DC009B /* Diffusion-macOS */,
160174
EBE755D9293E37DE00806B32 /* DiffusionTests */,
@@ -179,13 +193,8 @@
179193
isa = PBXGroup;
180194
children = (
181195
EB33A51E2954E1BC00B16357 /* Info.plist */,
182-
EBB5BA5129425B07003A2A5B /* Pipeline */,
183196
EBE7560A29411A5E00806B32 /* Views */,
184-
EBB5BA5929426E06003A2A5B /* Downloader.swift */,
185197
EBE755C8293E37DD00806B32 /* DiffusionApp.swift */,
186-
EBDD7DB22973200200C1C4B2 /* Utils.swift */,
187-
EBE3FF4B295E1EFE00E921AA /* ModelInfo.swift */,
188-
EBDD7DB72976AAFE00C1C4B2 /* State.swift */,
189198
EBE755CC293E37DD00806B32 /* Assets.xcassets */,
190199
EBE755CE293E37DD00806B32 /* Diffusion.entitlements */,
191200
EBE755CF293E37DD00806B32 /* Preview Content */,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)